GitHub user michaelandrepearce opened a pull request:
https://github.com/apache/activemq-artemis/pull/1841
ARTEMIS-1655 Fix TransportConfiguration encode failing
Check for null on isMaskPassword, seems this regressed in
bb84f679363f62e8b2663f63bf23f04133de481d change for ARTEMIS-1600
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/michaelandrepearce/activemq-artemis
ARTEMIS-1655
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1841.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 #1841
----
commit 9acdec2468aa89cf6dfd99323f87c5c1a351bd0d
Author: Michael André Pearce <michael.andre.pearce@...>
Date: 2018-02-02T09:52:38Z
ARTEMIS-1655 Fix TransportConfiguration encode failing
Check for null on isMaskPassword, seems this regressed in
bb84f679363f62e8b2663f63bf23f04133de481d change for ARTEMIS-1600
----
---