This is an automated email from the ASF dual-hosted git repository.
jsedding pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-xss.git.
from e3e7cc0 Adding sonarqube badges as per SLING-9682
new 5ba7a6b SLING-9875 - Update to Sling Bundle Parent 40
new 32bb757 SLING-9876 - Embedded packages should not feature in
jacoco-report
new ab7618b SLING-9874 - Allow adapting SlingHttpServletRequest and
ResourceResolver to XSSAPI
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
pom.xml | 11 +++-
.../sling/xss/impl/XSSAPIAdapterFactory.java | 56 +++++++++++++++++
.../sling/xss/impl/XSSAPIAdapterFactoryTest.java | 72 ++++++++++++++++++++++
3 files changed, 138 insertions(+), 1 deletion(-)
create mode 100644
src/main/java/org/apache/sling/xss/impl/XSSAPIAdapterFactory.java
create mode 100644
src/test/java/org/apache/sling/xss/impl/XSSAPIAdapterFactoryTest.java