You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
This is a bug in the Scannit library if you look closely at the stacktrace, not in overthere. Luckily I'm the developer of that one ;-). Can you file it there?
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.
The text was updated successfully, but these errors were encountered: