checkstyle / sonar-checkstyle

Support on Checkstyle in SonarQube. Officially transfered from https://github.com/SonarQubeCommunity/sonar-checkstyle
GNU Lesser General Public License v3.0
171 stars 71 forks source link

Is sonar-checkstyle compatible with Sonarqube EE 9.4? #415

Closed shafemoh closed 2 years ago

shafemoh commented 2 years ago

Hi team, we are currently hosting Sonarqube EE 9.2.4 and we will be upgrading to Sonarqube 9.4.0. We are currently using checkstyle-sonar-plugin-9.2.jar. Should we upgrade the checkstyle plugin to some higher version (if so, to which version ? ) OR Can we stay on checkstyle-sonar-plugin-9.2.jar?

Regards @shafemoh

muhlba91 commented 2 years ago

Hi,

yes, you can stay on this version.

With version 10.x we introduced a breaking change to only support Java 11; hence, the chnage in the compatibility matrix, and support only for SQ 9+.

If you want to upgrade the plugin and require Java 8 analyzer support, you can only use 9.3 max. If you only analyze with Java 11, you can also upgrade to the latest version.

However, either way, I suggest having a test run of the SQ upgrade before rolling it out to production. :)

I hope this helps.

muhlba91 commented 2 years ago

closing due to inactivity.