diff --git a/implementation/revapi.json b/implementation/revapi.json index 2e02bd401..60094e6f3 100644 --- a/implementation/revapi.json +++ b/implementation/revapi.json @@ -14,6 +14,7 @@ "io\\.smallrye\\.mutiny\\..*" ], "exclude": [ + "io\\.smallrye\\.mutiny\\.operators\\.*", "io\\.smallrye\\.mutiny\\.operators\\..*" ] } @@ -32,6 +33,48 @@ "old": "method io.smallrye.mutiny.helpers.Subscriptions.SingleItemSubscription io.smallrye.mutiny.helpers.Subscriptions::single(org.reactivestreams.Subscriber, T)", "new": "method org.reactivestreams.Subscription io.smallrye.mutiny.helpers.Subscriptions::single(org.reactivestreams.Subscriber, T)", "justification": "SingleItemSubscription should not be exposed, and should be used as a regular Subscription" + }, + { + "code": "java.method.parameterTypeChanged", + "old": "parameter void io.smallrye.mutiny.helpers.spies.UniGlobalSpy::subscribing(===io.smallrye.mutiny.operators.UniSerializedSubscriber===)", + "new": "parameter void io.smallrye.mutiny.helpers.spies.UniGlobalSpy::subscribing(===io.smallrye.mutiny.subscription.UniSubscriber===)", + "justification": "subscribing(subscriber) is a protected method that is not used by regular consumers of the Mutiny public API" + }, + { + "code": "java.method.parameterTypeChanged", + "old": "parameter void io.smallrye.mutiny.helpers.spies.UniOnCancellationSpy::subscribing(===io.smallrye.mutiny.operators.UniSerializedSubscriber===)", + "new": "parameter void io.smallrye.mutiny.helpers.spies.UniOnCancellationSpy::subscribing(===io.smallrye.mutiny.subscription.UniSubscriber===)", + "justification": "subscribing(subscriber) is a protected method that is not used by regular consumers of the Mutiny public API" + }, + { + "code": "java.method.parameterTypeChanged", + "old": "parameter void io.smallrye.mutiny.helpers.spies.UniOnFailureSpy::subscribing(===io.smallrye.mutiny.operators.UniSerializedSubscriber===)", + "new": "parameter void io.smallrye.mutiny.helpers.spies.UniOnFailureSpy::subscribing(===io.smallrye.mutiny.subscription.UniSubscriber===)", + "justification": "subscribing(subscriber) is a protected method that is not used by regular consumers of the Mutiny public API" + }, + { + "code": "java.method.parameterTypeChanged", + "old": "parameter void io.smallrye.mutiny.helpers.spies.UniOnItemOrFailureSpy::subscribing(===io.smallrye.mutiny.operators.UniSerializedSubscriber===)", + "new": "parameter void io.smallrye.mutiny.helpers.spies.UniOnItemOrFailureSpy::subscribing(===io.smallrye.mutiny.subscription.UniSubscriber===)", + "justification": "subscribing(subscriber) is a protected method that is not used by regular consumers of the Mutiny public API" + }, + { + "code": "java.method.parameterTypeChanged", + "old": "parameter void io.smallrye.mutiny.helpers.spies.UniOnItemSpy::subscribing(===io.smallrye.mutiny.operators.UniSerializedSubscriber===)", + "new": "parameter void io.smallrye.mutiny.helpers.spies.UniOnItemSpy::subscribing(===io.smallrye.mutiny.subscription.UniSubscriber===)", + "justification": "subscribing(subscriber) is a protected method that is not used by regular consumers of the Mutiny public API" + }, + { + "code": "java.method.parameterTypeChanged", + "old": "parameter void io.smallrye.mutiny.helpers.spies.UniOnSubscribeSpy::subscribing(===io.smallrye.mutiny.operators.UniSerializedSubscriber===)", + "new": "parameter void io.smallrye.mutiny.helpers.spies.UniOnSubscribeSpy::subscribing(===io.smallrye.mutiny.subscription.UniSubscriber===)", + "justification": "subscribing(subscriber) is a protected method that is not used by regular consumers of the Mutiny public API" + }, + { + "code": "java.method.parameterTypeChanged", + "old": "parameter void io.smallrye.mutiny.helpers.spies.UniOnTerminationSpy::subscribing(===io.smallrye.mutiny.operators.UniSerializedSubscriber===)", + "new": "parameter void io.smallrye.mutiny.helpers.spies.UniOnTerminationSpy::subscribing(===io.smallrye.mutiny.subscription.UniSubscriber===)", + "justification": "subscribing(subscriber) is a protected method that is not used by regular consumers of the Mutiny public API" } ] }