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

github-bot pushed a change to branch 
dependabot/maven/oak-parent/com.fasterxml.jackson.core-jackson-core-2.18.6
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


 discard a1ef16a25e Bump com.fasterxml.jackson.core:jackson-core in /oak-parent
     add acdd706bec OAK-12121 : add regression tests for offline compaction not 
persisting gc.log (#2776)
     add f7273e7228 OAK-12115 : add monitor and monitor.guard test coverage for 
SegmentBu… (#2772)
     add 3a6fd4b1dd OAK-12107: Oak 1.92 Doc Update
     add 5069dfdf5f OAK-12113: MongoDocumentStore: BsonException should be 
wrapped as DocumentStoreException (#2771)
     add aa9c5698c2 OAK-12119 : offline compaction does not persist compacted 
head into gc.log (#2779)
     add 669d342bba OAK-12114: MongoDBExceptionTest add checks for bson 
compression (#2778)
     add c1501d169a OAK-11952: Bump up minimal Java version to 17 (#2697)
     add 216b5a6167 OAK-12127: Update Derby version to 1.16.x (#2783)
     add 42299b5481 Bump com.fasterxml.jackson.core:jackson-core in /oak-parent

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a1ef16a25e)
            \
             N -- N -- N   
refs/heads/dependabot/maven/oak-parent/com.fasterxml.jackson.core-jackson-core-2.18.6
 (42299b5481)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build.yml                        |   4 +-
 Jenkinsfile                                        |   4 +-
 oak-doc-railroad-macro/pom.xml                     |   2 +-
 oak-doc/pom.xml                                    |   2 +-
 oak-parent/pom.xml                                 |   4 +-
 .../segment/file/GarbageCollectionStrategy.java    |   2 +
 .../oak/segment/file/GarbageCollector.java         |  28 +-
 .../SynchronizedGarbageCollectionStrategy.java     |   7 +
 .../SegmentBufferWriterPoolMonitorTest.java        | 439 +++++++++++++++++++++
 .../file/DefaultGarbageCollectionStrategyTest.java |  81 ++--
 .../GarbageCollectorOfflineCompactionTest.java     | 281 +++++++++++++
 .../segment/file/OfflineCompactionGcLogTest.java   | 192 +++++++++
 .../SynchronizedGarbageCollectionStrategyTest.java |  93 +++++
 .../plugins/document/mongo/MongoDocumentStore.java |  50 +--
 .../document/mongo/MongoDBExceptionTest.java       |  81 ++--
 15 files changed, 1185 insertions(+), 85 deletions(-)
 create mode 100644 
oak-segment-tar/src/test/java/org/apache/jackrabbit/oak/segment/SegmentBufferWriterPoolMonitorTest.java
 create mode 100644 
oak-segment-tar/src/test/java/org/apache/jackrabbit/oak/segment/file/GarbageCollectorOfflineCompactionTest.java
 create mode 100644 
oak-segment-tar/src/test/java/org/apache/jackrabbit/oak/segment/file/OfflineCompactionGcLogTest.java
 create mode 100644 
oak-segment-tar/src/test/java/org/apache/jackrabbit/oak/segment/file/SynchronizedGarbageCollectionStrategyTest.java

Reply via email to