GitHub user arkaev opened a pull request:
https://github.com/apache/activemq-artemis/pull/2124
Fix NPE on ConfigurationImpl.hashCode()
maskPassword can be null now
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/arkaev/activemq-artemis master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2124.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2124
----
commit 0790313452f6d8351439b49de13ef8b63a6c7888
Author: Andrey Arkaev <aarkaev@...>
Date: 2018-06-06T13:08:15Z
Fix NPE on ConfigurationImpl.hashCode()
maskPassword can be null now
----
---