tree: ae4a10fa102409cfa65e8a6539fc8af60f46a8a2 [path history] [tgz]
  1. src/
  2. .gitignore
  3. CODE_OF_CONDUCT.md
  4. CONTRIBUTING.md
  5. Jenkinsfile
  6. LICENSE
  7. pom.xml
  8. README.md
  9. SECURITY.md
README.md

Apache Sling

Build Status Test Status Coverage Sonarcloud Status License

Apache Sling Launchpad Comparator

This module is part of the Apache Sling project.

Command line utility which helps with comparing the artifacts contained by two launchpad/starter instances.

Usage

This tool expects to be part of a repo checkout to generate the changelogs between Sling modules. It is recommended to run the following command to make sure all the latest changes are present in the local checkout:

repo forall -c 'git fetch'

Afterwards build and run this project

mvn clean package
java -jar target/launchpad-comparator-0.9.0-SNAPSHOT.jar 10 11-SNAPSHOT

The report will list:

* added dependencies
* removed dependencies
* changed dependencies

For Sling artifacts that have changed it will also list the Jira issues which were potentially fixed between the releases. It does so by parsing the commit messages, but does not verify that the issues are actually fixed.