Marcin Grzejszczak
12ce468b6d
Removing deprecations
2017-06-19 18:46:02 +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
Marcin Grzejszczak
3c8b8ac81d
Added workshops to the docs
2017-05-26 14:51:32 +02:00
Marcin Grzejszczak
205bced50c
Polish
2017-05-10 10:35:18 +02:00
Marcin Grzejszczak
e459763e7c
Polish
2017-05-10 10:33:36 +02:00
Marcin Grzejszczak
4c4a18ed22
Bumped versions after release
2017-05-05 12:31:03 +02:00
Marcin Grzejszczak
e9306448f9
Going back to snapshots
2017-05-05 12:23:41 +02:00
Marcin Grzejszczak
bd67bb2f26
Update SNAPSHOT to 1.0.5.RELEASE
2017-05-05 12:12:38 +02:00
Marcin Grzejszczak
5d4da96544
Added missing code
2017-05-04 16:34:03 +02:00
Marcin Grzejszczak
08e6493a57
Merge branch '1.0.x'
2017-04-26 13:44:37 +02:00
Marcin Grzejszczak
a075eda67f
Added configuration options for JUnit rule & messaging
...
without this change not only can't you configure messaging for JUnit rule but also the default option is misleading - it fials to send any messages and returns true
with this change we're allowing configuration options and change the default behaviour to throwing unsupported operation exceptions
fixes #280
2017-04-26 13:30:33 +02:00
Marcin Grzejszczak
a804894c9a
Updated code and docs
2017-04-26 12:42:33 +02:00
Marcin Grzejszczak
2942882775
:Merge branch '1.0.x'
2017-04-25 13:11:32 +02:00
Marcin Grzejszczak
0a09695b5c
Fixed missing escaping of . in folder name
...
fixes #276
2017-04-25 13:07:10 +02:00
Ruslan Stelmachenko
fdd457e912
Fix typo, add links to MockMvc and RestAssured docs ( #274 )
...
The `RestAssured` framework was mistakenly named `RestEasy` in the documentation.
2017-04-25 07:41:11 +02:00
jkubrynski
b600b85908
Polish documentation
2017-04-18 21:41:09 +02:00
Marcin Grzejszczak
60e2fa30c2
Updated docs
2017-04-18 10:19:47 +02:00
Marcin Grzejszczak
1a22c00359
Merge branch '1.0.x'
2017-04-14 17:10:17 +02:00
Marcin Grzejszczak
3b00f11efc
Updated docs
2017-04-14 16:04:36 +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
Marcin Grzejszczak
d8aa81bf44
Updated docs
2017-04-10 14:42:03 +02:00
Marcin Grzejszczak
c8aeaa5c28
Updated docs
2017-04-10 14:34:16 +02:00
Marcin Grzejszczak
d8b4452c2a
Merge branch '1.0.x'
2017-03-03 17:34:47 +01:00
Marcin Grzejszczak
c25e375241
Elaborated more on base class config in step by step part
...
fixes #239
2017-03-03 17:17:22 +01:00
Marcin Grzejszczak
59bde4b640
Made headers private
2017-03-02 10:36:30 +01:00
Marcin Grzejszczak
1e82a3b9db
Updated docs
2017-03-02 10:16:22 +01:00
Marcin Grzejszczak
d6f2227f89
Referencing request from response ( #238 )
...
The best situation is to provide fixed values but sometimes you need to reference a request in your response. In order to do this you can profit from the fromRequest() method that allows you to reference a bunch of elements from the HTTP request. You can use the following options:
- `fromRequest().url()` - return the request URL
- `fromRequest().query(String key)` - return the first query parameter with a given name
- `fromRequest().query(String key, int index)` - return the nth query parameter with a given name
- `fromRequest().header(String key)` - return the first header with a given name
- `fromRequest().header(String key, int index)` - return the nth header with a given name
- `fromRequest().body()` - return the full request body
- `fromRequest().body(String jsonPath)` - return the element from the request that matches the JSON Path
fixes #237
2017-03-02 10:14:10 +01:00
Marcin Grzejszczak
10c28a3eea
Merge branch '1.0.x'
2017-02-23 17:49:52 +01:00
Marcin Grzejszczak
31f1727bdb
Fixed a typo in docs
2017-02-23 17:48:36 +01:00
Marcin Grzejszczak
0048ebd756
Merge branch '1.0.x'
2017-02-23 17:37:40 +01:00
Marcin Grzejszczak
7e19f9fceb
Adds option to generate contracts from RestDocs
...
with this change we're giving an option to not only generate stubs but also generate contracts from the RestDocs test
fixes #14
2017-02-23 17:37:24 +01:00
Marcin Grzejszczak
0c39063cce
Merge branch '1.0.x'
2017-02-08 11:07:10 +01:00
Marcin Grzejszczak
8449382110
Added info about the dependencies
2017-02-08 11:06:58 +01:00
Marcin Grzejszczak
dc670f7f1f
Merge branch '1.0.x'
2017-01-25 16:53:17 +01:00
Marcin Grzejszczak
d0149353c0
Fixed missing @Ignored import
...
fixes #200
2017-01-25 16:43:03 +01:00
Marcin Grzejszczak
f59107fd62
Merge branch '1.0.x'
2017-01-16 13:45:59 +01:00
Marcin Grzejszczak
12aa340e46
Added an option to build the project in parallel
...
with this change we've added some scripts to run the build in parallel. It makes the build ~ 2 times faster
fixes #190
2017-01-16 13:05:15 +01:00
Marcin Grzejszczak
8d23d934c9
Bumped copyrights
2017-01-16 12:40:34 +01:00
Marcin Grzejszczak
1dabe2b610
:xMerge branch '1.0.x'
2017-01-14 22:10:24 +01:00
Marcin Grzejszczak
fca7e1935f
Updated docs
2017-01-13 18:10:05 +01:00
Marcin Grzejszczak
0ca4ddf762
Updated docs
2017-01-02 11:22:43 +01:00
Marcin Grzejszczak
07961dc8a9
Merge branch '1.0.x'
...
fixes #122
2017-01-02 11:21:06 +01:00
Marcin Grzejszczak
7d739cc3bd
Updated info about Groovy plugins
...
fixes #122
2017-01-02 11:20:23 +01:00
Marcin Grzejszczak
b7101f2a77
Merge branch '1.0.x'
...
fixes #135
2016-12-29 15:38:45 +01:00
Marcin Grzejszczak
4ceaff5b66
Added missing body pattern comparison
...
without this change the eact contents of the body were mostly ignored
with this change we support all WireMock body matching patterns
fixes #135
2016-12-29 15:38:34 +01:00
Marcin Grzejszczak
fef078d2eb
Bumped up boot version in samples
2016-12-28 19:57:07 +01:00
Marcin Grzejszczak
60648f6203
Updated video in the docs
2016-12-27 19:54:05 +01:00
Marcin Grzejszczak
b7beb322b5
Fixed deserialization of byte array
...
without this fix we're not assuming that the payload can be an array of bytes
with this fix we're converting an array of bytes into a String
fixes #178
2016-12-27 12:24:34 +01:00
Marcin Grzejszczak
40f335da21
Updated readme
2016-12-19 16:19:56 +01:00