mirror of
https://github.com/apache/activemq.git
synced 2025-02-13 13:36:07 +00:00
Guava is supposed to only be used for the leveldb store and as a test dependency elsewhere but there is one spot it is used in activemq-broker for filtering collections. With Java 8 this can be easily rewritten to avoid the use of Guava. This commit is based on the patch submitted by Filip Hrisafov