jamesnetherton commented on PR #8882: URL: https://github.com/apache/camel-quarkus/pull/8882#issuecomment-5021212480
I've not done a deep review (yet), but I think you could simplify things a lot and just copy the tests as-is and add `quarkus-junit-internal` to the relevant integration-test module(s) (it may actually already be there transitively). The problem with reimplementing the tests as `@QuarkusTest` is that you need a bunch of extra test profiles. And that slows things down because you end up restarting the app multiple times. -- 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]
