[GitHub] activemq-artemis pull request #1846: Avoid NPE when setting null address

2018-02-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/1846 ---

[GitHub] activemq-artemis pull request #1846: Avoid NPE when setting null address

2018-02-05 Thread jbertram
Github user jbertram commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1846#discussion_r166100953 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/message/impl/CoreMessage.java --- @@ -437,7 +437,11 @@ public

[GitHub] activemq-artemis pull request #1846: Avoid NPE when setting null address

2018-02-05 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1846#discussion_r165901274 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/message/impl/CoreMessage.java --- @@ -437,7 +437,11 @@

[GitHub] activemq-artemis pull request #1846: Avoid NPE when setting null address

2018-02-04 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1846#discussion_r165900914 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/message/impl/CoreMessage.java --- @@ -437,7 +437,11 @@

[GitHub] activemq-artemis pull request #1846: Avoid NPE when setting null address

2018-02-02 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/1846 Avoid NPE when setting null address You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis master_work