-
Notifications
You must be signed in to change notification settings - Fork 70
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
Plugin doesn't work with SonarQube 7.3 #157
Comments
sad .... looks like API changes now affecting us. if smb have a time .... please fill free to provide fix . |
prepare for checkstyle#157
any information on this issue? can we expect a merge and new version soon? :) |
@rnveach I quickly read through the discussion in the linked PR. Can I help in getting it merged so that the integration with SonarQube 7.3 works again? |
Sure!!! |
Other PR has gone stale since Oct. So there shouldn't be any conflict. |
Great, I already updated dependencies and got a working version locally. |
It seems the build try to start an sonarqube instance with the with compiled version of the plugin... and it failed ! |
@charlesfendt please see #166 |
sorry for delay in acceptance of this change, I did not forget about this, it is still on my table |
…re to be executed under sonarqube user
hi, looking forward for the fix of the plugin to use with Sonarqube 7.3! Thumbs up for your good work! |
It's doesn't work with Sonarqube 7.5 too. |
It doesn't work for 7.4-community-alpine too. |
fix is merged |
@romani, when will be available fix version? |
i'd guess mid of february (see: https://community.sonarsource.com/t/rff-checkstyle-plugin-4-17/6192) |
@YevheniiKokhanevych just download it from the github release page and install manually on the server/container. Its is quicker then waiting. We did and it works like a charme! |
Sonar version: 7.3
Checkstyle sonar plugin verson: 4.11
Steps to reproduce or description of problem:
Plugin doesn't work with SonarQube 7.3:
java.lang.IllegalStateException: Fail to load plugin Checkstyle [checkstyle] Caused by: java.lang.NoClassDefFoundError: org/sonar/api/batch/Sensor
Caused by https://jira.sonarsource.com/browse/SONAR-10138.
See also #134
On sonar 7.4
sonarqube downloads: https://www.sonarqube.org/downloads/ (6.7 is LST, 7.5 latest)
https://hub.docker.com/_/sonarqube/ (6.7-community , 7.5-comminity)
The text was updated successfully, but these errors were encountered: