aldettinger commented on issue #776: Gson integration test fails with Camel 
3.1.0 
URL: https://github.com/apache/camel-quarkus/issues/776#issuecomment-592657895
 
 
   I'm gonna fake the test until 
[CAMEL-14630](https://issues.apache.org/jira/browse/CAMEL-14630) has been 
solved, hopefully in camel 3.2.
   
   Then we could remove the fake direct:Gson-type-as-header xml route, and put 
back the original test route, like:
           setHeader name="CamelGsonUnmarshalType">
               
<constant>org.apache.camel.quarkus.component.jackson.model.DummyObject</constant>
           </setHeader>
           <unmarshal>
               <json library="Gson" allowUnmarshallType="true"/>
           </unmarshal>

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


With regards,
Apache Git Services

Reply via email to