Commit Graph

600 Commits

Author SHA1 Message Date
Marcin Grzejszczak
9c7c896115 Assert size of collections on the request side; fixes gh-824 2018-12-20 14:53:38 +01:00
Marcin Grzejszczak
d7ae991469 Fixed build 2018-12-18 14:04:53 +01:00
Marcin Grzejszczak
204c6a97f7 Merge branch '2.0.x' 2018-12-18 13:24:17 +01:00
Marcin Grzejszczak
7b2cce7513 Fixed issues with bound ports 2018-12-18 13:20:39 +01:00
Marcin Grzejszczak
4ca8091494 Removed cross compilation 2018-12-17 13:31:24 +01:00
Marcin Grzejszczak
46056aa783 Added a test that ensures that invalid class name gets converted 2018-12-16 23:28:02 +01:00
Marcin Grzejszczak
4464800512 Improved reading from file 2018-12-16 23:10:30 +01:00
Marcin Grzejszczak
e68448281f Revert "Fixed invalid multiline json reading"
This reverts commit 923faef7d3.
2018-12-16 22:54:57 +01:00
Marcin Grzejszczak
923faef7d3 Fixed invalid multiline json reading 2018-12-16 22:39:28 +01:00
Marcin Grzejszczak
0058b987ae Adds support for binary payloads (#818)
with this change we're adding support for binary payloads both for HTTP and messaging.

fixes #664
2018-12-15 14:06:17 +01:00
buildmaster
ba02983ff6 Going back to snapshots 2018-12-11 22:34:06 +00:00
buildmaster
eae5866fba Update SNAPSHOT to 2.1.0.RC2 2018-12-11 22:28:39 +00:00
buildmaster
cb401b9cc2 Going back to snapshots 2018-12-11 19:03:21 +00:00
buildmaster
ca9bd89614 Update SNAPSHOT to 2.1.0.RC1 2018-12-11 18:57:39 +00:00
Marcin Grzejszczak
38a70b5b75 Fixed the documentation 2018-12-03 14:34:55 +01:00
Olga Maciaszek-Sharma
9bafbf66c8 Code cleanup. 2018-11-19 11:37:33 +01:00
Marcin Grzejszczak
b52b6d2ef8 Merge branch '2.0.x' 2018-11-14 12:01:48 +01:00
Marcin Grzejszczak
9c6d625941 Merge branch '1.2.x' into 2.0.x 2018-11-14 12:01:34 +01:00
Marcin Grzejszczak
f0c7d26e8b Allows generating stubs for body containing boolean; fixes gh-708 2018-11-14 12:01:23 +01:00
Marcin Grzejszczak
a0aaee7578 Converted the storer's interface to byte[] 2018-11-12 22:23:14 +01:00
Marcin Grzejszczak
72f171ed6c targetFramework to testFramework 2018-11-12 11:17:13 +01:00
Marcin Grzejszczak
387b95a894 Added warning message 2018-11-11 11:32:53 +01:00
Marcin Grzejszczak
6210c42162 Add an option to dump contracts into a common representation
Allow an option to dump contracts as files for the given ContractConverter. In other words, if you have contracts written in e,g, groovy and yml, by providing a FQN of org.springframework.cloud.contract.verifier.converter.YamlContractConverter, you will be able to dump all files in a folder in a yml format.

fixes gh-793
2018-11-10 23:53:18 +01:00
Marcin Grzejszczak
8cf9dc8252 Added a guard against npe in camel 2018-11-09 20:33:05 +01:00
Marcin Grzejszczak
8f1ab301c9 Merge branch '2.0.x' 2018-11-08 20:10:49 +01:00
Marcin Grzejszczak
c884b9cfbd Merge branch '1.2.x' into 2.0.x 2018-11-08 20:04:48 +01:00
Marcin Grzejszczak
525bc4eead Ensures that can parse amqp headers when they are a list; fixes gh-789 2018-11-08 20:04:35 +01:00
Marcin Grzejszczak
7123d25f61 Merge branch '2.0.x' 2018-11-08 17:21:34 +01:00
Marcin Grzejszczak
ba2e67275a Merge branch '1.2.x' into 2.0.x 2018-11-08 17:21:26 +01:00
Marcin Grzejszczak
182aa430b5 Added fixedDelayMilliseconds in yaml and docs; fixes gh-788 2018-11-08 17:18:20 +01:00
Marcin Grzejszczak
04a292775f Merge branch '2.0.x' 2018-11-08 17:07:05 +01:00
Marcin Grzejszczak
d5c4597193 Merge branch '1.2.x' into 2.0.x 2018-11-08 16:52:18 +01:00
Marcin Grzejszczak
e01af34151 Fixed the issue with round robin of stream / integration flows; fixes gh-787 2018-11-08 16:44:50 +01:00
Stefan Stus
5abf2d7c17 Added support for camel with Boot 2.0; gh-673 (#786)
fixes #673
2018-11-08 15:44:44 +01:00
Marcin Grzejszczak
8c77386816 Deprecated targetFramework in Gradle; fixes gh-725 2018-11-06 17:31:07 +01:00
Marcin Grzejszczak
96a60e75f6 Does not return a lowercase channel name; fixes gh-781 2018-11-06 16:12:48 +01:00
Marcin Grzejszczak
d3a4b1c611 Merge branch '1.2.x' into 2.0.x 2018-11-06 16:12:28 +01:00
Marcin Grzejszczak
8b869e0c7a Does not return a lowercase channel name; fixes gh-781 2018-11-06 16:12:11 +01:00
Marcin Grzejszczak
51e6c73938 Asserts that contracts are valid; fixes gh-769 2018-10-26 21:08:01 +02:00
Marcin Grzejszczak
a2e4dd1459 Fixed invalid cookie and URL YAML parsing; fixes gh-770 2018-10-26 19:48:15 +02:00
Marcin Grzejszczak
c05f19cdb7 Fixed invalid cookie and URL YAML parsing; fixes gh-770 2018-10-26 19:47:42 +02:00
Marcin Grzejszczak
4735b55a3e Merge branch '2.0.x' 2018-10-24 22:45:15 +02:00
Marcin Grzejszczak
921b0e155b Added URL matchers for YAML; fixes gh-767 2018-10-24 22:45:01 +02:00
Marcin Grzejszczak
c42b4a6fd9 Merge branch '2.0.x' 2018-10-24 22:31:35 +02:00
Marcin Grzejszczak
898dbcab98 Added query parameter matchers for YAML; fixes gh-766 2018-10-24 22:31:22 +02:00
Marcin Grzejszczak
254864b21c Merge branch '2.0.x' 2018-10-23 22:56:12 +02:00
Marcin Grzejszczak
2d5c2dd931 Fixes missing casting; fixes gh-764 2018-10-23 22:53:23 +02:00
Marcin Grzejszczak
45fd30262a Merge branch '2.0.x' 2018-10-23 22:16:48 +02:00
Marcin Grzejszczak
edb3d97f3f Fixed invalid cloning of a json; fixes gh-763 2018-10-23 22:13:41 +02:00
buildmaster
15344a159c Bumping versions to 2.0.3.BUILD-SNAPSHOT after release 2018-10-23 19:56:38 +00:00