smallrye-mutiny-vertx-bindings
smallrye-mutiny-vertx-bindings copied to clipboard
Smallrye Mutiny bindings for Eclipse Vert.x
Bumps [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) from 3.6.5 to 3.6.6. Release notes Sourced from io.projectreactor:reactor-core's releases. v3.6.6 Reactor Core 3.6.6 is part of 2023.0.6 Release Train. What's Changed :sparkles: New features and improvements Bump...
Bumps `micrometer.version` from 1.12.5 to 1.13.0. Updates `io.micrometer:micrometer-registry-jmx` from 1.12.5 to 1.13.0 Release notes Sourced from io.micrometer:micrometer-registry-jmx's releases. 1.13.0 Micrometer 1.13.0 is the GA version of a new feature release....
Bumps [io.smallrye.common:smallrye-common-annotation](https://github.com/smallrye/smallrye-common) from 2.7.0 to 2.8.0. Release notes Sourced from io.smallrye.common:smallrye-common-annotation's releases. 2.8.0 #358 Release 2.8.0 #357 Bump org.graalvm.sdk:nativeimage from 24.1.0 to 24.1.1 #356 Introduce an annotation to mark a...
Bumps `micrometer.version` from 1.12.5 to 1.13.6. Updates `io.micrometer:micrometer-registry-jmx` from 1.12.5 to 1.13.6 Release notes Sourced from io.micrometer:micrometer-registry-jmx's releases. 1.13.6 :star: New Features / Enhancements Improve memory usage of StepBucketHistogram #4954...
/cc @cescoffier @tsegismont @vietj
The title says it all. /cc @tsegismont @cescoffier @vietj
The generator does not properly support the case of `Future` methods (e.g., a Vert.x HTTP client response that is eventually wrapped by a JSON stream parser). The idea is to...
In the latest Quarkus version, the method public io.vertx.mutiny.ext.web.client.HttpRequest expect(io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate predicate) is deprecated. According to the vert.x documentation (https://vertx.io/docs/vertx-web-client/java/), one shall use expecting instead. However, this method seems not to...
/cc @radcortez