electrosaur opened a new pull request #5557: URL: https://github.com/apache/camel/pull/5557
Calls to `RestDefinition.security(String key [, String scopes])` without a verb adds the security scheme specified by `key` as a security requirement for all rest calls. Added `private RestSecuritiesRequirement securityRequirements;` to keep track of these global security requirement(s) as a list of `SecurityDefinition`. Changed `RestOpenApiReader` to create `OasSecurityRequirement`(s) in the APICurio model if there are global security requirements. Added test class `RestOpenApiModelApiSecurityRequirementsTest`. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
