royteeuwen opened a new pull request, #47: URL: https://github.com/apache/sling-org-apache-sling-committer-cli/pull/47
The version in use dates from 2018 and predates shallow clone support, which the website update needs to avoid cloning the site's full history. JGit 7 additionally imports org.apache.commons.codec.digest, which Maven had mediated down to a version below the range it requires, so commons-codec is declared explicitly, and javax.management, which the jlink'd JRE did not include - without that module the bundle silently fails to resolve and the CLI does nothing at all. --- <sub>Stack created with <a href="https://github.com/github/gh-stack">GitHub Stacks CLI</a> • <a href="https://gh.io/stacks-feedback">Give Feedback 💬</a></sub> -- 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]
