clirr
Checks Java libraries for compatibility with older releases
Install
- All systems
-
curl cmd.cat/clirr.sh
- Debian
-
apt-get install clirr
- Ubuntu
-
apt-get install clirr
- Kali Linux
-
apt-get install clirr
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install clirr
- Raspbian
-
apt-get install clirr
- Dockerfile
- dockerfile.run/clirr
clirr
Checks Java libraries for compatibility with older releases
Clirr is a tool that checks Java libraries for binary and source compatibility with older releases. The Clirr Ant task can break the build if it detects incompatible API changes, making it easy to prevent accidental introduction of compatibility issues.