You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/04/29 04:28:30 UTC

[GitHub] [camel-quarkus] lburgazzoli commented on issue #2532: CDI: programmatic lookup problem detected io.quarkus.arc.impl.ArcContainerImpl getMatchingBeans

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:
users@infra.apache.org