smallrye-mutiny-vertx-bindings
smallrye-mutiny-vertx-bindings copied to clipboard
expecting() missing in Vertx WebClient
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.