uber-jars: I got several question on this plugin | Community
Skip to main content
jayv25585659
Level 8
August 21, 2023
Solved

uber-jars: I got several question on this plugin

  • August 21, 2023
  • 2 replies
  • 711 views

Examples:

  • If I'm running 6.5.17 (assuming I started on 6.5.0 and immediately upgraded to 6.5.17), should I also use my uber-jar to 6.5.17?
  • If I running 6.5.15 and upgraded to 6.5.17, should I update my uber-jar as well?
  • Are there release notes for uber-jar updates? I tried finding one and no luck there.

Thank you!

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 himanshu

The release note for each service pack explicitly calls out the uber-jar details. For example the uber jar details for the latest service pack (6.5.17 as of today) are available here

 

For previous versions look for specific service pack page. For instance 6.5.16 look here.

 

Last but not the least, never assume that the service pack and uber jar version will be same. As sometime the uber-jar may not require changes and in such cases, the previous version is used. That also gets called out explicitly in the documentation. See the 6.5.16 link above for example.

 

HTH.

2 replies

aanchal-sikka
Community Advisor
Community Advisor
August 21, 2023

Hello @jayv25585659 

 

It is always recommended to update uber jar dependency, whenver you upgrade AEM.

This helps ensure that your application's runtime environment matches the updated version and its dependencies. This is especially important if there were improvements, changes, bug fixes or security updates related to the dependencies between version 6.5.0 and 6.5.17.

 

For any deprecated dependencies, please refer to javadocs https://javadoc.io/doc/com.adobe.aem/uber-jar/latest/deprecated-list.html .

Please check if "javac-Xlint:deprecation" would also help find deprecations easily. https://docs.oracle.com/en/java/javase/17/core/enhanced-deprecation1.html#GUID-97A6BB09-6F7D-4ED0-BF53-22D40757B0B2

 

AEM release notes would convey about major updates in release. It would not contain intricate details about uber jar.

 

 

Aanchal Sikka
himanshuAdobe EmployeeAccepted solution
Adobe Employee
August 21, 2023

The release note for each service pack explicitly calls out the uber-jar details. For example the uber jar details for the latest service pack (6.5.17 as of today) are available here

 

For previous versions look for specific service pack page. For instance 6.5.16 look here.

 

Last but not the least, never assume that the service pack and uber jar version will be same. As sometime the uber-jar may not require changes and in such cases, the previous version is used. That also gets called out explicitly in the documentation. See the 6.5.16 link above for example.

 

HTH.