Commit Graph

3290 Commits

Author SHA1 Message Date
Marcin Grzejszczak
36409ac400 Fixing the way queue binding key gets used for rabbit listener
without this change we're very strict in terms of the number of called send methods on the rabbittemplate
with this change we accept that the method could have been called more than once

fixes #332
2017-06-28 11:46:22 +02:00
Marcin Grzejszczak
f37eb63a1a Merge branch 'master' into 2.0.x 2017-06-26 18:28:33 +02:00
Marcin Grzejszczak
7be2d8dad5 Bumped rest assured to 3.0
fixes #267
2017-06-26 18:15:39 +02:00
Marcin Grzejszczak
b794af1307 Merge branch 'master' into 2.0.x 2017-06-26 14:36:10 +02:00
Marcin Grzejszczak
61411e0831 Don't swallow exceptions when downloading stubs
without this change when any exception occurs (e.g. the stub can't be downloaded) a null will be returned
with this change we want to throw an exception instead

fixes #314
2017-06-26 14:34:29 +02:00
Marcin Grzejszczak
ea75c4d2b6 Updated docs 2017-06-26 13:51:17 +02:00
Marcin Grzejszczak
e8142b4b43 Merge branch 'master' into 2.0.x 2017-06-26 11:38:57 +02:00
Marcin Grzejszczak
a58461f1c0 Bumped libs
WireMock to 2.6.0
 Boot to 1.5.5.BUILD-SNAPSHOT
 jopt to 5.0.3
 spock global unroll to 0.5.1
 hoverfly to 0.2.2
 commons3 to 3.6

fixes #317
2017-06-26 11:01:55 +02:00
Marcin Grzejszczak
b1710ff74c Removed deprecations 2017-06-23 15:18:33 +02:00
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