This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/org.apache.sling-org.apache.sling.api-2.25.4
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-dynamic-include.git
omit 33d7d47 Bump org.apache.sling.api from 2.2.0 to 2.25.4
add 8eaec9f SLING-10110: support regexes in ignoreUrlParams (#26)
add d41be7d SLING-11709 - Set up Jira autolinks to all Sling Github
projects
add 362672c Fix description of include types
add 55f8769 SLING-12094 - Use GitHub for the Maven scm.url value
add f8984be SLING-12459 - Redirect sonarcloud notifications to
[email protected]
add 6f6ce6c [maven-release-plugin] prepare release
org.apache.sling.dynamic-include-3.3.2
add 2dd4ba1 [maven-release-plugin] prepare for next development iteration
add 26baf69 SLING-12654 - Upgrade to parent pom 52 (#28)
add 5784bdd Bump org.apache.sling.api from 2.2.0 to 2.25.4
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 (33d7d47)
\
N -- N -- N
refs/heads/dependabot/maven/org.apache.sling-org.apache.sling.api-2.25.4
(5784bdd)
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 | 12 ++
README.md | 2 +-
pom.xml | 32 ++++-
.../apache/sling/dynamicinclude/Configuration.java | 4 +-
.../sling/dynamicinclude/IncludeTagFilter.java | 16 +--
.../dynamicinclude/util/RequestHelperUtil.java | 55 +++++++++
.../dynamicinclude/util/RequestHelperUtilTest.java | 134 +++++++++++++++++++++
7 files changed, 233 insertions(+), 22 deletions(-)
create mode 100644 .asf.yaml
create mode 100644
src/main/java/org/apache/sling/dynamicinclude/util/RequestHelperUtil.java
create mode 100644
src/test/java/org/apache/sling/dynamicinclude/util/RequestHelperUtilTest.java