A tool for checking backward API/ABI compatibility of a Java library.
Homepage: https://lvc.github.io/japi-compliance-checker/
Use the following command to compare two Java archives:
# docker run -v "${PWD}":/workspace --rm joschi/japi-compliance-checker:2.4-1 -lib NAME V1.jar V2.jar
The compatibility report will be generated to:
${PWD}/compat_reports/NAME/V1_to_V2/compat_report.html
This Docker image is licensed under the MIT license, see LICENSE.