[jdk11u-dev] RFR: 8239264: Clearup the legacy ObjectIdentifier constructor from int array [v2]
Goetz Lindenmaier
goetz at openjdk.org
Mon May 29 07:17:22 UTC 2023
On Fri, 26 May 2023 14:11:22 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> LGTM thanks for backporting. However I am a bit concerned about removal of public methods in an old release that have a comment like "This method is kept for compatibility reasons. The new implementation does the check and conversion. All around the JDK, the method is called ...." (see src/java.base/share/classes/sun/security/util/ObjectIdentifier.java ) ; could we break existing code using 11 ?
I assumed this was kept for the transition until all static calls in the JDK are adapted. But there is no reason not to keep it, so I added it again.
-------------
PR Comment: https://git.openjdk.org/jdk11u-dev/pull/1898#issuecomment-1566667784
More information about the jdk-updates-dev
mailing list