Expand my Community achievements bar.

SOLVED

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

Avatar

Level 1

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?

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

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.

 

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

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.