Hi,
I am using v2.3.1 and I am getting the error:
Exception in thread "main" java.lang.IllegalAccessError: tried to access method com.google.common.collect.MapMaker.makeComputingMap(Lcom/google/common/base/Function;)Ljava/util/concurrent/ConcurrentMap; from class nl.javadude.scannit.registry.Registry
at nl.javadude.scannit.registry.Registry.<init>(Registry.java:37)
at nl.javadude.scannit.Scannit.<init>(Scannit.java:35)
at com.xebialabs.overthere.Overthere.<clinit>(Overthere.java:63)
it looks like you are using a deprecated api in Guava 15.0+, as in this other bug report:
https://issues.apache.org/jira/browse/CASSANDRA-6007
Thanks.
Hi,
I am using v2.3.1 and I am getting the error:
it looks like you are using a deprecated api in Guava 15.0+, as in this other bug report:
https://issues.apache.org/jira/browse/CASSANDRA-6007
Thanks.