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-resource-filter.git
omit 40a7ab9 Bump org.apache.commons:commons-lang3 from 3.4 to 3.18.0
add eb6b9e4 SLING-12866 - Restrict force pushes, auto-delete branches on
merge
add 3d59dbf cosmetic: add <relativePath /> for parent pom reference
add 0693de2 SLING-13013 Update to Parent 62
add f5942aa SLING-13013 apply spotless formatting
add a4b4e07 SLING-13013 spotless: ignore javacc-generated code
add 4497b18 fix javadoc errors
add 3a567cb SLING-13013 ignore spotless code reformatting commit in git
blame
add e5371de Bump org.apache.commons:commons-lang3 from 3.4 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 (40a7ab9)
\
N -- N -- N
refs/heads/dependabot/maven/org.apache.commons-commons-lang3-3.18.0 (e5371de)
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 | 91 +-
.../resource/filter/ResourceFilterStream.java | 46 +-
.../sling/resource/filter/ResourcePredicates.java | 30 +-
.../sling/resource/filter/ResourceStream.java | 122 +-
.../resource/filter/impl/ComparisonVisitor.java | 141 +-
.../apache/sling/resource/filter/impl/Context.java | 56 +-
.../sling/resource/filter/impl/DefaultContext.java | 26 +-
.../sling/resource/filter/impl/LogicVisitor.java | 44 +-
.../filter/impl/ResourceFilterAdapter.java | 12 +-
.../filter/impl/ResourceFilterFunction.java | 29 +-
.../filter/impl/ResourcePredicateImpl.java | 27 +-
.../apache/sling/resource/filter/impl/Visitor.java | 24 +-
.../sling/resource/filter/impl/node/Node.java | 37 +-
.../predicates/ComparisonPredicateFactory.java | 91 +-
.../impl/predicates/ComparisonPredicates.java | 59 +-
.../resource/filter/impl/predicates/Null.java | 24 +-
.../resource/filter/impl/script/FilterParser.java | 987 +++---
.../filter/impl/script/FilterParserConstants.java | 299 +-
.../impl/script/FilterParserTokenManager.java | 3135 +++++++++-----------
.../filter/impl/script/ParseException.java | 328 +-
.../filter/impl/script/SimpleCharStream.java | 863 +++---
.../sling/resource/filter/impl/script/Token.java | 239 +-
.../resource/filter/impl/script/TokenMgrError.java | 278 +-
.../apache/sling/resource/filter/package-info.java | 2 +-
.../resource/filter/ResourceFilterArgTest.java | 54 +-
.../resource/filter/ResourceFilterDateTest.java | 33 +-
.../resource/filter/ResourceFilterLogicTest.java | 44 +-
.../sling/resource/filter/ResourceFilterTest.java | 49 +-
src/test/resources/data.json | 28 +-
32 files changed, 3558 insertions(+), 3650 deletions(-)
create mode 100644 .git-blame-ignore-revs
create mode 100644 .sling-module.json