Github user clebertsuconic commented on the issue:
https://github.com/apache/activemq-artemis/pull/2336
@rpelisse what is the commit ID upstream? can you use cherry-pick -x (or
amend the commit with the full hash?)
example from another commit:
```
commit 19998d310f143ad5370683db42c63f64b43ee338
Author: Justin Bertram <[email protected]>
Date: Wed Sep 26 14:27:14 2018 -0500
ARTEMIS-2098 potential NPE when decoding protocol
(cherry picked from commit c72bf53cb178d2d9d310f3f369c0cbdb22e6f50c)
```
---