aldettinger opened a new issue #3582: URL: https://github.com/apache/camel-quarkus/issues/3582
When `com.fasterxml.jackson.module.jaxb.JaxbAnnotationModule` is on the classpath, it is instantiated via reflection by the `JacksonJsonAdapter`. As such, the `defaultMapper` has one module more in JVM mode. After discussion, we decided to register the `JaxbAnnotationModule` for reflection. -- 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]
