You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/12/16 14:43:23 UTC

[GitHub] [camel-quarkus] JiriOndrusek commented on a diff in pull request #4345: Expand AWS CW test coverage #4196

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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org