Which uber jar to use, 6.5.9-1.0 or 6.5.9? | Community
Skip to main content
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 Kiran_Vedantam

Hi @baoyu_li,

 

As per the release date, 6.5.9-1.0 seems to be the latest version with latest fixes. You can use it.

 

Thanks,

Kiran Vedantam.

3 replies

Kiran_Vedantam
Community Advisor
Kiran_VedantamCommunity AdvisorAccepted solution
Community Advisor
August 30, 2021

Hi @baoyu_li,

 

As per the release date, 6.5.9-1.0 seems to be the latest version with latest fixes. You can use it.

 

Thanks,

Kiran Vedantam.

Asutosh_Jena_
Community Advisor
Community Advisor
August 30, 2021

Hi @baoyu_li 

 

6.5.9-1.0 is the latest with removal of some deprecated APIs which was released on 22nd June 2021. So you can use this

<dependency>
<groupId>com.adobe.aem</groupId>
<artifactId>uber-jar</artifactId>
<version>6.5.9-1.0</version>
<scope>provided</scope>
</dependency>

https://repo1.maven.org/maven2/com/adobe/aem/uber-jar/6.5.9-1.0/

 Thanks!

Ravi_Pampana
Community Advisor
Community Advisor
August 30, 2021

Hi,

I am working on the upgrade to AEM 6.5.9 and using 6.5.9-1.0 version.