The com.sun.net.ssl.internal.ssl.Provider legacy SunJSSE provider name
was removed in Java SE 15. The SunJSSE provider name should be used instead.
This rule has an automated fix. Copy the custom configuration to your application build file to enable the fix automation.
The automated fix changes references to the com.sun.net.ssl.internal.ssl.Provider
string literal to SunJSSE.
For example, code fragments such as
are changed to
For more information on these changes, see Removed Features and Options in Java SE 15.