-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upgrade libraries versions for SonarQube 10.0.0 #188
Conversation
… for SonarQube 10
@dedece35 What are the next steps before merging this PR? |
@utarwyn ... to have time to check all is ok with dependencies upgrades :( |
JavaScript plugin seems to work fine on my 10.0 SonarQube server with your changes 👍 |
Check Java / python / php plugins :
sonar_ecocode | chown: /opt/sonarqube/extensions/plugins/ecocode-python-plugin-1.2.2-SNAPSHOT.jar: Operation not permitted
sonar_ecocode | chown: /opt/sonarqube/extensions/plugins/ecocode-javascript-plugin-1.2.2-SNAPSHOT.jar: Operation not permitted
sonar_ecocode | chown: /opt/sonarqube/extensions/plugins/ecocode-java-plugin-1.2.2-SNAPSHOT.jar: Operation not permitted
sonar_ecocode | chown: /opt/sonarqube/extensions/plugins/ecocode-php-plugin-1.2.2-SNAPSHOT.jar: Operation not permitted
|
Conclusion of tests |
According to the SonarQube website, the latest LTS available is 9.9, and they strongly encourage users to upgrade to the latest available version, so we might decide to set this version as the minimum. BUT as a majority of our users are companies, it makes sense not to rush updates if maintenance on our side isn't too complex. I built the plugins based on your branch and put them in my SonarQube 9.8 server (without Docker — sorry I don't have SonarQube 9.4 anymore), and the plugins load and work fine ✅. ➡️ @dedece35 Maybe an error with your Docker installation ? It seems to be a file permission issue. Just for information, an LTS is generally supported for 18 months. See more here: https://endoflife.date/sonar |
@utarwyn thank you for feedback ... |
@dedece35 Java plugin works well on my SonarQube 9.8 and rules are displayed correctly when I analyze Java test project |
@utarwyn thank you for tests ! I found the problem. |
Kudos, SonarCloud Quality Gate passed! |
No description provided.