Expand my Community achievements bar.

SOLVED

API compatibility for AEM upgrade from AEM 6.4 to 6.5

Avatar

Level 2

We are planning to upgrade to AEM 6.5 from AEM 6.4. I need help in getting below details.

 

- Are there any documentation links around changes in APIs or any decommissioned APIs in AEM 6.5.

- Any other commons issues encountered during upgrade from AEM 6.4 to AEM 6.5

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Upgrading to AEM 6.5

1) Upgrading to AEM as a Cloud Service

2) Upgrading to AEM 6.5 AMS - Adobe Managed Service on Cloud Manager

 

you can check deprecated api here:

https://helpx.adobe.com/experience-manager/6-5/sites/developing/using/reference-materials/javadoc/de...

The deprecated APIs will continue to work on AEM 6.5 without any change. However, it is recommended to change the deprecated APIs with their corresponding updated APIs.

 

CloudManager code scanning

upgrade to AEM 6.5 is to be able to start using Cloud Manager (CM) to perform automated builds to the various environments (Dev, UAT, Stage and Prod).

https://experienceleague.adobe.com/docs/experience-manager-cloud-manager/using/how-to-use/understand...

 

Pattern Detector:

https://experienceleague.adobe.com/docs/experience-manager-65/deploying/upgrading/pattern-detector.h...

 

This feature allows you to check existing AEM instances for their upgradability by detecting patterns in use that:

Violate certain rules and are done in areas that will be affected or overwritten by the upgrade
Use an AEM 6.x feature or an API that is not backwards compatible on AEM 6.5 and can potentially break after upgrade.

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Upgrading to AEM 6.5

1) Upgrading to AEM as a Cloud Service

2) Upgrading to AEM 6.5 AMS - Adobe Managed Service on Cloud Manager

 

you can check deprecated api here:

https://helpx.adobe.com/experience-manager/6-5/sites/developing/using/reference-materials/javadoc/de...

The deprecated APIs will continue to work on AEM 6.5 without any change. However, it is recommended to change the deprecated APIs with their corresponding updated APIs.

 

CloudManager code scanning

upgrade to AEM 6.5 is to be able to start using Cloud Manager (CM) to perform automated builds to the various environments (Dev, UAT, Stage and Prod).

https://experienceleague.adobe.com/docs/experience-manager-cloud-manager/using/how-to-use/understand...

 

Pattern Detector:

https://experienceleague.adobe.com/docs/experience-manager-65/deploying/upgrading/pattern-detector.h...

 

This feature allows you to check existing AEM instances for their upgradability by detecting patterns in use that:

Violate certain rules and are done in areas that will be affected or overwritten by the upgrade
Use an AEM 6.x feature or an API that is not backwards compatible on AEM 6.5 and can potentially break after upgrade.