You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -42,15 +40,19 @@ public String getDisplayName() {
42
40
43
41
@Override
44
42
publicStringgetDescription() {
45
-
return"In Java 11 the default keystore was updated from JKS to PKCS12." + "As a result, applications relying on KeyStore.getDefaultType() may encounter issues after migrating, unless their JKS keystore has been converted to PKCS12." + "This recipe returns default key store of `jks` when `KeyStore.getDefaultType()` method is called to use the pre Java 11 default keystore.";
43
+
return"In Java 11 the default keystore was updated from JKS to PKCS12. " +
44
+
"As a result, applications relying on KeyStore.getDefaultType() may encounter issues after migrating," +
45
+
" unless their JKS keystore has been converted to PKCS12. " +
46
+
"This recipe returns default key store of `jks` when `KeyStore.getDefaultType()` method is called to" +
0 commit comments