Expand my Community achievements bar.

Issue with Uber-Jar 6.5.17

Avatar

Level 1

Dear All,

 

We are currently in the process of planning an upgrade to AEM 6.5.17. When building the code with latest uber jar 6.5.17, I've encountered a compilation issue related to the class "com.day.cq.dam.handler.standard.pdf." Upon investigating the issue, I found that the manifest file of the "Uber-6.5.17.jar" is exporting the package "com.day.cq.dam.handler.standard" with version 5.8.2, which does not actually exist in the repository (https://repo.maven.apache.org/maven2/com/day/cq/dam/cq-dam-handler/).

 

To address this, I attempted to manually add the dependency for "cq.dam.handler" with the latest version 5.7.8 to the POM. Though build was successful but it resulted in breaking our customer application bundle, as it introduced numerous missing dependencies. It seems that this issue with the Uber JAR referencing the incorrect version of "com.day.cq.dam.handler.standard" might be a general problem.

 

Has anyone else on the team encountered a similar issue? Your support and insights in resolving this matter would be highly appreciated.

 

Thank you

2 Replies

Avatar

Employee Advisor

Hi @Ram25535827lw4i ,

 

Can you check if your settings.xml has similar entries like this:-

https://experienceleague.adobe.com/docs/experience-cloud-kcs/kbarticles/KA-17454.html?lang=en 

 

that should enforce your build to download from Adobe public repo (which is not available in the maven repo).

https://repo.adobe.com/nexus/content/groups/public/com/day/cq/dam/cq-dam-handler/5.7.8/cq-dam-handle... 

 

Hope this helps!

 

Regards,

Nitesh

Avatar

Level 2

Hi @nitesh_kumar 

 

Thank you for your help but this is not working, we tried already. 

 

Can you please provide any other information to resolve this issue.

 

Thank you,

Ram