Expand my Community achievements bar.

SOLVED

AEM custom 6.3 bundles will work on AEM 6.4

Avatar

Level 2

Recently we have done AEM in place upgrade from AEM6.3 to AEM6.4. once the upgrade is completed with 6.3 custom code(built using the uber-jar.6.3) we observed that the 6.3 bundles are up and running in AEM6.4 without compiling and building with uner-jar6.4.

is it is the right behavior 6.3 bundle status is active in AEM6.4 environment? please suggest.

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi Kiran,

Yes the code will work if you upgrade from 6.3 custom code to 6.4 but still you need to update your POM to uber-jar.6.4 and this is recommended to update your POM.

Hope this helps!!

Thanks,

Ratna Kumar.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

Hi Kiran,

Yes the code will work if you upgrade from 6.3 custom code to 6.4 but still you need to update your POM to uber-jar.6.4 and this is recommended to update your POM.

Hope this helps!!

Thanks,

Ratna Kumar.

Avatar

Level 2

Hi Ratna kumar, thanks for the update. but we just want to understand is this the ideal case? and is there any official documentation from adobe on this?