jelmini opened a new pull request, #930: URL: https://github.com/apache/jackrabbit-oak/pull/930
Mostly replacing `com.google.*` imports with `org.apache.jackrabbit.guava.*`. However, the class `SegmentCompactionIT` needed important changes as it was using code from `com.google.common.util.concurrent.Futures`, which did not compile anymore. Fixed by using Java `CompletableFuture` instead. -- 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]
