We have a number of plugins installed in our SonarQube 7.6 installation, that we cannot upgrade with the built in marketplace. (it states “Requires system update”).
We would therefore manually upgrade these plugins, using the files found here: https://binaries.sonarsource.com/Distribution/
The problem we have now, is knowing which is the latest version of each of these plugins, that is compatible with our 7.6 version.
I see that the current plugin compatibility matrix is only for version 7.9 and higher:
Is there a way to know which is the latest version for each of these plugins, that is compatible with SonarQube 7.6 ?
Git
JaCoCo
LDAP
SonarC#
SonarCSS
SonarFlex
SonarGo
SonarJava
SonarJS
SonarKotlin
SonarPHP
SonarPython
SonarRuby
SonarScala
SonarTS
SonarVB
SonarXML
Svn
Hello @amanwithnoname and welcome to the community
funny that i catched your post as i have the answer currently open in another tab
you can view compatibility for each plugin in the properties in this repository here: https://github.com/SonarSource/sonar-update-center-properties
never the less you should consider to upgrade your instance to the latest LTS release as 7.6 is EOL and there is a good number of improvements and security fixes in the current LTS
hope that helps
thanks for the extremely fast response @Tobias_Trabelsi !
unfortunately we are constrained at the moment to using 7.6, because we (currently) depend on the sonar.analysis.mode=preview
mode.
if i understand correctly, by checking this file https://github.com/SonarSource/sonar-update-center-properties/blob/master/java.properties , and looking at this section:
...
5.10.2.description=Fix NPE while parsing XML files
5.10.2.sqVersions=[6.7,6.7.7],[7.3,7.6]
5.10.2.downloadUrl=https://binaries.sonarsource.com/Distribution/sonar-java-plugin/sonar-java-plugin-5.10.2.17019.jar
5.10.2.date=2019-01-30
5.10.2.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10973&version=14861
5.10.2.mavenGroupId=org.sonarsource.java
...
The latest version of the SonarJava plugin that is compatible with SonarQube 7.6, is 5.10.2
does that sound correct?
seems about right
hope that you can upgrade soon
system
(system)
Closed
November 12, 2020, 11:02am
5
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.