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 21:49:34 UTC

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

     [ https://issues.apache.org/jira/browse/ACTIVEMQ6-37?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Bertram closed ACTIVEMQ6-37.
-----------------------------------
    Resolution: Fixed

https://github.com/apache/activemq-6/commit/8fcf81f5f7a59478a67d9a042c9456bffef58ca6

> 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)