Commit Graph

787 Commits

Author SHA1 Message Date
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
1128449c2d Fixed missing L for longs in messaging; fixes gh-1052 2019-11-08 10:48:01 +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
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
954f3244bd Merge branch '2.1.x' 2019-11-05 14:54:52 +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
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
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
buildmaster
2e3b77c3db Going back to snapshots 2019-10-03 20:48:30 +00:00
buildmaster
90c2d88b81 Update SNAPSHOT to 2.2.0.M3 2019-10-03 20:40:02 +00:00
Marcin Grzejszczak
05d82e0bbe Fixed checkstyle 2019-10-02 15:00:52 +02:00
Marcin Grzejszczak
dba2d1b260 Merge branch '2.1.x' 2019-10-02 14:53:58 +02:00
Marcin Grzejszczak
25ada9ea0a Bumped WireMock to 2.25.0
fixes gh-1230
fixes gh-1231
2019-10-01 14:39:43 +02:00
Olga Maciaszek-Sharma
9450bb3a73 Fix flattened size counter. Fixes gh-1108. (#1229)
Signed-off-by: Olga Maciaszek-Sharma <olga.maciaszek@gmail.com>
2019-09-28 10:28:35 +02:00
Marcin Grzejszczak
b59398878f Bumped Maven to 3.6.2
migrated aether to maven-provider

fixes gh-1218
2019-09-19 17:03:07 +02:00
buildmaster
2437cd341b Bumping versions 2019-09-19 00:23:09 +00:00
Marcin Grzejszczak
246979d08e Added logging and making kafka tests less brittle 2019-09-18 10:34:33 +02:00
Marcin Grzejszczak
9375d0e28b Merge branch '2.1.x' 2019-09-17 17:20:03 +02:00
Marcin Grzejszczak
876be130ed Added npe guard; fixes gh-1154 2019-09-17 17:17:45 +02:00
Marcin Grzejszczak
4d45bdf31d Added support for Spring Kafka
fixes gh-877
2019-09-16 22:39:36 +02:00
buildmaster
de94a14a9a Bumping versions to 2.1.4.BUILD-SNAPSHOT after release 2019-09-10 18:47:36 +00:00
buildmaster
882cee887d Going back to snapshots 2019-09-10 18:47:35 +00:00
buildmaster
4750b4e60e Update SNAPSHOT to 2.1.3.RELEASE 2019-09-10 18:38:17 +00:00
buildmaster
e42c5bc94a Bumping versions 2019-09-10 00:21:31 +00:00
Marcin Grzejszczak
a1ba2a3be1 Fixes broken tests 2019-09-09 15:13:14 +02:00
Marcin Grzejszczak
c7b4f0125b Added integration for JMS
fixes gh-1141
2019-09-09 14:22:02 +02:00
Marcin Grzejszczak
77866858ec Bumped commons-beanutils; fixes gh-1178 2019-08-30 09:48:55 +02:00
Marcin Grzejszczak
395656bbc2 Bumped commons-beanutils; fixes gh-1178 2019-08-30 09:47:43 +02:00
Marcin Grzejszczak
ea2d6b6580 Merge branch '2.1.x' 2019-08-23 16:41:33 +02:00
Olga Maciaszek-Sharma
8826cc1252 Deprecate TestFrameworkDefinition.
Signed-off-by: Olga Maciaszek-Sharma <olga.maciaszek@gmail.com>
2019-08-23 12:28:47 +02:00
Olga Maciaszek-Sharma
bb57287eb9 Merge branch '2.1.x'
# Conflicts:
#	spring-cloud-contract-verifier/src/main/groovy/org/springframework/cloud/contract/verifier/config/framework/TestNGDefinition.groovy
#	spring-cloud-contract-verifier/src/test/groovy/org/springframework/cloud/contract/verifier/builder/SingleTestGeneratorSpec.groovy
2019-08-23 12:20:00 +02:00
Olga Maciaszek-Sharma
60809445ff Add test scenarios to JUnit5. Fixes gh-887. (#1177) 2019-08-20 16:09:16 +02:00
Olga Maciaszek-Sharma
8e44c3a9e2 Fix test. 2019-08-19 14:49:21 +02:00
Olga Maciaszek-Sharma
abe12c7727 Merge branch '2.1.x' 2019-08-19 13:09:34 +02:00
Olga Maciaszek-Sharma
be00f6cee2 Recognise arrays by regex and not only [*] literal. (#1172)
* Recognise arrays by regex and not only `[*]` literal.
Fixes gh-1091.

* Add test.

* Fix getting index of last matched groups.
2019-08-19 13:07:58 +02:00
buildmaster
6b5d4860b9 Going back to snapshots 2019-08-14 16:21:05 +00:00