smallrye-mutiny-vertx-bindings icon indicating copy to clipboard operation
smallrye-mutiny-vertx-bindings copied to clipboard

expecting() missing in Vertx WebClient

Open sschellh opened this issue 4 months ago • 3 comments

In the latest Quarkus version, the method public io.vertx.mutiny.ext.web.client.HttpRequest<T> 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 be available in Quarkus.

sschellh avatar Oct 11 '24 13:10 sschellh