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-scripting-sightly-testing-content.git
omit d150ce1 Bump org.apache.sling.api from 2.1.0 to 2.25.4
add 99729b8 SLING-11538 add test content for display context "jsonString"
(#7)
add 5871482 SLING-10654: add test content for icu plural test (#4)
add 22966e1 SLING-11709 - Set up Jira autolinks to all Sling Github
projects
add 66fc2dd SLING-12094 - Use GitHub for the Maven scm.url value
add 9f12724 trivial: build only with Java 11 until the module is updated
add 6ca7b20 [maven-release-plugin] prepare release
org.apache.sling.scripting.sightly.testing-content-1.0.32-1.4.0
add e486115 [maven-release-plugin] prepare for next development iteration
add 5366526 SLING-12377 - Repository-based JS Use objects cannot be
located when using relative paths
add cbe5fe5 [maven-release-plugin] prepare release
org.apache.sling.scripting.sightly.testing-content-1.0.34-1.4.0
add e569de3 [maven-release-plugin] prepare for next development iteration
add 210e192 SLING-12459 - Redirect sonarcloud notifications to
[email protected]
add 1afc19f SLING-12730 Update to Parent 62
add 858115d SLING-12730 apply spotless formatting
add 12f91ec SLING-12730 ignore spotless code reformatting commit in git
blame
add 0886e0e Bump org.apache.sling.api from 2.1.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 (d150ce1)
\
N -- N -- N
refs/heads/dependabot/maven/org.apache.sling-org.apache.sling.api-2.25.4
(0886e0e)
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 ++
.git-blame-ignore-revs | 1 +
.sling-module.json | 5 +
pom.xml | 136 ++++++++++-----------
.../adaptable/AbstractRequestAdapterUseObject.java | 8 +-
.../testing/adaptable/NonImplementedInterface.java | 34 +++---
.../testing/adaptable/RequestAdapterUseObject.java | 5 +-
.../adaptable/ResourceAdapterUseObject.java | 5 +-
.../ResourceResolverAdapterUseObject.java | 5 +-
.../adaptable/impl/RequestAdapterFactory.java | 12 +-
.../impl/RequestAdapterUseObjectImpl.java | 4 +-
.../adaptable/impl/ResourceAdapterFactory.java | 12 +-
.../impl/ResourceAdapterUseObjectImpl.java | 4 +-
.../impl/ResourceResolverAdapterFactory.java | 12 +-
.../impl/ResourceResolverAdapterUseObjectImpl.java | 4 +-
.../sightly/testing/adaptable/package-info.java | 1 -
.../models/{ResourceModel.java => FaqModel.java} | 19 ++-
.../sightly/testing/models/RequestModel.java | 13 +-
.../sightly/testing/models/ResourceModel.java | 4 +-
.../testing/models/ResourceResolverModel.java | 40 +++---
.../scripting/sightly/testing/models/TestEnum.java | 7 +-
.../sightly/testing/models/TestModel.java | 40 +++---
.../sightly/testing/models/package-info.java | 3 +-
.../sling/scripting/sightly/testing/use/Test.java | 39 +++---
.../scripting/sightly/testing/use/TestService.java | 31 ++---
.../sightly/testing/use/impl/TestServiceImpl.java | 30 ++---
.../sightly/testing/use/package-info.java | 1 -
.../SLING-INF/apps/sightly/locales/cs.json | 10 ++
.../apps/sightly/scripts/format/FormatPojo.java | 15 +++
.../apps/sightly/scripts/format/format.html | 9 ++
.../sightly/scripts/use/partials/partial.html} | 4 +-
.../apps/sightly/scripts/use/resource.html | 13 +-
.../attributequotes.html => xss/xss.html} | 33 +++--
src/main/resources/SLING-INF/content/sightly.json | 4 +
34 files changed, 319 insertions(+), 256 deletions(-)
create mode 100644 .asf.yaml
create mode 100644 .git-blame-ignore-revs
create mode 100644 .sling-module.json
copy
src/main/java/org/apache/sling/scripting/sightly/testing/models/{ResourceModel.java
=> FaqModel.java} (72%)
create mode 100644 src/main/resources/SLING-INF/apps/sightly/locales/cs.json
copy src/main/resources/SLING-INF/{libs/sightly/scripts/base/include.html =>
apps/sightly/scripts/use/partials/partial.html} (90%)
copy
src/main/resources/SLING-INF/apps/sightly/scripts/{attributequotes/attributequotes.html
=> xss/xss.html} (61%)