tatu-at-datastax edited a comment on pull request #1265: URL: https://github.com/apache/cassandra/pull/1265#issuecomment-942498323
Notes on work to get to Guava 25: * Change `HostAndPort.getHostTest()` (removed from Guava 22) to `HostAndPort.getHost()` (added in Guava 20) * Need to upgrade `cassandra-driver-core` (current: 3.0.1) to at least `3.2.0` (to avoid `FutureFallback` use, removed from Guava... 20?) -- but also requires a change to work around "beta protocol" (v5) handling. * Update `io.airlift:airline` from 0.6 to a later version (relies on old Guava) -- alas, a lot of import changes too -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

