JDK 17 minimum required, so why use bcprov-jdk15to18 and bcpkix-jdk15to18? #1787
jimbogithub
started this conversation in
General
Replies: 1 comment
-
Thanks for pointing this out @jimbogithub. We're looking at our dependencies soon and these as well. If these dependencies are causing you any problems now, please let me know. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
bcprov-jdk15to18
andbcpkix-jdk15to18
arefor JDK 1.5 to JDK 1.8
.The SDK states
JDK 17 is required
so why not usebcprov-jdk18on
andbcpkix-jdk18on
? These arefor JDK 1.8 and up
.Beta Was this translation helpful? Give feedback.
All reactions