This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch OAK-11618 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit 7d50d624bcd4250b9f7f232807b6a8a75d1f0aa4 Author: Julian Reschke <[email protected]> AuthorDate: Tue Dec 2 10:47:03 2025 +0100 OAK-11618: Remove usage of Guava Stopwatch (Groovy) --- .../org/apache/jackrabbit/oak/console/commands/LuceneCommand.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oak-run/src/main/groovy/org/apache/jackrabbit/oak/console/commands/LuceneCommand.groovy b/oak-run/src/main/groovy/org/apache/jackrabbit/oak/console/commands/LuceneCommand.groovy index 3f5f7ca360..dbea3e1bb7 100644 --- a/oak-run/src/main/groovy/org/apache/jackrabbit/oak/console/commands/LuceneCommand.groovy +++ b/oak-run/src/main/groovy/org/apache/jackrabbit/oak/console/commands/LuceneCommand.groovy @@ -19,8 +19,8 @@ package org.apache.jackrabbit.oak.console.commands -import org.apache.jackrabbit.guava.common.base.Stopwatch import org.apache.jackrabbit.oak.commons.PathUtils +import org.apache.jackrabbit.oak.commons.time.Stopwatch import org.apache.jackrabbit.oak.console.ConsoleSession import org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexDefinition import org.apache.jackrabbit.oak.plugins.index.lucene.directory.OakDirectory
