abstractdog commented on PR #5026: URL: https://github.com/apache/hive/pull/5026#issuecomment-1911571560
regarding JDK8 compilation: ``` Error: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project hive-standalone-metastore-server: Compilation failure Error: /Users/runner/work/hive/hive/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/jdbc/queries/CountOpenTxnsHandler.java:[26,31] cannot access org.springframework.dao.DataAccessException Error: bad class file: /Users/runner/.m2/repository/org/springframework/spring-tx/6.0.15/spring-tx-6.0.15.jar(org/springframework/dao/DataAccessException.class) Error: class file has wrong version 61.0, should be 52.0 Error: Please remove or make sure it appears in the correct subdirectory of the classpath. ``` this means spring might have dropped java 8 support (52.0), and this artifact was compiled on 17 (61.0) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
