Georgios Andrianakis
Georgios Andrianakis
Also cc @jponge
Your sample is **not** using Quarkus REST (formelly known as RESTEasy Reactive). However even with it, https://github.com/quarkusio/quarkus/pull/40308 is required to make the tests pass.
Thanks for reporting. Is there any chance you narrowed down which version actually introduced the breakage?
Thanks!
The reason I have not added a test is that surfacing the problem requires a different security setup than the one of the existing integration tests and I am not...
> > The reason I have not added a test is that surfacing the problem requires a different security setup than the one of the existing integration tests and I...
Let me try and summarize so as to check if I have understood the issue correctly: There is some piece of code that runs in a Vertx route that runs...
It's definitely possible to use the existing request scoped state if it exists, but is that really something we want to do in all cases?
> Can you think of a case where that would be an issue? Not off hand
What I think can become problematic is how we handle the end of the request processing in Quarkus REST. Currently as we always start the context, we always terminate it...