enapps-enorman opened a new pull request, #23:
URL: https://github.com/apache/sling-org-apache-sling-repoinit-parser/pull/23
Update to the latest parent pom
NOTE: The latest bnd revealed the following problem during the build due to
(not exported) private classes being referenced from the exported public APIs:
`
[ERROR] Failed to execute goal
biz.aQute.bnd:bnd-maven-plugin:6.3.0:bnd-process (bnd-process) on project
org.apache.sling.repoinit.parser: Export
org.apache.sling.repoinit.parser.operations, has 1, private references
[org.apache.sling.repoinit.parser.impl] -> [Help 1]
`
To resolve those "private references" troubles, these changes seem to be
required:
- Move the impl/WithPathOptions class to the exported operations package
- Change the PropertyLine constructor to throw Exception instead of the not
exported org.apache.sling.repoinit.parser.impl.ParseException
- Bump the exported operations package version to 6.0.0 to account for the
major changes due to the above refactoring
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]