Skip to content

Version 0.7.0

Compare
Choose a tag to compare
@siom79 siom79 released this 21 Feb 12:53
· 768 commits to master since this release
  • japicmp now also supports tracking of source incompatible changes. #59
  • The XML report now also outputs the reason for each change for better traceability. #105
  • The maven plugin comes now with the new option breakBuildBasedOnSemanticVersioning that breaks the build based on the version numbers of the old and new archive(s) assuming they are using semantic versioning. #108
  • The maven plugin now has a new option packagingSupported that lets you define for which packaging types the plugin shoule be invoked. This is useful when the plugin is defined in the root pom and should be executed for all submodules, but you want to exclude some of these submodules by packaging type. #100
  • Fixed NPE in JavadocLikePackageFilter when matching against classes in the default (empty) package. #106