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
6b5b3a880e
Merge branch 'master' into 2.0.x
2017-08-22 17:46:41 +02:00
Marcin Grzejszczak
a1839450fb
Merge branch '1.1.x'
2017-08-22 17:40:59 +02:00
Marcin Grzejszczak
13bc6aa93c
Removed unnecessary gson dep fixes #58
2017-08-22 17:40:48 +02:00
Marcin Grzejszczak
0b3233fd03
Bumped maven samples
2017-08-21 12:56:19 +02:00
Marcin Grzejszczak
7f2833a868
Bumped Gradle plugin version in samples
2017-08-21 12:35:44 +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
8a30a18c47
Updated Boot to 2.0.0.M2
2017-08-13 18:40:42 -04:00
Marcin Grzejszczak
c9b4f19f00
Bumped Gradle in samples
2017-07-31 11:50:26 +02:00
Marcin Grzejszczak
e4af835b8e
Going back to snapshots
2017-07-21 14:30:45 +02:00
Marcin Grzejszczak
b7901769df
Merge branch '1.1.x'
2017-07-19 11:15:05 +02:00
Marcin Grzejszczak
11b864dada
Updated Boot version
2017-07-19 11:14:56 +02:00
Marcin Grzejszczak
2d7055560f
Going back to snapshots
2017-06-29 08:34:29 +02:00
Marcin Grzejszczak
76e47bfdec
Update SNAPSHOT to 2.0.0.M1
2017-06-29 08:24:17 +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
33413084cb
Moved the code from groovy to Java o avoid bizarre error
2017-06-22 13:45:29 +02:00
Marcin Grzejszczak
8dc8015be2
Finchley upgrade
2017-06-21 23:43:55 +02:00
Marcin Grzejszczak
82fda14b61
Bumped versions
2017-06-20 15:10:16 +02:00
Marcin Grzejszczak
7dca840cfb
Trying to make stub runner work
2017-06-20 10:29:44 +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
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
Marcin Grzejszczak
c1fca13f12
Initial commit
2017-06-15 14:56:18 +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
464e886bb8
Added versions
2017-05-26 22:03:29 +02:00
Marcin Grzejszczak
f599a8d745
Updated versions
2017-05-26 20:34:29 +02:00
Marcin Grzejszczak
76de9cec36
Bumped versions after release
2017-05-26 14:57:34 +02:00
Dave Syer
2f01b89345
Update Spring Boot versions in messaging tests
2017-05-15 11:41:09 +01:00
Marcin Grzejszczak
c9538548fd
Adds an option to use StubRunner from classpath ( #284 )
...
without this change there's no option to use Stub Runner to pick stubs from classpath
with this change we're adding that option. It's enough for the user not to provide neither the `repositoryRoot` nor `workOffline`. If that's the case then Classpath scanning will take place.
fixes #282
2017-04-27 17:13:15 +02:00
Marcin Grzejszczak
a804894c9a
Updated code and docs
2017-04-26 12:42:33 +02:00
Marcin Grzejszczak
cf52e6baa6
Added support fot dots in keys
...
without this change it's impossible to work with jsons that have dots in keys
with this change that's possible again
fixes #269
2017-04-26 12:12:17 +02:00
Marcin Grzejszczak
221b88044d
Merge branch 'master' into features/docs-tuning
2017-04-25 07:42:33 +02:00
Marcin Grzejszczak
e9770c6ac2
Fixed the build
2017-04-24 15:05:43 +02:00
jkubrynski
b600b85908
Polish documentation
2017-04-18 21:41:09 +02:00
Jakub Kubryński
7c8a8b4d33
Simplify samples used in documentation ( #268 )
2017-04-18 14:17:35 +02:00
Marcin Grzejszczak
fb2520b9d3
Merge branch '1.0.x'
2017-04-14 17:16:17 +02:00
Marcin Grzejszczak
f4aa98636e
Fixed tests
2017-04-14 17:16:01 +02:00
Marcin Grzejszczak
1a22c00359
Merge branch '1.0.x'
2017-04-14 17:10:17 +02:00
Marcin Grzejszczak
2ce4b2e67c
Added an option to use Rest Assured version 3.0
...
without this change it's impossible to use Rest Assured 3.0 with Spring Cloud Contract. That's because we are adding Rest Assured 2.0 imports.
with this change we detect Rest Assured version. If 3.0 is available on the classpath we change the imports
fixes #266
2017-04-14 15:31:22 +02:00
Dave Syer
ac9e976a4b
Merge remote-tracking branch 'origin/1.0.x'
2017-03-24 09:43:04 +00:00
Dave Syer
c1e285e76f
Fix property source ordering issue with bootstrap context
...
The problem is that the bootstrap context gets created first
with the correct wiremock server port, and then the environment
is merged into the main context before the annotation
property source is created, so the latter takes precedence.
Fixed by re-ordering the property sources if detected.
Also switch off bootstrap context for wiremock server
Fixes gh-225
2017-03-24 09:41:36 +00:00
Marcin Grzejszczak
ef9c567d46
Going back to snapshots
2017-03-10 15:00:53 +01:00