Skip to content

0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jan 14:53
· 8 commits to main since this release

Enhance interaction handling and add Jackson dependency

  • Introduced ObjectMapper and JsonNode from Jackson for improved JSON handling in InteractionBuilder and SpringRestTemplateMockAdapter.
  • Updated interaction description and provider state handling to accept a lambda function, enhancing flexibility in defining states.
  • Added jackson-databind as a compile-only dependency in build.gradle.kts.
  • Refactored tests to utilize the new interaction handling methods, ensuring compatibility and clarity in mock setups.
  • Improved README documentation to reflect changes in interaction definitions and usage examples.

These changes aim to streamline JSON processing and enhance the usability of the pact-jvm-mock library.