From dc9ab6f9a622707a8cf658dff03731852e05dfcc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 17 Dec 2020 05:22:38 +0000 Subject: [PATCH 1/3] Bump mutiny.version from 0.11.0 to 0.12.5 Bumps `mutiny.version` from 0.11.0 to 0.12.5. Updates `mutiny` from 0.11.0 to 0.12.5 - [Release notes](https://github.com/smallrye/smallrye-mutiny/releases) - [Commits](https://github.com/smallrye/smallrye-mutiny/compare/0.11.0...0.12.5) Updates `mutiny-reactive-streams-operators` from 0.11.0 to 0.12.5 - [Release notes](https://github.com/smallrye/smallrye-mutiny/releases) - [Commits](https://github.com/smallrye/smallrye-mutiny/compare/0.11.0...0.12.5) Signed-off-by: dependabot-preview[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4ff9357596..16a5372f8f 100644 --- a/pom.xml +++ b/pom.xml @@ -44,7 +44,7 @@ 3.9.4 - 0.11.0 + 0.12.5 2.12.0 1.0.3 From ecb34a356f8ff62a327c3707c4653a91d0fbdead Mon Sep 17 00:00:00 2001 From: Clement Escoffier Date: Thu, 17 Dec 2020 08:11:43 +0100 Subject: [PATCH 2/3] Fix broken override in AsyncResultUni --- .../main/java/io/smallrye/mutiny/vertx/AsyncResultUni.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vertx-mutiny-clients/vertx-mutiny-runtime/src/main/java/io/smallrye/mutiny/vertx/AsyncResultUni.java b/vertx-mutiny-clients/vertx-mutiny-runtime/src/main/java/io/smallrye/mutiny/vertx/AsyncResultUni.java index 28b30a82a7..96bf7805b1 100644 --- a/vertx-mutiny-clients/vertx-mutiny-runtime/src/main/java/io/smallrye/mutiny/vertx/AsyncResultUni.java +++ b/vertx-mutiny-clients/vertx-mutiny-runtime/src/main/java/io/smallrye/mutiny/vertx/AsyncResultUni.java @@ -5,7 +5,7 @@ import io.smallrye.mutiny.Uni; import io.smallrye.mutiny.operators.AbstractUni; -import io.smallrye.mutiny.operators.UniSerializedSubscriber; +import io.smallrye.mutiny.subscription.UniSubscriber; import io.vertx.core.AsyncResult; import io.vertx.core.Handler; @@ -21,7 +21,7 @@ public AsyncResultUni(Consumer>> subscriptionConsumer) { } @Override - protected void subscribing(UniSerializedSubscriber downstream) { + protected void subscribing(UniSubscriber downstream) { AtomicBoolean terminated = new AtomicBoolean(); downstream.onSubscribe(() -> terminated.set(true)); From 35dcb00c7d0416db101e1e4bfa9fae24d300cc90 Mon Sep 17 00:00:00 2001 From: Clement Escoffier Date: Thu, 17 Dec 2020 08:54:06 +0100 Subject: [PATCH 3/3] Update Vert.x version to 3.9.5 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 16a5372f8f..99c09efbd3 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ - 3.9.4 + 3.9.5 0.12.5 2.12.0 1.0.3