GitHub user tabish121 opened a pull request:
https://github.com/apache/activemq-artemis/pull/2269
ARTEMIS-1938 Update Qpid JMS along with Proton and Netty
Update the Qpid JMS and Proton dependencies to lastest and sync Netty
with the 4.1.28.Final version used by Qpid JMS to avoid clash that
breaks a test. Adds override of new Proton-J WritableBuffer API that
allows it to use the Netty String encoder when needed instead of the
slower default version.
Update Qpid JMS to v0.36.0
Proton-J to v0.29.0
Netty to 4.1.28.Final
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tabish121/activemq-artemis ARTEMIS-1938
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2269.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 #2269
----
commit 0eb2859ab1c642f285dbd8c98444dca97bac013f
Author: Timothy Bish <tabish121@...>
Date: 2018-08-24T17:55:29Z
ARTEMIS-1938 Update Qpid JMS along with Proton and Netty
Update the Qpid JMS and Proton dependencies to lastest and sync Netty
with the 4.1.28.Final version used by Qpid JMS to avoid clash that
breaks a test. Adds override of new Proton-J WritableBuffer API that
allows it to use the Netty String encoder when needed instead of the
slower default version.
Update Qpid JMS to v0.36.0
Proton-J to v0.29.0
Netty to 4.1.28.Final
----
---