Hi,
Documentations says that Coherence is certified to be used with Java 7:
Oracle Coherence 3.7.1 and higher is supported and certified on Java SE Development Kit (JDK) 7. (http://docs.oracle.com/cd/E24290_01/coh.371/e22623/technotes.htm#BABCIDDJ).
However, I have tried to run Coherence 3.7.1.14 with JDK 7 (1.7.0_80) and the cluster doesn't start because it tries to access a new method in ConcurrentHashMap (java.lang.NoSuchMethodError: java.util.concurrent.ConcurrentHashMap.keySet()Ljava/util/concurrent/ConcurrentHashMap$KeySetView
).
Is Coherence supposed to be supported and certificied on Java 8 or we will have to choose between upgrading the installation of Coherence or having support from Oracle?
Thanks,
Carlos