Commit Graph

752 Commits

Author SHA1 Message Date
Marcin Grzejszczak
414cd9c545 Fixed broken docs 2022-07-01 14:02:32 +02:00
Marcin Grzejszczak
60be47be07 Merge branch '3.0.x' into 3.1.x 2022-06-20 17:00:02 +02:00
arseniqueee
95153a0299 Add priority property to converted contract in yaml (#1797)
* Add priority property to converted contract in yaml

* Add test for convert priority property in yaml format

Co-authored-by: Фейтуллаев Арсений Валерьевич <avafeytullaev@sberbank.ru>
2022-06-10 22:44:52 +02:00
buildmaster
b77ae2ca3e Bumping versions 2022-05-06 00:23:05 +00:00
Maciej Zieliński
1304ccab0b #1778 properly resole query parameters for url and urlPath property in YAML files (#1780)
Co-authored-by: maciezie <maciej.zielinski@idemia.com>
2022-05-05 10:46:49 +02:00
Adrian E. Hjertstedt
ce03ee008b Harden detection of InaccessibleObjectException in MetadataUtil (#1766)
The immediate cause under JDK16+ is not always InaccessibleObjectException
meaning the fallback logic to copy properties does not kick in.

Additional logic is needed to harden the detection of the InaccessibleObjectException
to ensure it is catered for in the fallback logic.

Co-authored-by: Adrian Hjertstedt <adrian@adrianhj.com>
2022-03-25 15:30:25 +01:00
Koki Igarashi
9980eb0e9d fix #1656: Add missing support for JSON values inside arrays in WireMockStub (#1764)
Fixes #1656.
Currently, numbers, booleans and null inside arrays are double-quoted
when converting dsl into stub, which results in generating incorrect
json stubs for WireMock. This commit fixes it.
2022-03-24 14:53:47 +01:00
Koki Igarashi
5b7fef0f74 fix #1667: Add missing multipart support in Spock (#1763)
Currently, the multipart support for EXPLICIT and WEBCLIENTTEST
modes in Spock is missing. This commit adds the support.

Fixes #1667
2022-03-23 16:49:28 +01:00
spencergibb
792ad2e096 Ignores failing test.
See gh-1754
2022-02-25 14:02:13 -05:00
Marcin Grzejszczak
c3ce9f6326 Ignores 2 tests on jdk17 2021-11-29 10:02:34 +01:00
buildmaster
befdc98a18 Bumping versions 2021-11-24 10:33:34 +00:00
Marcin Grzejszczak
6da8e89a39 Escapes any special chars; fixes gh-1635 2021-11-23 09:35:29 +01:00
Marcin Grzejszczak
04769ca5c7 Allows providing a custom KafkaTemplate bean; fixes gh-1704 2021-11-23 08:58:46 +01:00
Marcin Grzejszczak
6fd4280d12 Removed deprecations 2021-11-16 22:59:15 +01:00
buildmaster
3b8ba3dead Bumping versions 2021-10-08 10:34:40 +00:00
Marcin Grzejszczak
c2b19b397d Changed the backward incompatible change 2021-10-07 16:17:37 +02:00
Marcin Grzejszczak
b8d08b2338 Fixing checkstyle 2021-10-07 16:04:06 +02:00
Marcin Grzejszczak
c8614f9af6 Fixing compilation issues with assertj 2021-10-07 16:00:28 +02:00
Marcin Grzejszczak
2ace494585 Merge remote-tracking branch 'origin/3.0.x' into main 2021-09-20 10:10:06 +02:00
Dominik Meister
760387617d Fix handling of ClientDslProperties when generating wiremock stubs (#1716)
Correctly handle client specific DslProperties (e.g. anyAlphanumeric()) in request headers, cookies, etc.

Co-authored-by: Dominik Meister <dominik.meister@helsana.ch>
2021-09-20 10:09:27 +02:00
Marcin Grzejszczak
c64737d836 Merge remote-tracking branch 'origin/3.0.x' into main 2021-09-09 09:56:58 +02:00
Mikhail Gordienko
061abb652e fix #1711: add null check for headers, add a unit test (#1714) 2021-09-09 09:56:28 +02:00
Ravil Galeyev
8fcbcc00ab #1630 Fix assertion for Map<String, Set<String>> (#1710)
fixes #1630
2021-09-02 10:56:38 +02:00
Ravil Galeyev
c05c009b36 #1630 Fix assertion for Map<String, Set<String>> (#1710)
fixes #1630
2021-09-02 10:55:56 +02:00
Marcin Grzejszczak
a5cd597b20 Merge remote-tracking branch 'origin/3.0.x' into main 2021-09-01 18:21:50 +02:00
Marcin Grzejszczak
c24f531a2b Fixed the regression from #1666 2021-09-01 18:19:11 +02:00
Mikhail Gordienko
3af4a9868d fix #1705: AMQP stub runner NullPointerException (#1708)
fixes #1705
2021-09-01 16:43:21 +02:00
Mikhail Gordienko
2f19a33bc6 fix #1705: AMQP stub runner NullPointerException (#1708)
fixes #1705
2021-09-01 15:59:35 +02:00
Marcin Grzejszczak
af65ea9d31 Merge branch '3.0.x' into main 2021-08-16 11:31:28 +02:00
Marcin Grzejszczak
3d68786ff4 Bumped WireMock to 2.30.1; fixes gh-1698 2021-08-16 11:10:56 +02:00
Marcin Grzejszczak
92ce6c9580 Fixed compilation issues 2021-08-10 09:46:17 +02:00
Marcin Grzejszczak
47e88db6b4 Fixed the jdk16 problem 2021-07-15 11:14:20 +02:00
Marcin Grzejszczak
98783853b8 More fixes to the java16 build 2021-07-14 12:01:27 +02:00
Marcin Grzejszczak
7d9973f3f9 Java 16 workarounds - continued 2021-07-14 11:35:55 +02:00
Marcin Grzejszczak
86eb799011 Updated pact group ids 2021-07-14 10:41:32 +02:00
Marcin Grzejszczak
d7b82f10b6 Fixing jdk16 2021-07-13 15:40:18 +02:00
Spencer Gibb
8b0efe44e0 Merge pull request #1657 from spring-cloud/jdk16_boot_2_5
Works with JDK16
2021-07-09 15:33:33 -04:00
cselagea
2eea2152ca Fix request headers occurring after absent header not being added to generated test method. Fixes gh-1647 (#1663) 2021-05-22 10:42:52 +02:00
Marcin Grzejszczak
01a4c9a23c Works with JDK16 2021-05-05 13:15:47 +02:00
mariuszdb
e73d6526bf Parse ExecutionProperty in queryParameters (#1646)
Fixes gh-854
2021-04-26 09:04:25 +02:00
buildmaster
91cd2055a3 Bumping versions 2021-04-14 00:22:09 +00:00
Stessy Delcroix
a5b3f6b919 Rewrite spring-cloud-contract-verifier module: ContractToYaml and Reg… (#1534)
* Rewrite spring-cloud-contract-verifier module: ContractToYaml and RegexpBuilders

* Rewrite MapConverter and SpringCloudContractAssertions

* Fix build failure

* Rewrite YamlToContract and BaseWireMockStubStrategy

* Fix problems avec merge

* Rewrite WireMockRequestStubStrategy

* Rewrite ContractVerifierDslConverter

* Rewrite ContractFileScanner

* Rewrite ContractFileScannerBuilder
2021-04-13 09:12:22 +02:00
bono007
5d0154e5db Handle null kafka header values (#1629)
Fixes gh-1628
2021-03-29 08:13:07 +02:00
bono007
336ff2ce30 Add support for comparing byte[] Kafka message header values (#1623)
Fixes gh-1587
2021-03-15 10:49:44 +01:00
Marcin Grzejszczak
7eb6d45338 Polish 2021-03-09 12:24:09 +01:00
Marcin Grzejszczak
6993f1492e Properly escapes query parameters; fixes gh-1441 2021-03-09 10:15:27 +01:00
Marcin Grzejszczak
fcf3f154ba Merge branch '2.2.x' 2021-03-08 17:15:43 +01:00
Marcin Grzejszczak
bda7ef3610 Removes trailing containers;fixes gh-1414 2021-03-08 17:14:46 +01:00
Marcin Grzejszczak
f9115dc30d Includes charset in regular expressions; fixes gh-1603 2021-03-08 12:11:03 +01:00
Marcin Grzejszczak
0dc35900fc Merge branch '2.2.x' 2021-02-17 19:53:14 +01:00