Github user clebertsuconic commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1510#discussion_r137106890
--- 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 --
previously encoded passwords will still work?
---