This is an automated email from the ASF dual-hosted git repository.
bdelacretaz pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-capabilities.git.
from 276f885 Test the SlingServletsSource
new 229fd4c Remove stray printout
new 799c1ac CapabilitiesBundleIT added + bnd / Maven plugin fixes
The 2 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:
bnd.bnd | 12 +--
pom.xml | 97 ++++++++++++++++++++--
.../apache/sling/capabilities/package-info.java | 22 +++++
.../defaultsources/SlingServletsSourceTest.java | 1 -
.../capabilities/it/CapabilitiesBundleIT.java | 76 +++++++++++++++++
.../capabilities/it/CapabilitiesTestSupport.java | 53 ++++++++++++
src/test/resources/exam.properties | 19 +++++
src/test/resources/logback.xml | 30 +++++++
8 files changed, 291 insertions(+), 19 deletions(-)
create mode 100644
src/main/java/org/apache/sling/capabilities/package-info.java
create mode 100644
src/test/java/org/apache/sling/capabilities/it/CapabilitiesBundleIT.java
create mode 100644
src/test/java/org/apache/sling/capabilities/it/CapabilitiesTestSupport.java
create mode 100644 src/test/resources/exam.properties
create mode 100644 src/test/resources/logback.xml