java.lang.NoClassDefFoundError: com/google/common/util/concurrent/FutureFallback

前端 未结 4 380
死守一世寂寞
死守一世寂寞 2020-12-06 04:39

I\'m seeing the following error :

java.lang.NoClassDefFoundError: com/google/common/util/concurrent/FutureFallback

when the cluster.c

4条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-06 05:19

    If anyone like me didn't know, that there is a new version (4.x) out there with a new and different group id, take a look at the quickstart. This new version still uses Guava however it's shaded.

    The driver now requires Java 8. It does not depend on Guava anymore (we still use it internally but it's shaded).

    More information can be found in the upgrade guide.

提交回复
热议问题