bowenliang123 commented on PR #4109: URL: https://github.com/apache/kyuubi/pull/4109#issuecomment-1373237457
For example, the lastest release version of Hikari is 5.0.1 required Java 11. If we bump it to 5.0.1, the enforcer will check `enforceBytecodeVersion` rule and fails with the error message. ``` [INFO] Restricted to JDK 8 yet com.zaxxer:HikariCP:jar:5.0.1:compile contains com/zaxxer/hikari/HikariConfig.class targeted to JDK 11 [ERROR] Rule 1: org.apache.maven.plugins.enforcer.EnforceBytecodeVersion failed with message: Found Banned Dependency: com.zaxxer:HikariCP:jar:5.0.1 ``` -- 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]
