aldettinger commented on code in PR #4345: URL: https://github.com/apache/camel-quarkus/pull/4345#discussion_r1050729041
########## integration-test-groups/aws2/aws2-cw/pom.xml: ########## @@ -39,6 +39,10 @@ <groupId>io.quarkus</groupId> <artifactId>quarkus-resteasy</artifactId> </dependency> + <dependency> + <groupId>io.quarkus</groupId> + <artifactId>quarkus-resteasy-jackson</artifactId> Review Comment: @ppalaga If I remember well, we try our best not to use `quarkus-resteasy-jackson` in tests because it registers some native reflections that could potentially hide bug in our extensions ? If yes, what could we advise in the test at hand ? -- 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