Is there anyone who is using Java11 for Their AEM Projects? | Community
Skip to main content
September 25, 2020
Solved

Is there anyone who is using Java11 for Their AEM Projects?

  • September 25, 2020
  • 1 reply
  • 932 views

Hello, are there anyone using Java11 for their AEM projects, and how popular is this?

Have anyone started migrating their Java8 implementation to Java11, what is the process, and how difficult is this?

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 joerghoh

Only AEM 6.5 and AEM as a Cloud Service support Java11. And the migration of the codebase of your application is typically a no-brainer, because in most cases you don't have to do anything with your code. There might be 3rd party libraries, which might have problems with Java11 (mostly the module system introduced with Java9), but Sling and AEM work flawlessly with Java 11.

 

1 reply

joerghoh
Adobe Employee
joerghohAdobe EmployeeAccepted solution
Adobe Employee
September 25, 2020

Only AEM 6.5 and AEM as a Cloud Service support Java11. And the migration of the codebase of your application is typically a no-brainer, because in most cases you don't have to do anything with your code. There might be 3rd party libraries, which might have problems with Java11 (mostly the module system introduced with Java9), but Sling and AEM work flawlessly with Java 11.