This is an automated email from the ASF dual-hosted git repository.

reschke pushed a change to branch OAK-10711
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


    from 28eb312fc6 OAK-10711 : replaced preconditions.checkNotNull with 
Objects.requireNotNull
     add 0d0c54878f OAK-11019 : use table prefix and drop on close to avoid 
test flakyness
     add 173c5ecf23 Merge pull request #1640 from apache/OAK-11019
     add 545e964449 OAK-11015 : remove System.out.printlns
     add 7c6c9a52ea Merge pull request #1642 from apache/OAK-11015-2
     add a291e1bf1f OAK-10748: Improve FullGC statistics to count which type of 
garbage is collected
     add 1111be6c21 OAK-11016: Release Oak 1.68.0 - Candidate Release Notes 
(updated)
     add 19ee59c6f4 OAK-11021 : remove unused instance variables in 
VersionGCRecommendations
     add b5d3e949b2 Merge pull request #1643 from apache/OAK-11021
     add 724e695ffc OAK-11016: Release Oak 1.68.0 - Candidate Release Notes 
(updated)
     add 9ca692077b [maven-release-plugin] prepare release jackrabbit-oak-1.68.0
     add 8002d35cdc [maven-release-plugin] prepare for next development 
iteration
     add ca69144582 Merge branch 'trunk' into OAK-10711

No new revisions were added by this update.

Summary of changes:
 RELEASE-NOTES.txt                                  |  7 ++
 oak-api/pom.xml                                    |  2 +-
 oak-auth-external/pom.xml                          |  2 +-
 oak-auth-ldap/pom.xml                              |  2 +-
 oak-authorization-cug/pom.xml                      |  2 +-
 oak-authorization-principalbased/pom.xml           |  2 +-
 oak-benchmarks-elastic/pom.xml                     |  2 +-
 oak-benchmarks-lucene/pom.xml                      |  2 +-
 oak-benchmarks-solr/pom.xml                        |  2 +-
 oak-benchmarks/pom.xml                             |  2 +-
 oak-blob-cloud-azure/pom.xml                       |  2 +-
 oak-blob-cloud/pom.xml                             |  2 +-
 oak-blob-plugins/pom.xml                           |  2 +-
 oak-blob/pom.xml                                   |  2 +-
 oak-commons/pom.xml                                |  2 +-
 oak-core-spi/pom.xml                               |  2 +-
 oak-core/pom.xml                                   |  2 +-
 oak-examples/pom.xml                               |  2 +-
 oak-examples/standalone/pom.xml                    |  2 +-
 oak-examples/webapp/pom.xml                        |  2 +-
 oak-exercise/pom.xml                               |  2 +-
 oak-http/pom.xml                                   |  2 +-
 oak-it-osgi/pom.xml                                |  2 +-
 oak-it/pom.xml                                     |  2 +-
 oak-jackrabbit-api/pom.xml                         |  2 +-
 oak-jcr/pom.xml                                    |  2 +-
 oak-lucene/pom.xml                                 |  2 +-
 oak-parent/pom.xml                                 |  4 +-
 oak-pojosr/pom.xml                                 |  2 +-
 oak-query-spi/pom.xml                              |  2 +-
 oak-run-commons/pom.xml                            |  2 +-
 oak-run-elastic/pom.xml                            |  2 +-
 oak-run/pom.xml                                    |  2 +-
 .../jackrabbit/oak/run/RevisionsCommand.java       | 13 +++-
 oak-search-elastic/pom.xml                         |  2 +-
 oak-search/pom.xml                                 |  2 +-
 oak-security-spi/pom.xml                           |  2 +-
 oak-segment-aws/pom.xml                            |  2 +-
 oak-segment-azure/pom.xml                          |  2 +-
 oak-segment-remote/pom.xml                         |  2 +-
 oak-segment-tar/pom.xml                            |  2 +-
 oak-shaded-guava/pom.xml                           |  2 +-
 oak-solr-core/pom.xml                              |  2 +-
 oak-solr-osgi/pom.xml                              |  2 +-
 oak-store-composite/pom.xml                        |  2 +-
 oak-store-document/pom.xml                         |  2 +-
 .../oak/plugins/document/FullGCStatsCollector.java | 29 +++++++++
 .../plugins/document/FullGCStatsCollectorImpl.java | 76 ++++++++++++++++++++++
 .../plugins/document/VersionGCRecommendations.java |  6 +-
 .../plugins/document/VersionGarbageCollector.java  | 35 +++++++---
 .../oak/plugins/document/VersionGCSupportTest.java |  8 +++
 .../document/VersionGarbageCollectorIT.java        |  2 -
 oak-store-spi/pom.xml                              |  2 +-
 oak-upgrade/pom.xml                                |  2 +-
 pom.xml                                            |  2 +-
 55 files changed, 206 insertions(+), 66 deletions(-)

Reply via email to