Apache9 commented on issue #584: HBASE-22927 Upgrade mockito version for Java 11 compatibility URL: https://github.com/apache/hbase/pull/584#issuecomment-528162138 > [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ hbase-shaded-check-invariants --- > [INFO] Restricted to JDK 1.8 yet net.bytebuddy:byte-buddy:jar:1.9.0:provided contains module-info.class targeted to JDK 1.9 > [INFO] Restricted to JDK 1.8 yet net.bytebuddy:byte-buddy-agent:jar:1.9.0:provided contains module-info.class targeted to JDK 1.9 > [WARNING] Rule 1: org.apache.maven.plugins.enforcer.EnforceBytecodeVersion failed with message: > HBase has unsupported dependencies. > HBase requires that all dependencies be compiled with version 1.8 or earlier > of the JDK to properly build from source. You appear to be using a newer dependency. You can use > either "mvn -version" or "mvn enforcer:display-info" to verify what version is active. > Non-release builds can temporarily build with a newer JDK version by setting the > 'compileSource' property (eg. mvn -DcompileSource=1.8 clean package). > Found Banned Dependency: net.bytebuddy:byte-buddy:jar:1.9.0 > Found Banned Dependency: net.bytebuddy:byte-buddy-agent:jar:1.9.0 So the new mockito just drops the support for java 8?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
