before this change the support for Stub Runner Boot with Service Discovery was pretty useless since Stub Runner stubbed service discovery. That makes a lot of sense in unit / integration tests but not when you want to do some version of end to end tests. With this change you can pass a property to enable automated registration of stubs in Service Discovery. Technical changes: * Added Zookeeper registration * Added Eureka registration * Added Consul registration * Added checkstyle plugin - fixed part of exceptions
=== Spring Cloud Contract Specification This module contains the specifications describing contracts. Currently we have only one way for contract description which is the Groovy DSL.