You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by michaelandrepearce <gi...@git.apache.org> on 2018/02/02 12:53:53 UTC

[GitHub] activemq-artemis pull request #1841: ARTEMIS-1655 Fix TransportConfiguration...

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 <mi...@...>
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

----


---

[GitHub] activemq-artemis issue #1841: ARTEMIS-1655 Fix TransportConfiguration encode...

Posted by michaelandrepearce <gi...@git.apache.org>.
Github user michaelandrepearce commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1841
  
    @franz1981 this replaces the previous PR, actually fixing the source of the issue.


---

[GitHub] activemq-artemis pull request #1841: ARTEMIS-1655 Fix TransportConfiguration...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/activemq-artemis/pull/1841


---