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
Use 3.11.6 for EmbeddedCassandra with enforced Guava 18
Use Cassandra 3.11. Force Guava18
With DSE switched to Guava 31 we had test failures
caused by Guava 31 on the path
which caused EmbeddedCassandra failures (Access, DIGIT)
as Cassandra 3.0 and 3.11 are not ready for new Guava.
This change:
* forces Cassandra 3.11 for the EmbeddedCassandra test
* forces Guava 18 for "dse" flavor (same as "oss" already did).
0 commit comments