Skip to content

4.1.12

Compare
Choose a tag to compare
@uglyog uglyog released this 13 Dec 04:26
· 1453 commits to master since this release

Bugfix Release

  • fix: include successful interaction results in the verification results #1266
  • refactor: verification OK data class only needs a single interaction id #1266
  • refactor: change verification OK result from a singleton to a data class #1266
  • feat: add @IgnoreMissingStateChange annotation to ignore missing state change methods #1260
  • fix: trim whitespace off list expressions #1262
  • add hint about specific junit5spring dependency (Michel @mf81bln)
  • docs: add groovyClasspath tip to avoid build failures when using Gradle (TM @zmot)
  • fix: correct the Maven documentation #1203
  • chore: set max JDK 13 on GH build
  • chore(HttpTarget): Configurable HttpClientFactory (@Sabartius)
  • feat: Creating PactCreateVersionTagMojo (@JoaoGFarias)
  • feat: XML message content (Wil @wilvdb)