This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-crypto.git
The following commit(s) were added to refs/heads/master by this push:
new babb3ff trivial: cleanup nameHint
babb3ff is described below
commit babb3fffd5325a5a3a11243f9d7a04a55d589934
Author: Konrad Windszus <[email protected]>
AuthorDate: Sun Sep 13 17:34:51 2026 +0200
trivial: cleanup nameHint
---
.../commons/crypto/jca/internal/JcaPbeCryptoServiceConfiguration.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/sling/commons/crypto/jca/internal/JcaPbeCryptoServiceConfiguration.java
b/src/main/java/org/apache/sling/commons/crypto/jca/internal/JcaPbeCryptoServiceConfiguration.java
index 8deaf03..1019fe8 100644
---
a/src/main/java/org/apache/sling/commons/crypto/jca/internal/JcaPbeCryptoServiceConfiguration.java
+++
b/src/main/java/org/apache/sling/commons/crypto/jca/internal/JcaPbeCryptoServiceConfiguration.java
@@ -95,6 +95,6 @@ import
org.osgi.service.metatype.annotations.ObjectClassDefinition;
)
int service_ranking() default 0;
- String webconsole_configurationFactory_nameHint() default "{names}
SecretKeyFactory: {secretKeyFactory}, Cipher: {cipherAlgorithm}";
+ String webconsole_configurationFactory_nameHint() default "Names: {names}
(SecretKeyFactory: \"{secretKeyFactory}\", Cipher: \"{cipherAlgorithm}\",
Provider: \"{securityProviderName}\")";
}
\ No newline at end of file