[ https://issues.apache.org/jira/browse/FLEX-34980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210330#comment-15210330 ]
Christofer Dutz commented on FLEX-34980: ---------------------------------------- Well at least from now on this should not happen again ... the animal-sniffer-maven-plugin enforces API compatibility from now on. > NoSuchMethodError on Java 7 > --------------------------- > > Key: FLEX-34980 > URL: https://issues.apache.org/jira/browse/FLEX-34980 > Project: Apache Flex > Issue Type: Bug > Components: BlazeDS > Environment: JDK 7u80 > Reporter: Tweea Tang > Assignee: Christofer Dutz > Priority: Critical > > I write a test case: > @Test > public void test() { > FlexSessionManager manager = new FlexSessionManager( > new MessageBroker()); > manager.start(); > manager.stop(); > } > And run it with BlazeDS 4.7.2 > Then the result: > java.lang.NoSuchMethodError: > java.util.concurrent.ConcurrentHashMap.keySet()Ljava/util/concurrent/ConcurrentHashMap$KeySetView; > at flex.messaging.FlexSessionManager.stop(FlexSessionManager.java:293) > at org.springframework.flex.config.TheTest.test(TheTest.java:30) -- This message was sent by Atlassian JIRA (v6.3.4#6332)