Marcin Grzejszczak
29e8ffe76d
Merge branch '2.1.x'
2019-11-08 14:23:27 +01:00
Marcin Grzejszczak
7326dec3d1
Fixed wrong wrapping of execute() in JaxRs test generation
...
fixes gh-1252
2019-11-08 14:12:35 +01:00
Marcin Grzejszczak
ba91fcf524
Merge branch '2.1.x'
2019-11-08 13:01:11 +01:00
Marcin Grzejszczak
cf44bdd73b
Making inProgress not generate a single test method instead of the whole test class
...
fixes gh-1260
2019-11-08 12:51:22 +01:00
Marcin Grzejszczak
cacd9bb938
MAde tests less brittle
2019-11-08 11:00:50 +01:00
Marcin Grzejszczak
1128449c2d
Fixed missing L for longs in messaging; fixes gh-1052
2019-11-08 10:48:01 +01:00
buildmaster
588b05af1f
Bumping versions
2019-11-07 15:48:37 +00:00
Marcin Grzejszczak
07b1d09d7c
Added maven flatten plugin
2019-11-07 14:36:56 +01:00
Marcin Grzejszczak
6c2a34d017
Merge branch '2.1.x'
2019-11-06 16:22:31 +01:00
Marcin Grzejszczak
746fff410d
Supports custom charset when reading body from bytes
...
fixes gh-1199
2019-11-06 16:09:24 +01:00
Marcin Grzejszczak
81e7f0abc9
Polish
2019-11-06 15:45:53 +01:00
Marcin Grzejszczak
5f07b57de2
Merge branch '2.1.x'
2019-11-06 15:45:41 +01:00
Marcin Grzejszczak
ccdc1a9185
Resolves templated test text regardless of whether there is a response body or not
...
fixes gh-1163
2019-11-06 14:48:28 +01:00
Marcin Grzejszczak
b7b2dd5cbf
Merge branch '2.1.x'
2019-11-06 14:21:54 +01:00
Marcin Grzejszczak
d2fe5f6bee
Ensures that non java.lang classes have a fqn class reference
...
without this change BigDecimal wasn't properly imported in the assertion. Also, even if it would, assertj has a string comparison of the big decimal value
with this change we're providing a fqn class for non java.lang classes and for BigDecimal comparison we're using the String [isEqualTo] method
fixes gh-1139
2019-11-06 14:09:38 +01:00
Marcin Grzejszczak
104acf518e
Merge branch '2.1.x'
2019-11-06 13:42:20 +01:00
Marcin Grzejszczak
aca585ed12
Added support for cookies when integrating with Pact
...
fixes gh-1134
2019-11-06 13:22:34 +01:00
Marcin Grzejszczak
1ac427a20a
Merge branch '2.1.x'
2019-11-06 12:38:51 +01:00
Marcin Grzejszczak
de372ed224
Fixed the issue that a null value wasn't considered an optional property
...
without this change an optional property was such that had an empty or non empty string. Null wasn't supported
with this change we're adding null back
fixes gh-1257
2019-11-06 12:29:39 +01:00
Marcin Grzejszczak
36348da595
Clearing servers before the test
2019-11-05 18:01:17 +01:00
Marcin Grzejszczak
54ba67c449
Added doc entry about manual sources adding to the pom.xml; fixes gh-1079
2019-11-05 17:53:15 +01:00
Marcin Grzejszczak
00a934e021
Merge branch '2.1.x'
2019-11-05 16:42:53 +01:00
Marcin Grzejszczak
ddc714b91b
Should fix NPE in eclipse
2019-11-05 16:42:46 +01:00
Marcin Grzejszczak
954f3244bd
Merge branch '2.1.x'
2019-11-05 14:54:52 +01:00
Marcin Grzejszczak
483b877b99
StubRunnerWireMockTestExecutionListener marks context as dirty even when random port used
...
without this change we weren't marking properly that the stub should run with a random port
with this change we do reflect random port picking
fixes gh-1093
2019-11-05 14:36:48 +01:00
Marcin Grzejszczak
380d2535bd
WireMock RestDocs stub() method is a no-op
...
deprecating the method and going towards document()
fix by @dsyer
fixes gh-1092
2019-11-05 14:03:22 +01:00
Marcin Grzejszczak
4e375b99e1
Don't escape chars when building WireMock JSON response
...
fixes gh-1038
fixes gh-1064
2019-11-05 13:32:06 +01:00
Marcin Grzejszczak
02b1886f40
Merge branch '2.1.x'
2019-11-04 12:33:14 +01:00
Marcin Grzejszczak
7bc560b897
Added a test to ensure that no additional array size check takes place for PACT; fixes gh-1043
2019-11-04 12:33:08 +01:00
Marcin Grzejszczak
dfce30d23a
Updated JDK for Docker
2019-11-04 12:02:54 +01:00
Marcin Grzejszczak
5467fbecd3
Merge branch '2.1.x'
2019-11-04 09:25:01 +01:00
Marcin Grzejszczak
e2999d9f8b
Updates the parsing of a json body containing a regex in the body
2019-11-04 09:20:25 +01:00
Marcin Grzejszczak
cf37bc666a
Should not fail when matchers don't have dots
...
fixes gh-894
2019-10-31 14:58:40 +01:00
Marcin Grzejszczak
b2010ae642
Merge branch '2.1.x'
2019-10-31 14:37:46 +01:00
Marcin Grzejszczak
3f834e6062
Parses properly the full regex body on the request side
...
fixes gh-94
2019-10-31 14:24:24 +01:00
Marcin Grzejszczak
f7422b9094
Bumped JDK version for the docker image
2019-10-30 09:03:33 +01:00
Marcin Grzejszczak
1f456d6fda
Removed Rest Assured version from the BOM; fixes gh-1253
2019-10-28 18:02:56 +01:00
buildmaster
8061cd2878
Bumping versions
2019-10-25 00:22:10 +00:00
buildmaster
b3228306ba
Going back to snapshots
2019-10-24 21:38:41 +00:00
buildmaster
bc042bd0e3
Update SNAPSHOT to 2.2.0.RC1
2019-10-24 21:30:13 +00:00
Marcin Grzejszczak
d5acc0ca12
Update auto-configuration to use @Configuration(proxyBeanMethods=false)
...
fixes gh-1245
2019-10-24 15:39:57 +02:00
Marcin Grzejszczak
76cd89c76d
No snapshots in guides; fixes gh-1239
2019-10-24 11:58:53 +02:00
Marcin Grzejszczak
f2bdf0e0d9
Removed unnecessary eclipse jetty server dep; fixes gh-1244
2019-10-24 11:41:08 +02:00
Marcin Grzejszczak
2279809acf
Bumped WireMock to 2.25.1; fixes gh-1248
2019-10-24 11:01:33 +02:00
Marcin Grzejszczak
6d77d6f42d
Not skipping tests for docs
2019-10-22 11:39:28 +02:00
Marcin Grzejszczak
c55573ec84
Merge branch '2.1.x'
2019-10-22 11:29:25 +02:00
Marcin Grzejszczak
0933d9f31c
Updated circle setup
2019-10-22 11:29:18 +02:00
Marcin Grzejszczak
239cc36f0e
Added a json schema definition and added it to the docs
...
fixes gh-1250
2019-10-22 10:59:04 +02:00
Marcin Grzejszczak
6b388b4972
Merge branch '2.1.x'
2019-10-21 15:55:12 +02:00
Marcin Grzejszczak
b93e4c73a8
Bumped jdk to adopt jdk for docker image
2019-10-21 15:55:03 +02:00