jamesnetherton opened a new issue, #6354: URL: https://github.com/apache/camel-quarkus/issues/6354
### Bug description Almost every test in the project is failing with a similar startup failure like: ``` Caused by: org.apache.camel.NoSuchLanguageException: No language could be found for: simple ``` I've not had time to look into it. But it probably means that the code we have in CQ core is not able to discover the Camel `META-INF/services` files. Possibly due to these changes: https://github.com/quarkusio/quarkus/commit/9872f92af04c6f5dde1fbf6189e7898bbd4d066e https://github.com/quarkusio/quarkus/commit/6780c2c17788d59e30ff50238224416cd62786bb -- 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]
