Istvan Toth created HBASE-29105: ----------------------------------- Summary: Update resease script to use JDK 17 for branch-3+ Key: HBASE-29105 URL: https://issues.apache.org/jira/browse/HBASE-29105 Project: HBase Issue Type: Bug Components: create-release Reporter: Istvan Toth
Got this when attempting a dry-run for branch-3: {noformat} 07:22:29 [INFO] --- maven-enforcer-plugin:3.0.0:enforce (hadoop-profile-min-maven-min-java-banned-xerces) @ hbase --- 07:22:29 [WARNING] Rule 2: org.apache.maven.plugins.enforcer.RequireJavaVersion failed with message: Java is out of date. HBase requires at least version 17 of the JDK to properly build from source. You appear to be using an older version. You can use either "mvn -version" or "mvn enforcer:display-info" to verify what version is active. See the reference guide on building for more information: https://hbase.apache.org/book.html#build {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)