I want to verify binary compatibility between 2 JARs.
Following the suggestions in this answer I used jboss tattletale but it can find only missing classes.
japicmp is another tool for checking binary compatibility. It is available as standalone command line tool or as maven plugin.