royteeuwen opened a new pull request, #32: URL: https://github.com/apache/sling-org-apache-sling-committer-cli/pull/32
Part of splitting #28 into per-command changes. **Jira:** https://issues.apache.org/jira/browse/SLING-13253 Adds `release update-dist` to move release artifacts from dist/dev to dist/release on dist.apache.org and remove the previous release. This replaces the earlier `svn`/`svnmucc` CLI approach with the pure-Java **SVNKit** client over https (addressing the review request to use a Java API). SVNKit is embedded into the sling-cli bundle via bnd because its OSGi bundles are published only to the Eclipse P2 update site, not to Maven Central; only the jars needed for https/DAV url operations are embedded and the `svn+ssh://` stack is marked optional so the bundle resolves in Felix. Verified: the packaged image resolves the bundle and performs a live DAV directory listing under the stripped jlink JRE. Stacked on the promote/drop PR. -- 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]
