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 sort list generic type argument for Panache REST Data #31609

Merged
merged 1 commit into from
Mar 6, 2023

Conversation

MikeEdgar
Copy link
Contributor

Minor improvement to support OpenAPI documentation for the list endpoint
Before:

{
  "name": "sort",
  "in": "query",
  "schema": {
    "type": "array"
  }
}

After, items is present

{
  "name" : "sort",
  "in" : "query",
  "schema" : {
    "type" : "array",
    "items" : {
      "type" : "string"
    }
  }
}

@quarkus-bot
Copy link

quarkus-bot bot commented Mar 5, 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.

@geoand geoand requested a review from Sgitario March 6, 2023 06:43
@gsmet gsmet merged commit d8c2e78 into quarkusio:main Mar 6, 2023
@quarkus-bot quarkus-bot bot added this to the 3.0 - main milestone Mar 6, 2023
@gsmet
Copy link
Member

gsmet commented Mar 6, 2023

Thanks!

@MikeEdgar MikeEdgar deleted the panache-rest-data-sort-item-type branch March 21, 2023 16:15
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.

3 participants