ppalaga commented on a change in pull request #2635:
URL: https://github.com/apache/camel-quarkus/pull/2635#discussion_r635995572



##########
File path: 
integration-tests/dataformats-json/src/main/resources/routes/jackson-routes.xml
##########
@@ -40,4 +40,57 @@
         </unmarshal>
     </route>
 
-</routes>
\ No newline at end of file
+    <route>
+        <from uri="direct:jacksonxml-unmarshal-spring-list-backPojo"/>
+        <unmarshal><jacksonxml useList="true" 
unmarshalTypeName="org.apache.camel.quarkus.component.dataformats.json.model.TestPojo"/></unmarshal>
+        <to uri="mock:jacksonxml-unmarshal-spring-list-reversePojo"/>
+    </route>
+
+    <route>
+      <from uri="direct:jacksonxml-marshal-spring-enablefeature"/>
+      <marshal>
+        <jacksonxml 
unmarshalTypeName="org.apache.camel.quarkus.component.dataformats.json.model.TestPojo"
+            enableFeatures="WRAP_ROOT_VALUE"/>
+      </marshal>
+    </route>
+
+    <route>
+      <from uri="direct:spring-in"/>

Review comment:
       Could we please rename the `spring-*` endpoints to e.g. `jackson-xml-*`? 
Spring is not involved here, so the names may sound misleading.




-- 
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.

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


Reply via email to