Please review this change to deprecate the OracleUcrypto JCE Provider for removal. This change is part of JEP 362 (Deprecate the Solaris and SPARC Ports) [1], which is Targeted to JDK 14.

Since this Enhancement was referenced from the JEP, I wasn't sure if a CSR was strictly necessary, but I drafted one anyway. Please review the CSR and diffs below.

CSR: https://bugs.openjdk.java.net/browse/JDK-8235432

Diffs:

diff -r 9b513dbd57a3 src/jdk.crypto.ucrypto/solaris/classes/module-info.java
--- a/src/jdk.crypto.ucrypto/solaris/classes/module-info.java Wed Dec 11 14:08:20 2019 +0100 +++ b/src/jdk.crypto.ucrypto/solaris/classes/module-info.java Wed Dec 11 08:25:25 2019 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2014, 2019, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -29,7 +29,10 @@
  * @provides java.security.Provider
  * @moduleGraph
  * @since 9
+ * @deprecated This module is deprecated and subject to removal in a future
+ *    version of the JDK. See JEP 362 for more information.
  */
+@Deprecated(since="14", forRemoval=true)
 module jdk.crypto.ucrypto {
provides java.security.Provider with com.oracle.security.ucrypto.UcryptoProvider;
 }

Thanks,
Sean

[1] https://openjdk.java.net/jeps/362

Reply via email to