-
Notifications
You must be signed in to change notification settings - Fork 91
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
Support annotations on setters in addition to fields #285
Comments
Yes, this is supposed to work. Reading the upstream issue in Quarkus, my best guess is that the |
It turns out that the scanner supports leaving out the |
- Allow an omitted name to to match a specified name (supports case where `@Parameter` has no `name` and equivalent JAX-RS annotation has a name - see smallrye#285) - Fix JavaDoc for FilteredIndexView
- Allow an omitted name to to match a specified name (supports case where `@Parameter` has no `name` and equivalent JAX-RS annotation has a name - see smallrye#285)
- Allow an omitted name to to match a specified name (supports case where `@Parameter` has no `name` and equivalent JAX-RS annotation has a name - see smallrye#285) - Fix JavaDoc for FilteredIndexView
Originally from here: quarkusio/quarkus#8415
I haven't confirmed this in SmallRye OpenAPI yet, but it seems likely to be an issue here.
The text was updated successfully, but these errors were encountered: