Clirr is a tool that checks Java libraries for binary and source compatibility with older releases. Basically you give it two sets of jar files and Clirr dumps out a list of changes in the public API. The clirr-maven-plugin can be configured to break the build, if it detects incompatible api changes. In a continuous integration process, the clirr-maven-plugin can automatically prevent accidental introduction of binary or source compatibility problems. Additionally, the plugin can generate a report as part of the generated site.
tags:| Version | Download | Details |
|---|---|---|
| 2.2.2 | Binary (24 KB) | Details |
| 2.2.1 | Binary (35 KB) | Details |
| 2.2 | Binary (20 KB) | Details |
| 2.1.1 | Binary (29 KB) | Details |
| 2.1 | Binary (19 KB) | Details |
| 2.0 | Binary (17 KB) | Details |
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>clirr-maven-plugin</artifactId>
<version>2.2.2</version>
</dependency>