-
Notifications
You must be signed in to change notification settings - Fork 91
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
Order of parameters not respected #1165
Comments
MikeEdgar
added a commit
to MikeEdgar/smallrye-open-api
that referenced
this issue
Sep 29, 2022
Closes smallrye#1165 Signed-off-by: Michael Edgar <michael@xlate.io>
MikeEdgar
added a commit
to MikeEdgar/smallrye-open-api
that referenced
this issue
Sep 30, 2022
Closes smallrye#1165 Signed-off-by: Michael Edgar <michael@xlate.io>
MikeEdgar
added a commit
to MikeEdgar/smallrye-open-api
that referenced
this issue
Sep 30, 2022
Closes smallrye#1165 Signed-off-by: Michael Edgar <michael@xlate.io>
@MikeEdgar Thanks for the fix 👍 Any idea when is this released and included in Quarkus? |
MikeEdgar
added a commit
to MikeEdgar/smallrye-open-api
that referenced
this issue
Oct 14, 2022
Closes smallrye#1165 Signed-off-by: Michael Edgar <michael@xlate.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The order of parameters defined in the
@Parameters
is no respected.. This results in a crazy order, especially in a Swagger UI and is very confusing for a user imo.For example, having the:
will result in the following order in the
openapi.json
and eventually looking like this in Swagger UI:
The text was updated successfully, but these errors were encountered: