Collected sources and patterns will appear here. Add from search or the patterns library.
(BinaryArtifact, ReferenceArtifact) -> ApiCompatibilityReport
Verify binary backwards-compatibility of JVM classes against a prior reference artifact to prevent unintended public API breakage.
Problem it solves
Manual verification of public API signatures across library updates is error-prone and can introduce breaking changes in minor releases.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.