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

Add a test plan for QUARKUS-2148 #82

Merged
merged 1 commit into from
Jun 17, 2022

Conversation

michalvavrik
Copy link
Member

This PR adds a test plan for QUARKUS-2148.

@michalvavrik michalvavrik requested a review from mjurc June 15, 2022 12:42
@michalvavrik michalvavrik self-assigned this Jun 15, 2022
michalvavrik added a commit to michalvavrik/quarkus-test-suite that referenced this pull request Jun 15, 2022
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 added a commit to michalvavrik/quarkus-test-suite that referenced this pull request Jun 15, 2022
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`.
fedinskiy pushed a commit to quarkus-qe/quarkus-test-suite that referenced this pull request Jun 16, 2022
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`.
pjgg pushed a commit to pjgg/quarkus-test-suite that referenced this pull request Jun 16, 2022
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)
Copy link
Member

@mjurc mjurc left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for the test plan!

@mjurc mjurc merged commit 7a1f4ba into quarkus-qe:main Jun 17, 2022
@michalvavrik michalvavrik deleted the feature/quarkus-2148 branch June 17, 2022 11:45
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