Skip to content

Releases: 1grzyb1/controller-client

v2.3.0

16 Dec 11:04

Choose a tag to compare

Use jackson 3

v2.2.0

16 Dec 10:37

Choose a tag to compare

Remove Spring Boot starter from dependencies

v2.1.0

09 Dec 09:21

Choose a tag to compare

Downgrade jackson object mapper

v2.0.0

08 Dec 07:14

Choose a tag to compare

Made controller client compatible with Java 17
Also fixed versioning to 2.0.0 as upgrading Spring Boot was a breaking change
Full Changelog: v1.0.11...v2.0.0

v1.0.11

05 Dec 13:47

Choose a tag to compare

Upgraded controller-client to Spring Boot 4

Full Changelog: v1.0.10...v1.0.11

v1.0.10

19 Sep 15:09

Choose a tag to compare

  • Allowed nullable constructor parameters in rest controllers
  • Allow passing nulls to RequestParams

v.1.0.9

28 Oct 16:36

Choose a tag to compare

Introduced annotation based setting controller clients with:

  • @AutowireControllerClient
  • @AutowireControllerClientCaller
  • @AutowireRespondingControllerClient

v.1.0.8

30 Sep 10:22

Choose a tag to compare

  • Added support for list in request param
  • Returning whole mockMvc response in RespondingControllercCient

v1.0.7

31 Aug 10:41

Choose a tag to compare

Added new API for interacting with controller client using RespondingControllerClient
Using this API it return full response object on which consumer can make assertions in tests

v1.0.6

31 May 21:11

Choose a tag to compare

  • Simplified customizing request
  • Added possibility to customize caller