Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

Upgrading Jackson databind version causes compilation error.

Avatar

Level 3

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.

kkhan_123_1-1639038542420.png

 

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

 

kkhan_123_0-1639038516823.png

 

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. 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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-ja...

View solution in original post

2 Replies

Avatar

Employee Advisor

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 ?

Avatar

Correct answer by
Community Advisor

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-ja...