tatu-at-datastax opened a new pull request #1266: URL: https://github.com/apache/cassandra/pull/1266
(note: follow-up to https://github.com/apache/cassandra/pull/1265 which includes changes from that PR too) Additional changes: * `HostAndPort.getHostTest()` (removed from Guava 22) to `HostAndPort.getHost()` (added in Guava 20) * Upgrade `cassandra-driver-core` (current: 3.0.1) to at least 3.2.0 (to avoid indirect Guava `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 (chose 0.8 to align with C* 4.x) Of these, first and third should be mechanical changes. The only (?) open question is wrt driver change, if there are any possible other complications due to protocol handling configuration. -- 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]

