Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Which uber jar to use, 6.5.9-1.0 or 6.5.9?

Avatar

Level 3

Hi,

 

We have installed the SP9, but got confused when updating the uber jar.

we can see two of them from https://javalibs.com/artifact/com.adobe.aem/uber-jar.

between 6.5.9 and 6.5.9-1.0, which one to use and what's the difference?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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.

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

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.

Avatar

Community Advisor

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!

Avatar

Community Advisor

Hi,

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