* Updates to version 4.0.0-SNAPSHOT Updates to Java 17, framework 6, boot 3 and Jakarta EE Missing support for versions of rest assured, activemq-pool & jersey-client * Additional jdk17, spring cloud 2021, boot 3 upgrades * Fixed invalid version Co-authored-by: Marcin Grzejszczak <marcin@grzejszczak.pl> Co-authored-by: Marcin Grzejszczak <mgrzejszczak@vmware.com>
= Http Client == Prerequisites First you have to publish to Maven Local the stubs of the *http-server* module == How to run it? Run [source=groovy] -------- ./gradlew clean build -------- or -------- ./mvnw clean package -------- To - build the app - use spring-cloud-contract-stub-runner-spring[Stub Runner Spring] to download the stub of `Http Server` - run the tests against stubbed server