-
Notifications
You must be signed in to change notification settings - Fork 8
Description
@jdcasey it seems that. we have issue with cassandra connection with. datastax driver when we use guava library version less than 18.0
This is stackoverflow issue link:
https://stackoverflow.com/questions/58126769/cant-connect-to-cassandra-guava-compatibility-issue-in-cassandra-datastax-dri
And this are log records:
"SwaggerExportTest.downloadApiFiles] INFO com.datastax.driver.core - DataStax Java driver 3.7.2 for Apache Cassandra
[SwaggerExportTest.downloadApiFiles] DEBUG c.d.driver.core.GuavaCompatibility - Error while checking existence of method Futures.transformAsync
java.lang.NoSuchMethodException: com.google.common.util.concurrent.Futures.transformAsync(com.google.common.util.concurrent.ListenableFuture, com.google.common.util.concurrent.AsyncFunction, java.util.concurrent.Executor)"
...
...
...
[SwaggerExportTest.downloadApiFiles] INFO c.d.driver.core.GuavaCompatibility - Detected Guava < 19 in the classpath, using legacy compatibility layer