activemq-artemis/tests/integration-tests
Justin Bertram 27008758fe
ARTEMIS-3986 CME when using LVQ
The map used by LastValueQueue was inadvertently changed to a
non-thread-safe implementation in
4a4765c39c. This resulted in an occasional
ConcurrentModificationException from the hashCode implementation.

This commit restores the thread-safe map implementation and adds a test
which brute-forces a CME when using the non-thread-safe implementation.
2022-09-15 11:11:19 -05:00
..
src/test ARTEMIS-3986 CME when using LVQ 2022-09-15 11:11:19 -05:00
.gitignore ARTEMIS-3106 Support for SASL-SCRAM 2021-04-08 19:58:09 -04:00
pom.xml ARTEMIS-3987 Removing ActiveMQ Artemis Rest from the codebase. 2022-09-12 15:09:31 -04:00