You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by tabish121 <gi...@git.apache.org> on 2018/08/24 17:56:22 UTC

[GitHub] activemq-artemis pull request #2269: ARTEMIS-1938 Update Qpid JMS along with...

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

----


---

[GitHub] activemq-artemis pull request #2269: ARTEMIS-1938 Update Qpid JMS along with...

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

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


---

[GitHub] activemq-artemis issue #2269: ARTEMIS-1938 Update Qpid JMS along with Proton...

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

    https://github.com/apache/activemq-artemis/pull/2269
  
    @tabish121 thanks, nice stuff. Will merge for you when i get to a computer later today.


---

[GitHub] activemq-artemis issue #2269: ARTEMIS-1938 Update Qpid JMS along with Proton...

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

    https://github.com/apache/activemq-artemis/pull/2269
  
    Seems this breaks a number of tests in NettyConnectorTest.


---

[GitHub] activemq-artemis issue #2269: ARTEMIS-1938 Update Qpid JMS along with Proton...

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

    https://github.com/apache/activemq-artemis/pull/2269
  
    this is introducing a few failures on the testuiste:
    
    e.g. CoreClientOverTwoWayOpenSSLServerTest
    
    This is because there's some stuff that is now deprecated. and we will need to make a decision.


---

[GitHub] activemq-artemis issue #2269: ARTEMIS-1938 Update Qpid JMS along with Proton...

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

    https://github.com/apache/activemq-artemis/pull/2269
  
    @michaelandrepearce Seems the tcnative dependency used for those tests was to old, fixed now. 


---