Skip to content
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

RESTEasyReactive: support @Rest* annotations on bean params for the client #28856

Merged
merged 1 commit into from Oct 28, 2022

Conversation

FroMage
Copy link
Member

@FroMage FroMage commented Oct 26, 2022

Fixes #28782

@geoand geoand added triage/backport? triage/waiting-for-ci Ready to merge when CI successfully finishes labels Oct 26, 2022
@quarkus-bot

This comment has been minimized.

@geoand
Copy link
Contributor

geoand commented Oct 26, 2022

CI complaining about formatting :)

@quarkus-bot

This comment has been minimized.

… client

- Also use hyphenate on `@RestHeader` on client fields on bean params quarkusio#13665
- Added test for client bean param on fields, getters and regular
  parameters for good measure

Fixes quarkusio#28782
@FroMage
Copy link
Member Author

FroMage commented Oct 27, 2022

Fixed the broken test committed by accident, and used the new hyphenate method.

@gsmet gsmet merged commit f710953 into quarkusio:main Oct 28, 2022
@quarkus-bot quarkus-bot bot added this to the 2.15 - main milestone Oct 28, 2022
@quarkus-bot quarkus-bot bot added kind/bugfix and removed triage/waiting-for-ci Ready to merge when CI successfully finishes labels Oct 28, 2022
@gsmet gsmet modified the milestones: 2.15 - main, 2.14.0.Final Oct 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RESTEasy Reactive - mapping MULTIPART_FORM_DATA to request body don't work
3 participants