-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail when using collections in Resteasy Reactive JAXB #34237
Conversation
With regards to the question about the input: what happens currently? Does it fail at runtime in a similar way as it does for the output? |
So, yes, we should also validate the params. |
@geoand PR updated |
...rc/main/java/io/quarkus/resteasy/reactive/jaxb/deployment/ResteasyReactiveJaxbProcessor.java
Outdated
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
...on/processor/src/main/java/org/jboss/resteasy/reactive/common/processor/EndpointIndexer.java
Show resolved
Hide resolved
✔️ The latest workflow run for the pull request has completed successfully. It should be safe to merge provided you have a look at the other checks in the summary. |
Fix #33865
More details in #33865 (comment).
@geoand we could also validate also the inputs, so I'm not sure if we should do this, wdyt?