claudio4j opened a new issue, #4676:
URL: https://github.com/apache/camel-quarkus/issues/4676

   When using camel-quarkus 2.13.2 and quarkus 2.13.5.Final
   
   Given the following route
   ```
   fromF("kamelet:jira-source?jql=RAW(project=MYP)&delay=30000&%s", params)
       .log("JIRA issue: ${body}");
   ```
   
   And building in native mode with `mvn -Pnative 
-Dquarkus.native.builder-image=mandrel`
   The execution throws:
   ```
   ClassNotFoundException: com.fasterxml.jackson.datatype.joda.JodaModule
   ```
   
   There is no error in jvm mode.


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

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

Reply via email to