You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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