Expand my Community achievements bar.

SOLVED

AEM Forms upgrade from 6.1 to 6.5 custom java code compatibility

Avatar

Level 2

Currently have our application in AEM Forms 6.1 and we have a dependent java based application which currently runs on java 7, after upgrading AEM Forms only to 6.5, will it still support the application through REST based http/s POST call? Appreciate your help!

 

1 Accepted Solution

Avatar

Correct answer by
Employee

Generally, many of the LiveCycle/AEM Forms JEE APIs have not changed drastically but they have been recompiled with newer JDKs and libraries.
The standard endpoints are still supported as before.

If you can you should install an AEM Forms 6.5 JEE test server (DEV license is free) and test your external Java 7 application. REST and SOAP etc are still available and have principally not changed. Nevertheless, you should test this as a jump from 6.1 to 6.5 is huge and the official migration path is complex:
https://experienceleague.adobe.com/docs/experience-manager-65/forms/upgrade-aem-forms/upgrade.html?l...
That is if you want to upgrade your current installation vs starting fresh in 6.5.

If you have Java based DSCs (custom components) then you might have to recompile and some aspects might not work completely OOTB due to the differences between Java 7 and Java 8.

View solution in original post

2 Replies

Avatar

Correct answer by
Employee

Generally, many of the LiveCycle/AEM Forms JEE APIs have not changed drastically but they have been recompiled with newer JDKs and libraries.
The standard endpoints are still supported as before.

If you can you should install an AEM Forms 6.5 JEE test server (DEV license is free) and test your external Java 7 application. REST and SOAP etc are still available and have principally not changed. Nevertheless, you should test this as a jump from 6.1 to 6.5 is huge and the official migration path is complex:
https://experienceleague.adobe.com/docs/experience-manager-65/forms/upgrade-aem-forms/upgrade.html?l...
That is if you want to upgrade your current installation vs starting fresh in 6.5.

If you have Java based DSCs (custom components) then you might have to recompile and some aspects might not work completely OOTB due to the differences between Java 7 and Java 8.

Avatar

Employee Advisor

As Kosta mentioned for custom DSC you might have to recompile the code with the latest JAVA and check if you are using any deprecated method. API for JEE is more or less the same so it should not be a major hurdle but do test the application for all the possible scenarios. 

 

@satish_kumar_r1