activemq-artemis/activemq-server
jbertram 8fcf81f5f7 ACTIVEMQ6-37 NoSuchMethodError during init
When compiled by JDK 8 targeting Java 6 and then run on JDK 6 or 7 the
ConcurrentHashMap#keyset() method can fail because the return types
changed in Java 8. Using ConcurrentMap interface to resolve the issue.
2014-11-17 13:45:39 -06:00
..
src ACTIVEMQ6-37 NoSuchMethodError during init 2014-11-17 13:45:39 -06:00
pom.xml ACTIVEMQ6-3 renaming package names from activemq6 to activemq 2014-11-17 09:33:53 -05:00