Commit Graph

1867 Commits

Author SHA1 Message Date
Marcin Grzejszczak
59dbbde471 Should work? 2017-10-11 12:47:43 +02:00
Marcin Grzejszczak
f6e271b807 Fixed the tests 2017-10-11 12:35:35 +02: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
9026e08b16 Bumping boot to snapshots 2017-10-06 14:13:58 +02:00
Marcin Grzejszczak
0766528aee Merge branch 'master' into 2.0.x 2017-10-06 14:13:42 +02:00
Marcin Grzejszczak
68d6dd9ff9 Fixed? 2017-10-06 14:11:34 +02:00
Marcin Grzejszczak
ed0bbc1bc4 Fixed restdocs tests 2017-10-06 12:08:02 +02:00
Marcin Grzejszczak
53330c7585 Merge branch 'master' into 2.0.x 2017-10-06 11:52:39 +02:00
Marcin Grzejszczak
f32be83dba Fixed restdocs tests 2017-10-06 11:52:10 +02:00
Marcin Grzejszczak
8da33723a4 Merge branch 'master' into 2.0.x 2017-10-06 11:24:21 +02:00
Marcin Grzejszczak
3ec444e776 Fixed the invalid check of transformers array 2017-10-06 11:21:52 +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
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
f8401ccb38 Merge branch 'master' into 2.0.x 2017-09-30 19:15:14 +02:00
Marcin Grzejszczak
4a46760ee2 Merge branch '1.1.x' 2017-09-30 19:14:57 +02:00
Marcin Grzejszczak
6af2501422 Fixed invalid header parsing for absent matching strategy; fixes #424 2017-09-30 19:14:45 +02:00
Marcin Grzejszczak
5e1b99777b Merge branch '1.1.x' 2017-09-28 14:40:46 +02:00
Marcin Grzejszczak
521f27b4a7 Bumps jsonassert to fix the issue with isEmpty
without this change when we're building a stub and it contains a non-empty array, we execute isEmpty to verify the array size. In jsonassert there's a bug cause isEmpty was the only method that didn't check if a flag to ignore exceptions was set

with this change we're bumping jsonassert where the exception got fixed

fixes #427
2017-09-28 14:37:03 +02:00
Marcin Grzejszczak
ddbe2de516 Merge branch 'master' into 2.0.x 2017-09-19 23:23:49 +01:00
Marcin Grzejszczak
098eb620ca Merge branch '1.1.x' 2017-09-19 23:15:38 +01:00
Pei-Tang Huang
6c14e8b205 Added composite child support. (#405)
If specified subDirectoryName exists in more the one FileSource, return
another instance of ResourcesFileSource containing all matched FileSources.

* Fixed multiple files not being registered issue.
* Use default FileSource if no valid resource specified.
2017-09-19 23:14:04 +01:00
Marcin Grzejszczak
d103a7f930 Referencing checkstyle from the sc-build 2017-09-19 23:12:28 +01:00
Marcin Grzejszczak
e35d984c1c Merge branch 'master' into 2.0.x 2017-09-12 11:51:08 +02:00
Marcin Grzejszczak
cf2350ff3f Updated readme 2017-09-12 11:42:16 +02:00
Marcin Grzejszczak
ee5a1b997e Added a note about Rest Assured 3.0 2017-09-12 11:40:56 +02:00
Jay Bryant
2e9459d740 Proofreading pass (#417)
I proofread the documentation and made it more formal.
2017-09-09 09:09:31 +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
d06af6544f Merge branch 'master' into 2.0.x 2017-09-05 14:19:30 +02:00
Marcin Grzejszczak
bd2f863fdf Merge branch '1.1.x' 2017-09-05 14:19:19 +02:00
Marcin Grzejszczak
e6b80d619e Fixed missing $.body element in pact matchers; fixes #414 2017-09-05 14:19:12 +02:00
Marcin Grzejszczak
a6b767a19b Merge branch 'master' into 2.0.x 2017-09-04 13:29:36 +02:00
Marcin Grzejszczak
db642f8849 Merge branch '1.1.x' 2017-09-04 13:29:29 +02:00
Marcin Grzejszczak
4adde109fd Trying to make surefire work 2017-09-04 13:29:19 +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
Marcin Grzejszczak
3d327e28d0 Merge branch 'master' into 2.0.x 2017-09-04 11:54:56 +02:00
Marcin Grzejszczak
ec6cd20467 Bumped WireMock to 2.8.0, fixes #410 2017-09-04 11:53:46 +02:00
Marcin Grzejszczak
96b94d8011 Merge branch 'master' into 2.0.x 2017-09-04 11:40:46 +02:00
Marcin Grzejszczak
15cd85540c Updated docs about fromRequest().path() fixes #411 2017-09-04 11:40:33 +02:00
Marcin Grzejszczak
de17fb7638 Merge branch 'master' into 2.0.x 2017-09-04 11:33:14 +02:00
Marcin Grzejszczak
343109af7e Removed escaping unicode chars; fixes #385 2017-09-04 11:27:05 +02:00
Marcin Grzejszczak
94703b0c0f Merge branch 'master' into 2.0.x 2017-09-01 17:22:36 +02:00
Marcin Grzejszczak
5f8fd5058c Added support for fromRequest.path
without this change you can't referrence path of the request in the response
with this change that functionality is added

also Removed lang3 dependency and changed it to commons-text

fixes #388
2017-09-01 17:22:28 +02:00
Marcin Grzejszczak
4c08408e66 DslProperty doesn't get resolved in WireMock stub headers
without this change we're using directly the clientSide value of the DslProperty, whereas it can be nested
with this change we resolve the final value of the DslProperty

fixes #408
2017-09-01 16:46:56 +02:00
Marcin Grzejszczak
029034797a Merge branch 'master' into 2.0.x 2017-09-01 14:39:11 +02:00
Marcin Grzejszczak
38028b5b07 Merge branch '1.1.x' 2017-09-01 14:39:00 +02:00
Marcin Grzejszczak
d9fe4ac307 Adding note in the docs about Stubrunner and messaging; fixes #407 2017-09-01 14:38:51 +02:00