jakub-bienkowski opened a new pull request, #11493: URL: https://github.com/apache/camel/pull/11493
# Description In RestOpenApiReader.class, while aggregating the tags for api-doc, the HashMap was used instead of LinkedHashMap, which broke the original order of the tags. A LinkedHashMap is used now instead. There is no way of sorting the tags after that, and their order influences, for example, the UI of the swagger. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org