ibmruntimes / openj9-openjdk-jdk11

Extensions for OpenJDK 11 for Eclipse OpenJ9
GNU General Public License v2.0
32 stars 111 forks source link

Update SunJSSE fully-qualified class name in Restricted Security mode #793

Closed taoliult closed 2 months ago

taoliult commented 2 months ago

Found a bug in my back-ported JDK11 PR https://github.com/ibmruntimes/openj9-openjdk-jdk11/pull/789.

In JDK8 or JDK11, the fully-qualified class name for SunJSSE is com.sun.net.ssl.internal.ssl.Provider, not sun.security.ssl.SunJSSE. From JDK17, its fully-qualified class name changed to sun.security.ssl.SunJSSE.

So, create this PR to update the SunJSSE fully-qualified class name only for JDK11.

keithc-ca commented 2 months ago

Jenkins test sanity zlinux jdk11

taoliult commented 2 months ago

@pshipton @keithc-ca This PR needs to be picked by the 0.46 release, if need me to create the PR in the 0.46 release branch, just let me know.

pshipton commented 2 months ago

The change is added to the 0.46 release.