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

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


    omit 6585fa1925 Bump com.fasterxml.jackson.core:jackson-databind in 
/oak-parent
     add d422aabd3d OAK-12275: NameValidator -> improve logging for unmapped 
prefixes (#2974)
     add b2f1f35c2f OAK-12283 : bump aws sdk to 2.35.11 (#2979)
     add 2c0c7625ac Revert "OAK-12281: Upgrade jackson-databind dependency to 
2.20.2 (#2976)"
     add a6f84489b9 oak-http: extract Authorization Field parsing and add test 
coverage (#2981)
     add e60921ab36 Bump com.fasterxml.jackson.core:jackson-databind 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   (6585fa1925)
            \
             N -- N -- N   
refs/heads/dependabot/maven/oak-parent/com.fasterxml.jackson.core-jackson-databind-2.22.0
 (e60921ab36)

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:
 .../jackrabbit/oak/plugins/name/NameValidator.java |  6 +-
 .../oak/plugins/name/NameValidatorTest.java        | 15 +++--
 .../jackrabbit/oak/http/AuthorizationField.java    | 56 +++++++++++++++++
 .../org/apache/jackrabbit/oak/http/OakServlet.java | 13 +---
 .../oak/http/AuthorizationFieldTest.java           | 72 ++++++++++++++++++++++
 .../oak/osgi/IndexVersionSelectionIT.java          |  8 +--
 .../org/apache/jackrabbit/oak/osgi/OSGiIT.java     |  6 +-
 oak-it-osgi/test-bundles.xml                       |  2 -
 oak-parent/pom.xml                                 |  5 +-
 9 files changed, 152 insertions(+), 31 deletions(-)
 create mode 100644 
oak-http/src/main/java/org/apache/jackrabbit/oak/http/AuthorizationField.java
 create mode 100644 
oak-http/src/test/java/org/apache/jackrabbit/oak/http/AuthorizationFieldTest.java

Reply via email to