You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Justin Bertram (JIRA)" <ji...@apache.org> on 2014/11/17 20:43:35 UTC

[jira] [Created] (ACTIVEMQ6-37) NoSuchMethodError during init

Justin Bertram created ACTIVEMQ6-37:
---------------------------------------

             Summary: NoSuchMethodError during init
                 Key: ACTIVEMQ6-37
                 URL: https://issues.apache.org/jira/browse/ACTIVEMQ6-37
             Project: Apache ActiveMQ 6
          Issue Type: Bug
            Reporter: Justin Bertram
            Assignee: Justin Bertram
             Fix For: 6.0.0


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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)