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