Justin Bertram created ARTEMIS-5527:
---------------------------------------
Summary: Use single default WildcardConfiguration instance
Key: ARTEMIS-5527
URL: https://issues.apache.org/jira/browse/ARTEMIS-5527
Project: ActiveMQ Artemis
Issue Type: Task
Reporter: Justin Bertram
Assignee: Justin Bertram
There are many places across the code-base that define something like this:
{code:java}
private static final WildcardConfiguration DEFAULT_WILDCARD_CONFIGURATION = new
WildcardConfiguration();{code}
We should instead use a single, public, static instance defined in one place.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact