Commit Graph

1631 Commits

Author SHA1 Message Date
Marcin Grzejszczak
2eef44b04a Merge branch 'master' into 2.0.x 2017-06-23 14:36:50 +02:00
Marcin Grzejszczak
22e2284256 Removed deprecations 2017-06-23 14:36:43 +02:00
Marcin Grzejszczak
33413084cb Moved the code from groovy to Java o avoid bizarre error 2017-06-22 13:45:29 +02:00
Marcin Grzejszczak
bd9338e494 Fixed groovy code 2017-06-22 10:07:12 +02:00
Marcin Grzejszczak
4e9d132417 Updated groovy 2017-06-22 09:20:49 +02:00
Marcin Grzejszczak
dda3f89ad9 Updated maven plugin plugin 2017-06-22 08:21:03 +02:00
Marcin Grzejszczak
8dc8015be2 Finchley upgrade 2017-06-21 23:43:55 +02:00
Marcin Grzejszczak
6e613eeeb5 Works? 2017-06-21 23:16:10 +02:00
Marcin Grzejszczak
84d7d82785 moco is failing 2017-06-21 19:26:44 +02:00
Marcin Grzejszczak
2c014d6c3a Merge branch 'master' into 2.0.x 2017-06-21 06:57:34 +02:00
Marcin Grzejszczak
e76d57dcbd Merge branch '1.1.x' 2017-06-21 06:57:23 +02:00
Marcin Grzejszczak
49a542e214 Fixed the logging level for #329 2017-06-21 06:57:13 +02:00
Marcin Grzejszczak
d3a67c7470 Merge branch 'master' into 2.0.x 2017-06-20 23:38:34 +02:00
Marcin Grzejszczak
3e5de6d209 Merge branch '1.1.x' 2017-06-20 21:52:03 +02:00
Marcin Grzejszczak
97380129a4 Fixed wrong contract pattern scanning
e.g. this worked

com/example/foo/...

this didn't

/contract/com/example/foo/...

fixes #335
2017-06-20 21:46:22 +02:00
Marcin Grzejszczak
953f98d494 Fixed intellij shading dependencies 2017-06-20 21:46:13 +02:00
Marcin Grzejszczak
c286bf15aa Trying to make things work 2017-06-20 17:24:47 +02:00
Marcin Grzejszczak
3ff0ed942c Trying to make the shading work in intellij (again) 2017-06-20 17:24:32 +02:00
Marcin Grzejszczak
82fda14b61 Bumped versions 2017-06-20 15:10:16 +02:00
Marcin Grzejszczak
f60a6f6866 Broken context path 2017-06-20 13:08:58 +02:00
Marcin Grzejszczak
282190ca47 Gradle done 2017-06-20 13:00:38 +02:00
Marcin Grzejszczak
571530e611 maven plugin operational 2017-06-20 12:27:31 +02:00
Marcin Grzejszczak
7dca840cfb Trying to make stub runner work 2017-06-20 10:29:44 +02:00
Marcin Grzejszczak
d79208c210 Made things work with Intellij (hopefully) 2017-06-20 10:05:34 +02:00
Marcin Grzejszczak
ea5e7e238b Trying to make the shading work in intellij (again) 2017-06-20 09:26:11 +02:00
Marcin Grzejszczak
57fe9939ce Bumped libs 2017-06-19 19:49:33 +02:00
Marcin Grzejszczak
dde0360f6c Merge branch 'master' into 2.0.x 2017-06-19 18:56:59 +02:00
Marcin Grzejszczak
12ce468b6d Removing deprecations 2017-06-19 18:46:02 +02:00
Dave Syer
d67e69624a Revert change the fails tests (committed by mistake) 2017-06-19 11:28:50 +01:00
Marcin Grzejszczak
96a0b687fe Bumping gradle 2017-06-18 22:50:58 +02:00
Dave Syer
ff54a18776 Merge branch 'master' into 2.0.x 2017-06-16 14:49:57 +01:00
Dave Syer
8cdad73158 Add support for placeholder resolution in stub file names
E.g. document("{method-name}/{step}").

Fixes gh-84
2017-06-16 14:47:38 +01:00
Andy Wilkinson
2680d9ee3d Replace use of deprecated REST Docs APIs in WireMockSnippetTests 2017-06-15 20:18:19 +01:00
Dave Syer
a0d08245d5 Migrate Wiremock to Spring Boot 2.0 2017-06-15 17:43:28 +01:00
Marcin Grzejszczak
c1fca13f12 Initial commit 2017-06-15 14:56:18 +02:00
Marcin Grzejszczak
0905469866 Shades aether (#326)
That way we do not interfere with whatever Maven brings on its classpath

without this change deployment might fail due to being unauthorized.
with this change we're shading aether and maven in stub runner. Due to this there is no classpath clash any more

fixes #325
2017-06-14 14:30:56 +02:00
Marcin Grzejszczak
cec5d29f1c Less noise from WireMockHttpServerStub; fixes #329 2017-06-14 14:16:26 +02:00
Marcin Grzejszczak
6e61b5b8f3 Fixed broken test 2017-06-14 13:50:40 +02:00
Marcin Grzejszczak
69d1be515d Added helper methods for contract extension
without these methods to use  and  fields you need to prepend the  word - otherwise you're setting it on the project

fixes #328
2017-06-14 12:46:58 +02:00
Marcin Grzejszczak
88c959beea Fixed wrong classifier setting
without this change the classifier is picked from the `classifier` field in the extension and not from the parsed string notation

fixes #327
2017-06-14 12:36:10 +02:00
Dave Syer
186886029b Switch to Boot 1.5.4.RELEASE for samples in Gradle 2017-06-13 14:52:43 +01:00
Dave Syer
ac28dd204c Switch to Boot 1.5.4.RELEASE for samples 2017-06-13 14:46:05 +01:00
Marcin Grzejszczak
1a462893e2 Fixed missing header setting and messaging test indentation
fixes #323
2017-06-09 13:05:42 +02:00
Marcin Grzejszczak
2b527b5579 Added a null check if someone passes null as headers for amqp 2017-06-09 12:15:43 +02:00
Marcin Grzejszczak
325afbe3ec Fixed wrong condition on jsonpath for rest docs
fixes #298
2017-06-06 13:28:31 +02:00
Marcin Grzejszczak
b158ed4919 Fixed broken response headers assertions
fixes #318
2017-06-05 11:29:43 +02:00
Marcin Grzejszczak
4631ab6ea8 Adds support for execute in request body
fixes #313
2017-06-01 17:50:10 +02:00
Marcin Grzejszczak
fe299de7c2 Throwing exception when wanted remote repo and got a local m2 instance
without this change even though we want a remote repo to be used for the artifact we return a cached instance
with this change we're throwing an exception if we can't download the artifact and we found one cached in the local repo

fixes #312
2017-06-01 15:48:13 +02:00
Marcin Grzejszczak
066dd20709 Upgraded jacoco to 0.7.7 - without this moco tests fail 2017-05-31 17:06:37 +02:00
Marcin Grzejszczak
bd5a3b39ca Downgraded jacoco 2017-05-31 16:50:50 +02:00