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

[2.7] Test Reactive Rest Client support of dynamic number of query parameters #724

Merged
merged 1 commit into from
Jun 16, 2022

Conversation

pjgg
Copy link
Contributor

@pjgg pjgg commented Jun 16, 2022

Summary

Backport of: Test Reactive Rest Client support of dynamic number of query parameters

Please select the relevant options.

  • Backport

Reactive Rest Client newly supports ([Quarkus PR 24783](quarkusio/quarkus#24783)) passing a query parameters as a map. This is very useful when user don't know query parameters in advance. Feature details can be found in a [TP here](quarkus-qe/quarkus-test-plans#82). Test covers situation when query parameters are of primitive type, Java class or an array (supported by `MultivaluedMap`) and more than one formal parameter is annotated with `@RestQuery`.

(cherry picked from commit 5d592c7)
@pjgg pjgg requested a review from michalvavrik June 16, 2022 13:14
Copy link
Member

@michalvavrik michalvavrik left a comment

Choose a reason for hiding this comment

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

LGTM

@michalvavrik michalvavrik merged commit 0eb08b0 into quarkus-qe:2.7 Jun 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants