Dave Syer
fbfa19dcbd
Fix wrong group id
2016-07-14 14:54:57 +01:00
Dave Syer
6181bd6249
Add plain wiremock samples
2016-07-14 14:19:06 +01:00
Dave Syer
7fad0cd730
Remove unused classes
2016-07-14 13:50:23 +01:00
Dave Syer
0522cbb4d6
Introduce @AutoConfigureContractVerifierMessaging
...
as a new autoconfig switch for test cases (instead of relying on
plain autoconfiguration).
Fixes gh-33
2016-07-14 13:38:16 +01: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
Dave Syer
324c2326a4
Rename test class
2016-07-14 09:55:52 +01:00
Dave Syer
476aecaa6b
Rename @WireMockTest -> @AutoConfigureWireMock
2016-07-14 09:53:57 +01:00
Dave Syer
f5d3a63869
Remove unused grape config
2016-07-14 09:53:23 +01:00
Marcin Grzejszczak
e472c466d6
Updated props in maven plugin
2016-07-13 19:44:41 +02:00
Marcin Grzejszczak
dd5f821d08
Wat?
2016-07-13 19:33:07 +02: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
c02c11db35
Add support for Jetty 9
2016-07-13 16:51:27 +01:00
Dave Syer
de914a7b27
Add support for Undertow and Wiremock
2016-07-13 16:23:51 +01:00
Marcin Grzejszczak
df7ee2e9f1
Reorganized samples
2016-07-13 15:50:34 +02:00
Marcin Grzejszczak
499243b5e8
Fixed broken Gradle tests
2016-07-13 15:34:38 +02:00
Marcin Grzejszczak
8181c199ec
Polish
2016-07-13 15:23:39 +02:00
Marcin Grzejszczak
47f23c6ab7
Added missing target folder
2016-07-13 15:23:39 +02:00
Marcin Grzejszczak
719453e63f
Updated the docs
2016-07-13 15:23:39 +02:00
Dave Syer
5df2f5eb68
Remove .empty files (not needed in STS any more)
2016-07-13 14:20:34 +01:00
Dave Syer
f0656e8c78
Fix sample apps
2016-07-13 13:24:35 +01:00
Marcin Grzejszczak
cf27296f65
Added a script to generate docs
2016-07-13 13:54:06 +02:00
Marcin Grzejszczak
e9055ba690
Updated the docs
2016-07-13 12:19:37 +02:00
Marcin Grzejszczak
dd15af51d7
Refactored the project, added generation of maven docs
2016-07-12 19:14: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
Marcin Grzejszczak
b4ebf8c07b
Fixed the links in docs
2016-07-12 17:42:29 +02:00
Marcin Grzejszczak
cfc74721c6
Added toc for the docs
2016-07-12 17:01:08 +02:00
Marcin Grzejszczak
36f9dcf94e
Updated the docs
2016-07-12 16:56:25 +02:00
Marcin Grzejszczak
7d293670f7
Removed the deprecated documentation
2016-07-12 16:54:30 +02: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
Dave Syer
acc8cd9467
Use non-deprecated context loader in tests
2016-07-12 12:59:08 +01:00
Marcin Grzejszczak
1bb6f7cfee
Fixed docs
2016-07-12 13:39:17 +02:00
Marcin Grzejszczak
c76de73f3f
Fixed CircleCI caching
2016-07-12 13:32:34 +02: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
1bed00ccf9
Use non-spring package names for samples
2016-07-12 11:18:25 +01: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
59be4bae4a
Fix samples tests to run from command line
2016-07-11 13:45:03 +01: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
26eb6f72a7
Updated scripts
2016-07-10 12:34:04 +02:00
Marcin Grzejszczak
e1f26a39dd
Added missing folder
2016-07-10 11:16:59 +02:00
Marcin Grzejszczak
689dd0f6ef
Updated docs
2016-07-10 11:06:12 +02:00
Marcin Grzejszczak
d4dac7e705
Fixed Gradle project build
2016-07-10 10:47:39 +02:00
Dave Syer
a1f3eaa0af
Try to fix gradle build
2016-07-09 15:35:23 +01:00
Dave Syer
dffc0e0b39
Remove duplicate material from ideas
2016-07-09 13:22:39 +01:00
Dave Syer
df5be00074
Update readme with gitter badge
2016-07-09 13:22:01 +01:00
Dave Syer
ac19d6fa82
Update build scripts
2016-07-09 12:26:25 +01:00