Marcin Grzejszczak
b6ca85197e
Test binder comes from stream bom
2021-03-09 12:27:17 +01:00
Marcin Grzejszczak
8e6a576d1e
Properly escapes query parameters; fixes gh-1441
2021-03-09 10:02:04 +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
Arkadiusz Kondas
6853294573
Fix multipart request regex pattern ( #1612 )
...
* Fix multipart request regex pattern
* Add ? to \r to enable linux support in multipart regex
2021-02-17 19:50:36 +01:00
buildmaster
d6437e43bb
Bumping versions to 2.2.7.BUILD-SNAPSHOT after release
2021-02-11 15:06:30 +00:00
buildmaster
c251d06260
Going back to snapshots
2021-02-11 15:06:29 +00:00
buildmaster
16c738e94d
Update SNAPSHOT to 2.2.6.RELEASE
2021-02-11 14:55:51 +00:00
bono007
9a5c5a03f1
Adds support for Kafka message keys in contracts ( #1585 )
...
* Adds support for Kafka message keys in contracts
* Updated doc to include note on Kafka key SerDes
* Removes unintentional changes from previous commit.
Fixes gh-1267
2021-02-04 13:44:10 +01:00
bono007
ec909350e9
Generates random boolean request value for aBoolean() ( #1581 )
...
Fixes gh-1410
2020-12-11 00:25:35 +01:00
Marcin Grzejszczak
346ecc48a8
Added support for XPath for multiple elements; fixes gh-1546
2020-12-10 14:23:45 +01:00
Marcin Grzejszczak
1bb3516249
Fixed broken compilation
2020-12-10 14:00:53 +01:00
Marcin Grzejszczak
2b0ef2f2fc
Don't parse the stream content type to generate stubs
...
without this change we're parsing the stream's output
with this change we treat it as it is
fixes gh-1535
2020-12-10 13:50:16 +01:00
Marcin Grzejszczak
1c1fb6f23a
Makes in progress contract tests disabled
...
without this change all tests from a package were not generated if at least one was in progress
with this change all tests are generated but those in progress are disabled / ignored
fixes gh-1449
2020-12-10 13:02:58 +01:00
bono007
172175929c
Removes the exclusions of old asm lib from jsonpath lib. ( #1578 )
...
Reverts gh-1568
2020-12-10 08:57:36 +01:00
Marcin Grzejszczak
de8333deed
Exludes asm libraries from jsonassert
...
fixes gh-1568
fixes gh-1561
2020-12-01 13:33:30 +01:00
bono007
b0e33b3e90
Adds handling for empty list and empty map response body ( #1556 )
...
Fixes gh-1423
2020-11-17 08:31:53 +01:00
Marcin Grzejszczak
0cbf8e9ca7
Introduced File for verifying if a stubgenerator should be used
2020-11-10 14:50:26 +01:00
buildmaster
8871838e69
Bumping versions to 2.2.6.BUILD-SNAPSHOT after release
2020-11-09 11:40:11 +00:00
buildmaster
81d2e7b3e9
Going back to snapshots
2020-11-09 11:40:10 +00:00
buildmaster
1ea1ea7113
Update SNAPSHOT to 2.2.5.RELEASE
2020-11-09 11:28:29 +00:00
Henning Garus
e4ed93acbf
Autoconfigure a basic ConnectionFactory as RabbitMockConnectionFactory ( #1499 )
...
* Autoconfigure a basic ConnectionFactory as RabbitMockConnectionFactory
Autoconfigure a barebones ConnectionFactory implementation instead of CachingConnectionFactory. CachingConnectionFactory would require additional mocking to support its transaction tracking and caching the mocked connection isn't necessary.
Fixes gh-1259
* Add Test
Co-authored-by: Henning Garus <henning.garus@exxeta.com >
2020-09-09 10:33:09 +02:00
Javier Alejandro Miño
0f338ca5a0
bug: fix validations for xml #1494 ( #1495 )
2020-09-07 09:07:20 +02:00
buildmaster
9908d6ffe9
Bumping versions to 2.2.5.BUILD-SNAPSHOT after release
2020-07-31 22:04:39 +00:00
buildmaster
464046806d
Going back to snapshots
2020-07-31 22:04:38 +00:00
buildmaster
2041d753d4
Update SNAPSHOT to 2.2.4.RELEASE
2020-07-31 21:53:12 +00:00
Javier Alejandro Miño
29f9722c97
bug: handle xml with namespaces for validations #1427 ( #1446 )
...
fixes gh-1446
2020-07-28 13:40:30 +02:00
Swierkowski
a8fa381281
no length limit in ISO8601_WITH_OFFSET second's decimal fraction ( #1456 )
...
Fixes gh-1452
2020-07-24 18:21:14 +02:00
Javier Alejandro Miño
d6cc0fcd65
bug: handle xml with namespaces closes #1427 ( #1445 )
2020-07-13 08:50:58 +02:00
buildmaster
b3ffbb99d3
Bumping versions to 2.2.4.BUILD-SNAPSHOT after release
2020-05-28 22:22:17 +00:00
buildmaster
f0e7556400
Going back to snapshots
2020-05-28 22:22:16 +00:00
buildmaster
8dfb8d3017
Update SNAPSHOT to 2.2.3.RELEASE
2020-05-28 22:08:31 +00:00
Marcin Grzejszczak
a6bf27ddb4
Updated configuration to include the stubbing of the new load balancer; fixes gh-1391
2020-05-21 15:08:05 +02:00
Marcin Grzejszczak
0d58b6e954
Reuses the defined content type instead of overriding it with the default; fixes gh-1388
2020-05-21 13:47:21 +02:00
Tim Ysewyn
174c3565dd
Enhanced messaging support for stubrunner ( #1389 )
...
Co-authored-by: Tim Ysewyn <tysewyn@pivotal.io >
2020-05-14 11:10:51 +02:00
Olga Maciaszek-Sharma
c6901dae81
Switch to Spring Cloud Build 2.3.0.BUILD-SNAPSHOT.
2020-05-13 18:36:04 +02:00
Olga Maciaszek-Sharma
914c5a5257
Add missing author clause.
2020-05-08 18:29:39 +02:00
Olga Maciaszek-Sharma
67b8444631
Fix PACKAGE_PATTERN. Fixes gh-1398.
2020-05-08 17:49:52 +02:00
Olga Maciaszek-Sharma
08fd27d42f
File auto-formatting.
2020-04-27 18:27:54 +02:00
Olga Maciaszek-Sharma
90c4312b37
Update license comments.
2020-04-24 13:24:33 +02:00
Roman Tsypuk
1904a52363
Fixed issues with ignored() contract-DSL for Junit, JUnit5 and Spock. Added tests. (spring-cloud#1346) ( #1347 )
2020-03-16 08:25:29 +01:00
buildmaster
ca4abc62e8
Bumping versions to 2.2.3.BUILD-SNAPSHOT after release
2020-03-04 20:55:26 +00:00
buildmaster
9c1feef77c
Going back to snapshots
2020-03-04 20:55:25 +00:00
buildmaster
c510829c55
Update SNAPSHOT to 2.2.2.RELEASE
2020-03-04 20:39:33 +00:00
François Staudt
d71924307c
Fixed issues with ignoredFiles on Junit and Spock; Fixes gh-1326 ( #1328 )
2020-02-20 18:08:39 +01:00
Marcin Grzejszczak
de9d0c517f
Fixes support for a single function stream apps; fixes gh-1314
2020-01-24 12:01:35 +01:00
abialas
d6098bbf2d
Fix StackOverflow exception when stubTrigger runs contract with body based on json file ( #1311 )
...
* Fix StackOverflow exception when stubTrigger runs contract with body based on json file
* Add test for extracting body value from json file
* Extract value from file to map only in case file content is String
2020-01-24 09:49:15 +01:00
Spencer Gibb
f849dc40c9
Replaces deprecations
2020-01-22 17:20:59 -05:00
Marcin Grzejszczak
6d681783e9
Revert "FIxed compialtion issues"
...
This reverts commit b018b710d1 .
2020-01-20 10:27:52 +01:00
Marcin Grzejszczak
b018b710d1
FIxed compialtion issues
2020-01-19 22:44:02 +01:00