You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm still having issues with Checkstyle & Java compatibility even after 1958 was fixed and released in rewrite-maven-plugin 4.26.0. In a java 8 project I get this:
Execution default-cli of goal org.openrewrite.maven:rewrite-maven-plugin:4.26.0:run failed: An API incompatibility was encountered while executing org.openrewrite.maven:rewrite-maven-plugin:4.26.0:run: java.lang.UnsupportedClassVersionError: com/puppycrawl/tools/checkstyle/api/CheckstyleException has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
Any ideas? The latest rewrite-maven-plugin version I am able to run is 4.21.0. However I am finding the exclusion configuration not working properly in this version (appears to be fixed in 4.25.1?).
The text was updated successfully, but these errors were encountered:
It looks like dependabot automatically updated the dependency. I'll update the dependency and do a point release soon as I find a means to prevent the regression.
I'm still having issues with Checkstyle & Java compatibility even after 1958 was fixed and released in rewrite-maven-plugin 4.26.0. In a java 8 project I get this:
Execution default-cli of goal org.openrewrite.maven:rewrite-maven-plugin:4.26.0:run failed: An API incompatibility was encountered while executing org.openrewrite.maven:rewrite-maven-plugin:4.26.0:run: java.lang.UnsupportedClassVersionError: com/puppycrawl/tools/checkstyle/api/CheckstyleException has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
Any ideas? The latest rewrite-maven-plugin version I am able to run is 4.21.0. However I am finding the
exclusion
configuration not working properly in this version (appears to be fixed in 4.25.1?).The text was updated successfully, but these errors were encountered: