JiriOndrusek commented on issue #4362: URL: https://github.com/apache/camel-quarkus/issues/4362#issuecomment-1370567318
Hi @guhilling thanks for spotting this. I refactored my fork obviously a little bit more to make the test work (and didn;t notice this last change). - First of all, the behaviour with not working `doBeforeEach()` seems like a bug, I'll look at it. - Working solution is to use @BeforeEach, as it is used in my [fork](https://github.com/JiriOndrusek/camel-quarkus-demos/blob/workaround/src/test/java/de/hilling/camel/SampleRouteBuilderTest.java#L51-L59). You can try my modified version from https://github.com/JiriOndrusek/camel-quarkus-demos/tree/workaround, which works. Please use workaround with `@BeforeEach` until I fix the bug. -- 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