Github user michaelandrepearce commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1537#discussion_r139293995
--- 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 --
have updated PR with this.
---