Expand my Community achievements bar.

SOLVED

AEM 6.5 integration with SonarQube

Avatar

Level 2

Hello Community Team,

Since long time we were using SonarQube for Code Quality check and coverage for our AEM projects. But recent versions of SonarQube (v17 and above) have upgraded to provide support for Java 17+ and it is not backward compatible.

Since, AEM 6.5 is compatible with Java 11 only does not support the latest versions of Java, is there any way in which we can integrate with SonarQube latest versions.

If there are no workaround for this problem, please suggest if there are any better alternatives to SonarQube.

 

FYI: We are using AEM 6.5 OnPrem version and we tried downgrading SonarQube, but we are always forced to move to latest version of Sonar.

1 Accepted Solution

Avatar

Correct answer by
Level 3

hi @subrahmanyamj ,

Please consider checking (If you haven't already) if the below answer from Sonar Community might help as they have suggested how to fix the issue for projects running on Java 11.

 

Thanks,

Anil

   

View solution in original post

3 Replies

Avatar

Community Advisor

Hi, 

Can you elaborate more on the issue? Are you trying to install SonarQube on the same server where AEM lives? Ideally, you should not do that, if possible, I would consider using the cloud version of instead: https://www.sonarsource.com/plans-and-pricing/sonarcloud/ 

 

Hope this helps.



Esteban Bustamante

Avatar

Correct answer by
Level 3

hi @subrahmanyamj ,

Please consider checking (If you haven't already) if the below answer from Sonar Community might help as they have suggested how to fix the issue for projects running on Java 11.

 

Thanks,

Anil

   

Avatar

Administrator

@subrahmanyamj Did you find the suggestion helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!



Kautuk Sahni