reschke commented on code in PR #900: URL: https://github.com/apache/jackrabbit-oak/pull/900#discussion_r1169798695
########## oak-query-spi/src/main/java/org/apache/jackrabbit/oak/spi/query/CompositeQueryIndexProvider.java: ########## @@ -23,8 +23,8 @@ import org.apache.jackrabbit.oak.spi.state.NodeState; import org.jetbrains.annotations.NotNull; -import com.google.common.collect.ImmutableList; -import com.google.common.collect.Lists; +import org.apache.jackrabbit.guava.common.collect.ImmutableList; Review Comment: Nope. a) I've decided to do only mechanical changes here. b) There may be cases where we want to avoid unnecessary changes that can not be backported to 1.22. So I'll leave this to the actual "owners" of the module. -- 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]
