lburgazzoli commented on PR #7715:
URL: https://github.com/apache/camel/pull/7715#issuecomment-1145717274

   @davsclaus I've fixed most of the findings (doc is still not up to date)
   
   One additional question I have is that in the camel-jackson component, the 
Jackson Type converter [must explicitly be enabled 
](https://github.com/apache/camel/blob/main/components/camel-jackson/src/main/java/org/apache/camel/component/jackson/converter/JacksonTypeConverters.java#L72).
   
   I wonder if some basic conversion (i.e. InputStream/String/byte[]/Map <--> 
JsonNode) can be enabled by default.
   The reason for that is that the jq extension requires the input to be a 
JsonNode and of course I can do my own set if/else but maybe it would be better 
to leverage the type converter, WDYT ? as alternative the doc can mention that 
the JacksonTypeConverters shuld be explicitly enabled.
   
   
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to