AEM custom 6.3 bundles will work on AEM 6.4 | Community
Skip to main content
Level 2
April 26, 2019
Solved

AEM custom 6.3 bundles will work on AEM 6.4

  • April 26, 2019
  • 2 replies
  • 3406 views

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.

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 Ratna_Kumar

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.

2 replies

Ratna_Kumar
Ratna_KumarAccepted solution
Level 10
April 26, 2019

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.

Level 2
April 30, 2019

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?