activemq-artemis/artemis-selector
Justin Bertram 2d7c5322a7 ARTEMIS-2017 Eliminate LRUCache from SelectorParser
The LRUCache is not thread-safe and it's usage in SelectorParser could
cause growth beyond its configured max size. Instead of modifying the
LRUCache to be thread-safe or synchronizing access to it in
SelectorParser it should just be removed since it's not on a hot path.
2018-08-09 19:36:22 -04:00
..
src ARTEMIS-2017 Eliminate LRUCache from SelectorParser 2018-08-09 19:36:22 -04:00
pom.xml ARTEMIS-1997 - un-needed SimpleString creation on hotpath with Filters 2018-07-31 14:17:20 -04:00