JiriOndrusek opened a new pull request, #26706: URL: https://github.com/apache/camel/pull/26706
Fixes CAMEL-24878. Since CAMEL-24852 the CLI resource loader called exists() on every resolved resource. For http: that is a GET, so rest-openapi read its specification twice and camel-kamelets OpenApiIT failed. The scheme is now checked first, so only classpath: and file: resources are probed; regression test added. 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
