You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by rmannibucau <gi...@git.apache.org> on 2018/10/13 20:47:39 UTC

[GitHub] activemq pull request #308: [AMQ-7072] moving to JSON-B API instead of jacks...

GitHub user rmannibucau opened a pull request:

    https://github.com/apache/activemq/pull/308

    [AMQ-7072] moving to JSON-B API instead of jackson

    Goal is to let users switch the impl on need + using johnzon as default
    Issue was identified on TomEE where jackson is not desired in the distribution cause there is already johnzon and some 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rmannibucau/activemq AMQ-7072_jsonb-instead-of-jackson

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq/pull/308.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 #308
    
----
commit dabdf20b29567cb27505b15ad7c3d105ec8f2063
Author: Romain Manni-Bucau <rm...@...>
Date:   2018-10-13T20:40:06Z

    AMQ-7072 moving to JSON-B API instead of jackson to let users switch the impl on need + using johnzon as default

----


---