tatu-at-datastax opened a new pull request #1265: URL: https://github.com/apache/cassandra/pull/1265
Aside from Guava dependency change (18.0 -> 19.0) two related code changes: * `CharMatcher.DIGIT` (removed from Guava 26.0) replaced with `CharMatcher.digit()` (added in Guava 19.0) * `Futures.transform()` (removed from Guava... 23.0?) replaced with `Futures.transformAsync()` (added in Guava 19.0) both of which are identical replacements (no functional differences). Local test suite passes after changes. -- 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]

