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-junit-core.git.
from 9744c2d SLING-9935 - NoClassDefFoundError
org/junit/platform/engine/TestEngine
new 729ac85 SLING-9980 - refactor for clarity
new 2811d3b SLING-9980 - fix integration tests for Java 11
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:
src/it/annotations-it/pom.xml | 19 +++-
.../junit/annotations/AnnotationsTestSupport.java | 103 ++++++++++++++++++
.../sling/junit/annotations/ReferenceIT.java | 119 +++------------------
3 files changed, 133 insertions(+), 108 deletions(-)
create mode 100644
src/it/annotations-it/src/test/java/org/apache/sling/junit/annotations/AnnotationsTestSupport.java