lizongbo commented on issue #28173: URL: https://github.com/apache/shardingsphere/issues/28173#issuecomment-1685058868
> Hi, you can remove implementation `'org.bouncycastle:bcprov-jdk18on:1.75'` and try it again, it has some problems? bcprov-jdk15on is not supported by bouncycastle. see info from https://bouncycastle.org/latest_releases.html#LATEST --------------- Java Version Details With the arrival of Java 15. jdk15 is not quite as unambiguous as it was. The jdk18on jars are compiled to work with anything from Java 1.8 up. They are also multi-release jars so do support some features that were introduced in Java 9, Java 11, and Java 15. If you have issues with multi-release jars see the jdk15to18 release jars below. Packaging Change (users of 1.70 or earlier): BC 1.71 changed the jdk15on jars to jdk18on so the base has now moved to Java 8. For earlier JVMs, or containers/applications that cannot cope with multi-release jars, you should now use the jdk15to18 jars. -- 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]
