mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-11 12:35:47 +00:00
The merge method in AddressSettings should *not* use any getters. It should reference the relevant variables directly. Using any getters will return default values in the underlying value is null. This can cause problems for hierarchical settings. Also fixed a few potential NPEs exposed by the test-case.