You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "pdumontel (via GitHub)" <gi...@apache.org> on 2023/08/18 18:21:33 UTC

[GitHub] [camel] pdumontel commented on pull request #10066: CAMEL-18963: upgrade openapi components to latest swagger versions

pdumontel commented on PR #10066:
URL: https://github.com/apache/camel/pull/10066#issuecomment-1684274569

   I'm sorry to use this medium to report a bug, but I don't have access to JIRA at the moment. The Basic and Bearer Token mappings are wrong -- 'basic' and 'bearer' are assigned to the name instead of the scheme property. This breaks swagger-ui when one tries to use the Authorize button. 
   Lines 302 and 306 just need to use .scheme() instead of .name()


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org