This is an automated email from the ASF dual-hosted git repository.
daim pushed a change to branch OAK-10792
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
from e23df052ca OAK-10792 : rename DetailedGC to FullGC
add 111afdc352 Merge pull request #1455 from apache/OAK-10792
add 52b23e3413 OAK-10792 : rename DetailedGC to FullGC
add 06be42b7cd Merge pull request #1458 from apache/OAK-10792-3
add ba83d4753f OAK-10739 : tentatively revert unrelated changes
add cd55b26fbd OAK-10739 : revert unrelated or unnecessary changes
add 90be2f0e6d Merge pull request #1459 from apache/OAK-10739-1454-1
new 5d17124ecf OAK-10792 : rename DetailedGC to FullGC
The 1 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:
.gitignore | 2 +-
oak-jcr/pom.xml | 6 ---
oak-parent/pom.xml | 7 ---
oak-pojosr/pom.xml | 6 ---
.../java/org/apache/jackrabbit/oak/run/Utils.java | 3 +-
.../src/test/resources/logback-test.xml | 2 +-
oak-store-document/pom.xml | 12 ++---
.../plugins/document/DocumentNodeStoreBuilder.java | 1 -
...atsCollector.java => FullGCStatsCollector.java} | 4 +-
...ctorImpl.java => FullGCStatsCollectorImpl.java} | 16 +++----
.../plugins/document/VersionGCRecommendations.java | 6 +--
.../oak/plugins/document/VersionGCSupport.java | 7 ++-
.../plugins/document/VersionGarbageCollector.java | 52 +++++++++++-----------
...Test.java => FullGCStatsCollectorImplTest.java} | 44 +++++++++---------
.../oak/plugins/document/VersionGCStatsTest.java | 6 +--
.../oak/plugins/document/VersionGCSupportTest.java | 2 +-
16 files changed, 78 insertions(+), 98 deletions(-)
rename
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/{DetailedRevisionGCStatsCollector.java
=> FullGCStatsCollector.java} (94%)
rename
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/{FullRevisionGCStatsCollectorImpl.java
=> FullGCStatsCollectorImpl.java} (90%)
rename
oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/{FullRevisionGCStatsCollectorImplTest.java
=> FullGCStatsCollectorImplTest.java} (74%)