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
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
The text was updated successfully, but these errors were encountered:
@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
The text was updated successfully, but these errors were encountered: