aldettinger commented on code in PR #4641:
URL: https://github.com/apache/camel-quarkus/pull/4641#discussion_r1132478541
##########
integration-test-groups/foundation/language/pom.xml:
##########
@@ -43,6 +47,37 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy</artifactId>
</dependency>
+
+ <!-- Non-core languages -->
+ <dependency>
Review Comment:
We have faced situations where separating tests in their own project helped,
as sometime an extension is hiding a bug from another one.
Here, it might be ok to bundle everything as the main purpose is not really
to test each language, but more to test that each language can be loaded in
Camel Quarkus.
--
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]