cunningt opened a new pull request, #1247: URL: https://github.com/apache/camel-spring-boot/pull/1247
I'm finding a circular dependency in the use of camel-jetty-starter as a test resource in camel-spring-boot-xml - in a clean build camel-jetty-starter is never built by the time that camel-spring-boot-xml tries to build. I poked around and I think what's required by the test case isn't the camel-jetty-starter but only the camel-jetty component as the only reference is here inside of a camelContext: https://github.com/apache/camel-spring-boot/blob/main/core/camel-spring-boot-xml/src/test/resources/spring-camel-context.xml#L28 -- 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]
