-
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.22 #231
Comments
@muhlba91 , please help with upgrade. |
Fix is merged |
@muhlba91 , do you have permissions to make a release ? |
I never tried. Today I got a Maven error due to Java 10 on my system and will try tomorrow on a Java 9 machine. |
@romani did you ever run into this issue:
I received it with JDK 10/11 and apparently people reported this issue starting with Java 10, not many had it with Java 9 though. |
I have as far back as jdk 7. I had the tools jar in my JDK but something was looking for the file in the wrong place. To get around this issue, I just copied the JAR to the new location it was looking for. |
I did release steps till step 6 (including), please continue. On my side:
but it is time to migrate to modern java... lets create separate issue on this. |
Are you talking about all checkstyle or just sonar-checkstyle only? |
only for sonar and only as installed jdk, not a target jdk. |
PR: SonarSource/sonar-update-center-properties#51 @romani yes, I'd favor updating the JDK requirements if possible. I'll try working on and finishing #238 on Monday - are there any important points from your side? |
Nothing special.
Please move item that case coverage reduction to separate PR/issue. Let's merge simple stuff quickly. |
|
https://checkstyle.org/releasenotes.html#Release_8.22 , upgrade version at https://github.com/checkstyle/sonar-checkstyle/edit/master/pom.xml#L88
Items to update in plugin:
New:
new check: MissingJavadocPackageCheck .
new check: UnnecessarySemicolonInTryWithResources.
new check: UnnecessarySemicolonInEnumeration.
new check: OrderedProperties.
The text was updated successfully, but these errors were encountered: