JiriOndrusek commented on code in PR #4345: URL: https://github.com/apache/camel-quarkus/pull/4345#discussion_r1050830595
########## 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: @aldettinger I can refactor the test to use a "custom" serialization. I tried that in this case, but it seems like a potential cause of errors. Maybe we could add some kind of "util", "helper" class to serialize and deserialize maps into some test extension, what do you think? -- 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