Georgios Andrianakis
Georgios Andrianakis
> BTW @geoand I couldn't find any way to make RR print the exceptions, no setting, no docs about it, and nothing in the code that leads me to think...
Darn... We tried to avoid making any changes that would affect this, but obviously it didn't work :( Looks mostly like test changes though, so hopefully won't be too big...
👍🏼 I'll review this tomorrow
> Made @BeanParam and @MultipartForm optional (any container class with fields using the @Rest* annotations or their JAX-RS equivalents will be auto-detected as a bean param I assume that the...
This is really amazing stuff! Can you perhaps explain a little more how multipart support kicks in now that the annotation is optional?
I guess what is not clear to me is what exact behavior changed - an example of how I did things before vs how I would do things now would...
That is indeed true @famod - we don't activate that and we don't even expose a property for users to activate it - although of course users can configure their...
@gastaldi can you please run the tests of the `flyway` module from the current `main`? They seem to be failing for me...
As for this issue itself, I think we first need to address https://github.com/quarkusio/quarkus/issues/21275 (or decide if this is actually a duplicate). @gastaldi @gsmet WDYT?
Thanks for checking, there must be something wrong going on for me locally. I get: ``` 2022-10-13 18:19:56,970 ERROR [io.qua.ver.htt.run.QuarkusErrorHandler] (executor-thread-0) HTTP Request to /fly failed, error id: a38447f9-228d-4502-a5ee-bbda6d2d6ce7-1: org.jboss.resteasy.spi.UnhandledException:...