JiriOndrusek commented on issue #3534: URL: https://github.com/apache/camel-quarkus/issues/3534#issuecomment-1145969863
@ppalaga At the first glance, problem seems to be a little bit complicated. I debugged the test for the correct behavior and problem is caused by the fact, that quarkus 's classloader bans the class from the test module in this [line](https://github.com/quarkusio/quarkus/blob/main/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/app/CuratedApplication.java#L262). Workaround is to use `quarkus.test.flat-class-path=true`. I'm investigating the reason (which at the first glance seems like a bug on quarkus or an intentional feature, which is not reflected by the test) -- 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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org