Github user jbertram commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1510#discussion_r137107437
--- Diff:
artemis-commons/src/main/java/org/apache/activemq/artemis/utils/PasswordMaskingUtil.java
---
@@ -54,7 +54,7 @@ private LazySecureProcessorHolder() {
static {
HashProcessor processor = null;
Exception exception = null;
- final String codecDesc =
"org.apache.activemq.artemis.utils.DefaultSensitiveStringCodec;algorithm=one-way";
--- End diff --
Yes. There's no semantic change here. Just changing a hard-coded string
to something a little more dynamic.
---