GitHub user jbertram opened a pull request:

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

    ARTEMIS-1817 fix getting non-existent properties

    Calling valueOf() on certain types with 'null' will actuall throw an
    exception (e.g. NumberFormat exception for java.lang.Double) rather than
    just returning null.

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

    $ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-1817

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

    https://github.com/apache/activemq-artemis/pull/2032.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 #2032
    
----
commit fb2c423595c2000a8bc9326c33963f7f7ccbb892
Author: Justin Bertram <jbertram@...>
Date:   2018-04-19T16:14:04Z

    ARTEMIS-1817 fix getting non-existent properties
    
    Calling valueOf() on certain types with 'null' will actuall throw an
    exception (e.g. NumberFormat exception for java.lang.Double) rather than
    just returning null.

----


---

Reply via email to