On 11/12/2019 13:57, Sean Mullan wrote:
Good idea. I have added the following:
diff -r 9b513dbd57a3 src/java.base/share/conf/security/java.security
--- a/src/java.base/share/conf/security/java.security Wed Dec 11
14:08:20 2019 +0100
+++ b/src/java.base/share/conf/security/java.security Wed Dec 11
08:55:59 2019 -0500
@@ -61,6 +61,8 @@
# List of providers and their preference orders (see above):
#
#ifdef solaris
+# Note: The OracleUcrypto provider is deprecated and subject to
removal in
+# a future version of the JDK. See JEP 362 for more information.
security.provider.tbd=OracleUcrypto
security.provider.tbd=SunPKCS11
${java.home}/conf/security/sunpkcs11-solaris.cfg
#endif
Good, I think I'll probably just use the first line as the JEP won't say
when it will be removed.
-Alan