Github user michaelandrepearce commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1537#discussion_r139239676
--- Diff:
artemis-server/src/main/java/org/apache/activemq/artemis/core/settings/impl/HierarchicalObjectRepository.java
---
@@ -94,6 +99,11 @@
*/
private final ArrayList<HierarchicalRepositoryChangeListener> listeners
= new ArrayList<>();
+ public HierarchicalObjectRepository(final WildcardConfiguration
wildcardConfiguration) {
--- End diff --
Fair enough I was divided at the time between the two approaches, will
change
---