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 2017/12/07 18:32:41 UTC

[GitHub] activemq-artemis pull request #1693: ARTEMIS-1544 Use the proper types when ...

GitHub user tabish121 opened a pull request:

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

    ARTEMIS-1544 Use the proper types when accessing ApplicationProperties

    Use Map<String, Object> to access the ApplicationProperties section
    which is the spec defined type for that section.  This will prevent
    breakage should proton-j be updated to reflect that in the definition of
    that class.

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

    $ git pull https://github.com/tabish121/activemq-artemis ARTEMIS-1544

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

    https://github.com/apache/activemq-artemis/pull/1693.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 #1693
    
----
commit 4c0466642105de0828a2d1d31f0d3c3c1f4697df
Author: Timothy Bish <ta...@gmail.com>
Date:   2017-12-07T18:30:53Z

    ARTEMIS-1544 Use the proper types when accessing ApplicationProperties
    
    Use Map<String, Object> to access the ApplicationProperties section
    which is the spec defined type for that section.  This will prevent
    breakage should proton-j be updated to reflect that in the definition of
    that class.

----


---

[GitHub] activemq-artemis pull request #1693: ARTEMIS-1544 Use the proper types when ...

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

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


---