Commit Graph

21 Commits

Author SHA1 Message Date
Dave Syer
07befc839f Re-instate integration tests for stub runner messaging 2016-07-19 16:11:08 +01:00
Dave Syer
4c900f46fe Remove stub tests (already covered in other tests) 2016-07-19 15:22:20 +01:00
Dave Syer
df5902fabd Move some dependencies from bom to parent 2016-07-19 10:51:09 +01:00
Dave Syer
a46766bd0b Remove commons-io dependency 2016-07-19 10:34:33 +01:00
Dave Syer
15dc75dece Move plugins in to tools folder
Also rename plugins removing 'verifer'.
2016-07-15 10:49:14 +01:00
Marcin Grzejszczak
8752cf2324 Added codecov integration 2016-07-14 23:46:04 +02:00
Dave Syer
6f0030bf58 Introduce @AutoConfigureStubRunner in place of autoconfig
In a Spring test user can add this annotation to run stubs
rather than rely on auto configuration (which might not be
welcome outside a test).

Fixes gh-33
2016-07-14 12:59:42 +01:00
Marcin Grzejszczak
04f9b75181 Changing group id
to org.springframework.cloud from org.springframework.cloud.contract

also stopped running an http server if the contract doesn't support it
added back stub runner modules
2016-07-13 19:24:42 +02:00
Dave Syer
5fe510f45e Add Wiremock features (Tomcat only for now)
User can depend on spring-cloud-contract-wiremock and
spring-cloud-starter-web (or tomcat) to get tomcat to run
the wiremock server. The idea is that wiremock runs in the
"ambient" server from Sprign Boot. So far we only support
Tomcat (should be easy to extend).

See tests in spring-cloud-contract-wiremock for details.
2016-07-12 18:10:18 +01:00
Dave Syer
e28bf1f66e Move commons-* dependencies into parent 2016-07-12 18:10:18 +01:00
Dave Syer
ff48c5dbda Add dependencies BOM
Updates to groovy 2.4.7 which makes static compilation stricter
(hence the code changes).

Fixes gh-8
2016-07-12 13:57:57 +01:00
Marcin Grzejszczak
ebf8dd4b67 Bumping WireMock to 2.1.7 (#27)
* Bumping WireMock to 2.1.7
* Added samples to the project
* Updated docs

fixes #26, #7
2016-07-12 13:06:42 +02:00
Dave Syer
dd1410b5f9 Convert samples to Java 2016-07-12 10:45:03 +01:00
Marcin Grzejszczak
1280452a9d Added Circle CI integration 2016-07-11 18:00:18 +02:00
Dave Syer
25f18db8fb Stop managing slf4j explicitly 2016-07-11 12:04:59 +01:00
Marcin Grzejszczak
8523c49d6a Added global unroll dep 2016-07-11 12:10:50 +02:00
Dave Syer
6c287a09ec Wrangle tests to pass 2016-07-11 10:43:34 +01:00
Dave Syer
809e71f1d9 Remove groovy plugin where it isn't needed 2016-07-11 09:12:12 +01:00
Marcin Grzejszczak
d4dac7e705 Fixed Gradle project build 2016-07-10 10:47:39 +02:00
Dave Syer
a7720c3915 Fix parent poms 2016-07-09 11:51:14 +01:00
Dave Syer
432f952d3d Flatten hierarchy 2016-07-09 10:34:49 +01:00