This is an automated email from the ASF dual-hosted git repository.
simonetripodi pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git.
from 41b701b SLING-8412 - APIs jar MOJO includes wrapped classes which are
not OSGi exported and potentially override public APIs
new 9e6c701 SLING-8412 - APIs jar MOJO includes wrapped classes which are
not OSGi exported and potentially override public APIs
new 3fefcc9 SLING-8340 - APIs jar MOJO doesn't handle OSGi wrapper bundles
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:
.../invoker.properties | 0
.../pom.xml | 5 --
.../src/main/features/main.json | 21 ++++++
.../apis-jar-wrapped-flattened-classes/verify.bsh | 88 ++++++++++++++++++++++
.../sling/feature/maven/mojos/ApisJarMojo.java | 62 ++++++++-------
5 files changed, 143 insertions(+), 33 deletions(-)
copy src/it/{apis-jar =>
apis-jar-wrapped-flattened-classes}/invoker.properties (100%)
copy src/it/{apis-jar => apis-jar-wrapped-flattened-classes}/pom.xml (88%)
create mode 100644
src/it/apis-jar-wrapped-flattened-classes/src/main/features/main.json
create mode 100644 src/it/apis-jar-wrapped-flattened-classes/verify.bsh