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

Test Reactive Rest Client support of dynamic number of query parameters #719

Merged

Conversation

michalvavrik
Copy link
Member

Summary

Reactive Rest Client newly supports (Quarkus PR 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. 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.

Please select the relevant options.

  • Bug fix (non-breaking change which fixes an issue)
  • Dependency update
  • Refactoring
  • Backport
  • New scenario (non-breaking change which adds functionality)
  • This change requires a documentation update

Checklist:

  • Methods and classes used in PR scenarios are meaningful
  • Commits are well encapsulated and follow the best practices

@rsvoboda rsvoboda requested a review from fedinskiy June 15, 2022 13:45
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`.
@michalvavrik michalvavrik force-pushed the feature/rest-query-for-reactive-client branch from 3133ad8 to 447402e Compare June 15, 2022 16:59
@michalvavrik michalvavrik requested a review from fedinskiy June 15, 2022 17:40
@michalvavrik michalvavrik added the triage/backport-2.7? It needs to backport changes to branch 2.7 label Jun 15, 2022
@michalvavrik
Copy link
Member Author

Good points, thanks for the review.

@fedinskiy fedinskiy merged commit 5d592c7 into quarkus-qe:main Jun 16, 2022
@michalvavrik michalvavrik deleted the feature/rest-query-for-reactive-client branch June 16, 2022 12:58
@pjgg pjgg added this to the 2.7 milestone Jul 19, 2022
@pjgg pjgg removed the triage/backport-2.7? It needs to backport changes to branch 2.7 label Jul 19, 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.

3 participants