-
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
Resteasy reactive - missing @Form annotation #23072
Comments
/cc @FroMage, @geoand, @stuartwdouglas |
/cc @geoand |
Sounds like a useful feature, thanks for reporting! |
There is already an annotation |
Because I thought so myself and tried to use it in a company project 🙂 Looking at |
Ah, you mean the client, I didn't look at the client code. If you want to provide a PR to fix that @fwippe, that would be much apprecited. Thanks |
Let's close this one as Sorry for having you open an issue @kucharzyk, I should have remember about And thanks @fwippe for stepping up :) |
For the record: #23099 will enable |
Describe the bug
In classic resteasy there is
@Form
annotation which allow extract form parameters to separate class. It's especially usefull with qute. Endpoints that saves large forms can have many fields. Too many to put them to method signature.In reasteasy reactive it's missing.
https://docs.jboss.org/resteasy/docs/6.0.0.Final/userguide/html/_Form.html
Expected behavior
Reasteasy reactive should have @Form annotation like reasteasy classic.
Actual behavior
@Form annotation is missing in reasteasy reactive
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: