Georgios Andrianakis
Georgios Andrianakis
I would say @karm signed up by creating this PR 😊
Does it not work with the `main` branch?
OK, I see. @iocanel where are we with https://github.com/quarkusio/quarkus/issues/16113?
Hey @sberyozkin, so IIUC when running the tests you get the expected behavior but not in dev mode and prod mode?
That's really weird... I'll take a look
Unfortunately I don't understand what is going on here... In both cases the control flow reaches https://github.com/quarkusio/quarkus/blob/2.9.0.Final/independent-projects/resteasy-reactive/client/runtime/src/main/java/org/jboss/resteasy/reactive/client/impl/RestClientRequestContext.java#L330 with the proper `ClientWebApplicationException`, but then in the test case the Uni's `recoverWith`...
Sorry I could not help more...
@barreiro any chance you can take a look at this?
@rsvoboda I don't think `Publisher` ever worked with the `Reactive REST Client` to begin with :)