SonarQube Version update

My team is currently using SonarQube version 8.9.10 and sonar-scanner-cli-4.8.0.2856.jar in our Java project, which is compatible with JDK 8. Recently, we upgraded to JDK 11, so we also plan to update our SonarQube version and scanner CLI. Our runtime JDK version is now 11. When I reviewed the documentation, I found that versions 9.9.6 LTS, 10.0, and 10.1 all support JDK 11 for executing the scanner. Could you help me choose the best version among these three?

Hi @Vimal_A,
Versions 10.2 and 10.1 are no longer supported.
You should choose 9.9.6 or 10.6 depending on your update frequency.

1 Like

Thanks for updates @Bachri_Abdel

1 Like

You’re welcome @Vimal_A .

There’s a lot of information in the documentation ;).

1 Like

I want to add on @Bachri_Abdel info so you just keep in mind the upgrade path that you might need to follow. :slight_smile:

1 Like