Upgrading Jackson databind version causes compilation error. | Community
Skip to main content
Level 3
December 9, 2021
Solved

Upgrading Jackson databind version causes compilation error.

  • December 9, 2021
  • 2 replies
  • 3102 views

Hi Everyone,

We are using AEM 6.5. We have a requirement to upgrade Jackson databind version 2.8.4 to 2.12.5.
We have updated the version in pom.xml.
PFB dependency details.

 

but after upadating the version it leads to compilation error. PFB error details:

 

 

When We searched this error we found that we need to upgrade the maven bundle plugin, so we have upgraded the maven version 3.3.0 to 3.5.0 after that build getting successful, but it leads core.core bundle always in installed state. 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by lukasz-m

Hi @kkhan_123, this looks like very similar issue to the one described under this topic [1]. I think that solution presented there should allow you to solve your problem.

[1] - https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/including-com-fasterxml-jackson-dependency-causing-errors-i-e/td-p/424752

2 replies

milind_bachani
Adobe Employee
Adobe Employee
December 9, 2021

Hi @kkhan_123 , 

Can you check if all the dependencies of the core bundle is satisfied? Click on the bundle which is in installed state and check if you are missing any dependencies, highlighted in red. Also, are you able to move the bundle to active state manually ?

lukasz-m
Community Advisor
lukasz-mCommunity AdvisorAccepted solution
Community Advisor
December 9, 2021

Hi @kkhan_123, this looks like very similar issue to the one described under this topic [1]. I think that solution presented there should allow you to solve your problem.

[1] - https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/including-com-fasterxml-jackson-dependency-causing-errors-i-e/td-p/424752