drcrallen opened a new pull request #6948: Add guava compatability up to 27.0.1 URL: https://github.com/apache/incubator-druid/pull/6948 Use reflection to ensure guava compatibility. - [x] Add a profile to optionally compile against a more recent guava. - [x] Add reflection based methodologies for invoking HostAndPort host text getters. - [x] Add reflection based methodologies for getting the breaking whitespace char matcher instance. - [x] Auto gen (IntelliJ) some toString() methods - [x] Add unit tests. - [x] Forbid known bad calls. - [x] Add guava compatibility to travis code checking. - [x] Move future callbacks to use `Runnable::run` executor directly
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
