Github user clebertsuconic commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/2330#discussion_r220322866
--- Diff:
examples/features/standard/jmx-ssl/src/main/resources/activemq/server0/management.xml
---
@@ -21,9 +21,9 @@
connector-host="localhost"
secured="true"
key-store-path="${data.dir}/../etc/server-side-keystore.jks"
- key-store-password="secureexample"
--- End diff --
I mean.. this is actually a good test showing the the system will work as
upgrade on older systems. if this break update this makes it a big blocker for
the issue.
---