Team,
From one of the recent notifications [1] we have came to know that Oracle JDK will no longer be support for AEM/AEM as cloud and this would be soon switched to Azul Zulu OpenJDK.
Has anyone experienced switching from Oracle JDK 11 to Azul Zulu OpenJDK for AEM as cloud? Any issues being faced?
Appreciate your help.
Solved! Go to Solution.
Views
Replies
Total Likes
hi @RajeevDuggal ,
Yes i have tried it and i haven't faced any issue in my project. If you want you can also check.
Please find document for reference
In that try "Alternate Maven Execution JDK Version" method. Create a folder called ".cloud-manger" and create a file called "java-version" and mention as 11 in it.
and then try deploying in any of you dev environments and verify it. If you check in build logs it would have pointed to azul jdk 11 .
hi @RajeevDuggal ,
Yes i have tried it and i haven't faced any issue in my project. If you want you can also check.
Please find document for reference
In that try "Alternate Maven Execution JDK Version" method. Create a folder called ".cloud-manger" and create a file called "java-version" and mention as 11 in it.
and then try deploying in any of you dev environments and verify it. If you check in build logs it would have pointed to azul jdk 11 .
Thanks @Kishore_Kumar_ ,
I can see CM pipeline is picking Version 11 from .cloudmanager/java-version but it is not showing the vendor as Azul zulu. How can rest be confirmed that it is using Azul zulu's OpenJDK?
try checking in build image logs once
I could see AEM as cloud on CM already using Azul zulu OpenJDK, even I have not pushed the suggested java-version file to this environment. So it is just a matter of developers to use the same JDK for local SDK based development on their machine. Thanks.
Oh ok. When I was investigating some month back without this file it was pointed to Oracle JDK 11. May be it would've changed now. Thanks for the information.
Yes you are correct. Oracle JDK will no longer be supported for AEM on premise or Cloud instance.
If we have the license for JDK with Oracle, we can still continue to use else we need to start planning for migrating into Azul Zulu Open JDK.
If you see the below comparision with different JDK vs Oracle JDK, we don't see much difference, whereas we need to try this and see if there are any issue. Ideally there should not be any but we never know until we try it!
https://www.azul.com/products/core/jdk-comparison-matrix/
Thanks!
I believe Adobe's recommendation has changed based on security concerns. Oracle is recommend and not Azul_Zulu.
You can find more details here:
Views
Replies
Total Likes