This is an automated email from the ASF dual-hosted git repository.
reschke pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/trunk by this push:
new 0c79b0e330 OAK-11618: Remove usage of Guava Stopwatch (Groovy) (#2642)
0c79b0e330 is described below
commit 0c79b0e330f33edccb210077641c918bb6c37cab
Author: Julian Reschke <[email protected]>
AuthorDate: Wed Dec 3 17:23:01 2025 +0100
OAK-11618: Remove usage of Guava Stopwatch (Groovy) (#2642)
---
.../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