Skip to content

joschi/docker-japi-compliance-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java API Compliance Checker

Docker Stars Docker Pulls Image Size Image Version Image License

What is Java API Compliance Checker?

A tool for checking backward API/ABI compatibility of a Java library.

Homepage: https://lvc.github.io/japi-compliance-checker/

Example

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  

License

This Docker image is licensed under the MIT license, see LICENSE.