mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-08 11:05:34 +00:00
Add Concurrency Test to expose concurrency errors seen in logs. Add Fix to ensure TypedProperties to ensure threadsafety Add forEach and forEachKey to allow for provide a thread safe way of iterating through keys and values, without needing to duplicate the collection. Add getMapNames method to remove code duplication and to ensure thread safe