How to identify a missing method (Binary Compatibility) in a JAR statically

后端 未结 6 535
你的背包
你的背包 2020-12-08 08:28

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.

6条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-08 09:07

    japicmp is another tool for checking binary compatibility. It is available as standalone command line tool or as maven plugin.

提交回复
热议问题