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 <[email protected]>
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.

----


---

Reply via email to