lburgazzoli commented on issue #2532:
URL: https://github.com/apache/camel-quarkus/issues/2532#issuecomment-828931574
I think you can workaround this by adding
quarkus.arc.unremovable-types=com.fasterxml.jackson.databind.ObjectMapper
to your application.properties.
We then need the jsonpath extension to declare `ObjectMapper` as unremovable
through `UnremovableBeanBuildItem`
--
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:
[email protected]