Skip to content

3.5.17

Compare
Choose a tag to compare
@uglyog uglyog released this 03 Jun 05:58
· 2843 commits to master since this release

Bugfix Release

  • JUnit Interaction runner now uses its pact source not the one associated with the pact #667
  • Add a log statement when pact verification publishing is skipped #667
  • Implemented minMax array matching in the consumer DSLs #676
  • made default content-type more lenient to common variants (@jan-berge-ommedal)
  • moved PactJUnit5VerificationProvider from BeforeEach to BeforeTestExecution to allow initialization of class variables on @beforeeach (@thombergs)
  • chore: removed lein module to get build passing on travis
  • fix: cleaned up some duplicated code
  • fix: Java DSL now applies the default values to all requests, not just the first #680
  • evaluate @State annotations from implemented interfaces (@thombergs)
  • doc: added note about setting the provider version when using the spring runner