xebialabs / overthere

Runs something "Over there"

Home Page:http://www.xebialabs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java.lang.IllegalAccessError: tried to access method com.google.common.collect.MapMaker.makeComputingMap

gionn opened this issue · comments

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.

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?

Let's keep this one open to make sure we upgrade to a new release of Scannit.

After the weekend, we will release a new version of overthere, we want to include more than just this fix ;)