This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/org.apache.commons-commons-lang3-3.18.0
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-form.git
omit b93e9b9 Bump org.apache.commons:commons-lang3 from 3.0 to 3.18.0
add 351b47d SLING-12866 - Restrict force pushes, auto-delete branches on
merge
add f99312c SLING-12889 Update to Parent 62 (#10)
add b1fa4cb SLING-12889 ignore spotless code reformatting commit in git
blame
add e03db98 Bump org.apache.commons:commons-lang3 from 3.0 to 3.18.0
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 (b93e9b9)
\
N -- N -- N
refs/heads/dependabot/maven/org.apache.commons-commons-lang3-3.18.0 (e03db98)
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:
.asf.yaml | 4 +
.git-blame-ignore-revs | 1 +
.sling-module.json | 5 +
pom.xml | 157 +++++++++++---------
.../auth/form/impl/AuthenticationFormServlet.java | 14 +-
.../auth/form/impl/FormAuthenticationHandler.java | 114 ++++++++-------
.../form/impl/FormAuthenticationHandlerConfig.java | 55 +++++--
.../auth/form/impl/FormLoginModulePlugin.java | 30 ++--
.../apache/sling/auth/form/impl/TokenStore.java | 88 ++++++------
.../sling/auth/form/impl/jaas/FormCredentials.java | 1 -
.../sling/auth/form/impl/jaas/FormLoginModule.java | 13 +-
.../sling/auth/form/impl/jaas/JaasHelper.java | 20 +--
.../org/apache/sling/auth/form/FormReasonTest.java | 25 ++--
.../form/impl/FormAuthenticationHandlerTest.java | 91 ++++++------
.../sling/auth/form/impl/TokenStoreTest.java | 75 +++++-----
.../auth/form/it/AuthFormClientTestSupport.java | 92 ++++++------
.../sling/auth/form/it/AuthFormTestSupport.java | 159 +++++++++++----------
.../apache/sling/auth/form/it/SLING10290IT.java | 34 +++--
.../auth/form/it/SLING10421InvalidDomainIT.java | 50 ++++---
.../auth/form/it/SLING10421ValidDomainIT.java | 74 ++++++----
20 files changed, 611 insertions(+), 491 deletions(-)
create mode 100644 .git-blame-ignore-revs
create mode 100644 .sling-module.json