-
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
upgrade to checkstyle 8.25 #244
Comments
Plugin is affected by:
|
upgrade is not affected by |
After upgrade, I get the following error on running the tests and also using the sonarqube scanner (gradle version): |
Yes, it was a breaking compatibility in the release. I am not sure why it is not mentioned above. https://checkstyle.org/releasenotes.html#Release_8.25
|
The following code sonar-checkstyle/src/main/java/org/sonar/plugins/checkstyle/CheckstyleExecutor.java Line 106 in c5741fe
will have to be changed into checkstyle/checkstyle@b8ac94c#diff-b38bc5ff474af8ee12faa35c1144acfcL1351-R1356 |
thank you, now it's working :) |
@muhlba91 , I did release 4.25 as always till point 6 (including). Please proceed. Unfortunately amount of hanging PRs is keep growing in main project and it my review of them blocking merges. I cannot keep up to support all checkstyle environment projects. I even have to unblock development of eclipse-cs plugin, as we kind of lost all maintainers. I have to switch my focus to it. Do not worry, I do not plan to drop sonar plugin, I will be always around, I just do not want plugin be blocked by me. |
PR: SonarSource/sonar-update-center-properties#64 @romani I understand the problem of having to focus on too many areas and it's good to hear you'll be around. :) i really appreciate your work and effort for this plugin. as for the releases. what's needed to fix my release problem mentioned here: #231 (comment) |
version is released. :) |
I will create issue, I do it as release routine.
Yes, you can put such jar in required by plugin path just to make it happy, it weird why it need it, cobertura/cobertura#403 , but cobertura project is so outdated, ... almost dead. Not simple but good solution is to do #109 , so will forget about such problem completely. As we make it happen, we can upgrade Travis to use openjdk11,12,... as runtime, so build problem will never be surprise again. |
https://checkstyle.org/releasenotes.html#Release_8.25 , upgrade version at https://github.com/checkstyle/sonar-checkstyle/edit/master/pom.xml#L88
The text was updated successfully, but these errors were encountered: