JDK-8240967 : Release Note: Removal of com.sun.net.ssl.internal.ssl.Provider Name
Type:Sub-task
Component:security-libs
Sub-Component:javax.net.ssl
Affected Version:15
Priority:P4
Status:Closed
Resolution:Delivered
Submitted:2020-03-12
Updated:2021-05-14
Resolved:2020-03-20
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
The legacy SunJSSE provider name, "com.sun.net.ssl.internal.ssl.Provider" has been removed and should no longer be used. The "SunJSSE" name should be used instead. For example, `SSLContext.getInstance("TLS", "SunJSSE")`.