This is an automated email from the ASF dual-hosted git repository.
reschke pushed a change to branch OAK-11620
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
from f66d62a585 OAK-11260: Create replacement for Guava Stopwatch
new 5b75e8673b OAK-11260: Create replacement for Guava Stopwatch
new 9f2ac0e37e OAK-11260: Create replacement for Guava Stopwatch
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../jackrabbit/oak/commons/time/Stopwatch.java | 19 +++--
.../jackrabbit/oak/commons/time/StopwatchTest.java | 90 ++++++++++++++++++++++
2 files changed, 103 insertions(+), 6 deletions(-)
create mode 100644
oak-commons/src/test/java/org/apache/jackrabbit/oak/commons/time/StopwatchTest.java