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

Support @Encoded annotation on REST Client Reactive #33672

Merged
merged 1 commit into from May 30, 2023

Conversation

Sgitario
Copy link
Contributor

These changes add support for the @Encoded annotation for PATH and QUERY params.

As stated in the Encoded annotation javadocs, we can use this annotation at class and method level too, so we can use it in REST Client reactive like this.

Fix #23961

Copy link
Contributor

@geoand geoand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great stuff!

These changes add support for the `@Encoded` annotation for PATH and QUERY params. 

As stated in the Encoded annotation javadocs, we can use this annotation at class and method level too, so we can use it in REST Client reactive like this. 

Fix quarkusio#23961
@quarkus-bot
Copy link

quarkus-bot bot commented May 29, 2023

✔️ 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.

@Sgitario Sgitario merged commit 0675700 into quarkusio:main May 30, 2023
39 checks passed
@Sgitario Sgitario deleted the 23961 branch May 30, 2023 04:38
@quarkus-bot quarkus-bot bot added the kind/enhancement New feature or request label May 30, 2023
@quarkus-bot quarkus-bot bot added this to the 3.2 - main milestone May 30, 2023
@Sgitario Sgitario linked an issue May 30, 2023 that may be closed by this pull request
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.

Support @Encoded for query parameters in REST Client Reactive
2 participants