Commit Graph

561 Commits

Author SHA1 Message Date
buildmaster
02d6c3e185 Update SNAPSHOT to 2.0.0.M3 2017-10-28 07:23:12 +00:00
buildmaster
2c78b99f5a Going back to snapshots 2017-10-24 16:48:01 +00:00
buildmaster
cdfddc91d6 Update SNAPSHOT to 1.2.0.RC1 2017-10-24 16:45:05 +00:00
Spencer Gibb
0d7ac46e2e Remove uses of DiscoveryClient.getLocalServiceInstance()
This was previously deprecated previously and removed in spring-cloud-commons 2.0.x
2017-10-19 11:15:52 -04:00
Marcin Grzejszczak
7242649f9c Almost there 2017-10-11 12:33:13 +02:00
Marcin Grzejszczak
7756921cdb Ignored one test - have to think how to fix the stream deserialization 2017-10-10 08:22:15 +02:00
Marcin Grzejszczak
43eef1a1a8 Fixed quite a few tests 2017-10-09 18:22:19 +02:00
Marcin Grzejszczak
8da33723a4 Merge branch 'master' into 2.0.x 2017-10-06 11:24:21 +02:00
Marcin Grzejszczak
0758f4ec38 Introduced adding of custom WireMock extensions (#429)
without this change we set only a single extension "response-transformer" without an option to provide any other ones
with this change we introduce the "spring.factories" based extension model. It's enough to provide your own implementation of `org.springframework.cloud.contract.verifier.dsl.wiremock.WireMockExtensions` and register it in `spring.factories`. That way you can control all extensions (request / response).

fixes #425
2017-10-05 15:52:27 +02:00
Marcin Grzejszczak
063cea4f5b Bumping versions to 1.1.5.BUILD-SNAPSHOT after release 2017-10-03 14:02:15 +02:00
Marcin Grzejszczak
67f4f11119 Going back to snapshots 2017-10-03 14:02:15 +02:00
Marcin Grzejszczak
e1b65dd672 Update SNAPSHOT to 1.1.4.RELEASE 2017-10-03 13:56:14 +02:00
Eddú Meléndez Gonzales
60596004c0 Update Netflix starters dependencies (#430)
Spring Cloud Netflix project renamed the starters adding `-netflix-` in
the artifactId. This commit fixes with the new artifacId.
2017-10-01 00:43:42 +02:00
Marcin Grzejszczak
f4ec52d4ac Removed Camel support (#387)
until https://issues.apache.org/jira/browse/CAMEL-11430 gets fixed

fixes #386
2017-09-05 15:14:31 +02:00
Marcin Grzejszczak
22599b4ef9 Merge branch 'master' into 2.0.x 2017-09-04 12:49:11 +02:00
Marcin Grzejszczak
28e8df2ad7 Merge branch '1.1.x' 2017-09-04 12:34:52 +02:00
Marcin Grzejszczak
d92dbf09ee Fixed Non empty and non blank regex patterns
also catching ClassNotFoundError and printing it in trace level

fixes #412
2017-09-04 12:16:33 +02:00
Dave Syer
258d624975 Merge branch 'master' into 2.0.x 2017-08-30 09:31:49 +01:00
Dave Syer
51a35ce6b7 Use wiremock-standalone instead of the ambient server
The standalone jar is in much better shape now, and relocates all the
dependencies, like guava and jetty, so it's safe to use in a Spring
Boot project with Tomcat or a different version of jetty.

Fixes gh-397
2017-08-30 08:29:29 +01:00
Marcin Grzejszczak
1bdbd046ad Going back to snapshots 2017-08-25 15:12:32 +02:00
Marcin Grzejszczak
1550f9fe0f Update SNAPSHOT to 2.0.0.M2 2017-08-25 15:10:01 +02:00
Marcin Grzejszczak
ccdeda1fe1 Going back to snapshots 2017-08-25 14:58:18 +02:00
Marcin Grzejszczak
9782ec10ea Update SNAPSHOT to 1.2.0.M1 2017-08-25 14:55:31 +02:00
Marcin Grzejszczak
f08edcf495 Removed deprecated api 2017-08-25 13:15:41 +02:00
Marcin Grzejszczak
3ee80fa23e Merge branch 'master' into 2.0.x 2017-08-24 15:45:14 +02:00
Marcin Grzejszczak
17981653ee Merge branch '1.1.x' 2017-08-24 15:45:03 +02:00
Marcin Grzejszczak
04372d9ee4 Added information about Spring Cloud CLI 2017-08-24 15:44:42 +02:00
Marcin Grzejszczak
040f6b5105 Merge branch 'master' into 2.0.x 2017-08-22 16:47:19 +02:00
Marcin Grzejszczak
5b4c677fad Merge branch '1.1.x' 2017-08-22 16:47:11 +02:00
Marcin Grzejszczak
8ba58d3ab8 Ensure that /tmp files get removed upon process termination
fixes #359
2017-08-22 16:16:25 +02:00
Marcin Grzejszczak
b99bf95ff9 Bumping versions to 1.1.4.BUILD-SNAPSHOT after release 2017-08-21 12:33:24 +02:00
Marcin Grzejszczak
237ee85dc3 Going back to snapshots 2017-08-21 12:33:24 +02:00
Marcin Grzejszczak
b81bb2a489 Update SNAPSHOT to 1.1.3.RELEASE 2017-08-21 12:28:10 +02:00
Marcin Grzejszczak
d28bf396bc Merge branch 'master' into 2.0.x 2017-08-18 17:42:06 +02:00
Marcin Grzejszczak
4f028b8eb8 Merge branch '1.1.x' 2017-08-18 17:41:45 +02:00
Marcin Grzejszczak
8af5134b28 Fixed javadocs #378 2017-08-18 17:41:36 +02:00
Marcin Grzejszczak
d974ab19fc Merge branch 'master' into 2.0.x 2017-08-18 17:39:40 +02:00
Marcin Grzejszczak
3e6800727e Made the StubRunnerRule API more clear
without this change you can first set a port of a dependency at any time - which is wrong
with this change you can set a port only if you have first picked a dependency

fixes #366
2017-08-18 17:39:17 +02:00
Marcin Grzejszczak
53a5fe7076 Merge branch 'master' into 2.0.x 2017-07-31 16:11:18 +02:00
Marcin Grzejszczak
b431f1b788 Bumped WireMock to 2.7.1 and added debug option for WireMock
fixes #374 #369
2017-07-31 16:09:35 +02:00
Marcin Grzejszczak
735797cc39 Merge branch 'master' into 2.0.x 2017-07-31 10:09:42 +02:00
Marcin Grzejszczak
5e952aa26f Changed the ignore import 2017-07-22 19:11:57 +02:00
Marcin Grzejszczak
b5d808d29f Ignoring the test 2017-07-22 12:51:15 +02:00
Marcin Grzejszczak
e4af835b8e Going back to snapshots 2017-07-21 14:30:45 +02:00
Marcin Grzejszczak
85f458e34c Update SNAPSHOT to 1.1.2.RELEASE 2017-07-21 14:06:43 +02:00
Marcin Grzejszczak
473a2b9197 Merge branch 'master' into 2.0.x 2017-07-18 17:30:48 +02:00
Marcin Grzejszczak
4de7d38a51 Added support for referencing file contents in the contract (#360)
without this change, large bodies can't be parsed by the compiler
with this change we allow those bodies to be read from files

fixes #357
2017-07-18 16:26:44 +02:00
Marcin Grzejszczak
f11d5a1153 Merge branch 'master' into 2.0.x 2017-07-17 23:11:10 +02:00
Marcin Grzejszczak
376ee50e83 Removing old files from output mappings folder; Related to #355 2017-07-13 19:22:43 +02:00
Marcin Grzejszczak
ff03b25cb3 Merge branch '1.1.x' 2017-07-13 19:13:04 +02:00