vibhatha commented on PR #39512: URL: https://github.com/apache/arrow/pull/39512#issuecomment-1882834306
> Need more recent Java? > > https://github.com/apache/arrow/actions/runs/7450266698/job/20268780839?pr=39512#step:6:363 > > ``` > Error: Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.0:check (validate) on project arrow-maven-plugins: Execution validate of goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.0:check failed: An API incompatibility was encountered while executing org.apache.maven.plugins:maven-checkstyle-plugin:3.1.0:check: java.lang.UnsupportedClassVersionError: com/puppycrawl/tools/checkstyle/api/AuditListener 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 > ``` I guess this is because we are still supporting Java 8. Not sure if we can bump this now. While with JDK 11 CI: https://github.com/apache/arrow/actions/runs/7450266698/job/20268784090?pr=39512#step:4:150 there is another issue ```bash Error: Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.0:check (validate) on project arrow-maven-plugins: Execution validate of goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.0:check failed: An API incompatibility was encountered while executing org.apache.maven.plugins:maven-checkstyle-plugin:3.1.0:check: java.lang.NoSuchMethodError: 'void com.puppycrawl.tools.checkstyle.Checker.setClassLoader(java.lang.ClassLoader)' ``` cc @lidavidm -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
