Commit Graph

3290 Commits

Author SHA1 Message Date
Marcin Grzejszczak
91c2d0600f Fixed wrong java version in sdkman 2018-11-18 11:03:48 +01:00
Marcin Grzejszczak
065f31b08f Merge branch '2.0.x' 2018-11-18 11:02:48 +01:00
Marcin Grzejszczak
40628f81f7 Fixed wrong java version in sdkman 2018-11-18 11:02:42 +01:00
Marcin Grzejszczak
20624d6418 Merge branch '2.0.x' 2018-11-18 10:39:49 +01:00
Marcin Grzejszczak
53890889bd Updated java version 2018-11-18 10:39:39 +01:00
Marcin Grzejszczak
59735638be Merge branch '1.2.x' into 2.0.x 2018-11-15 13:29:42 +01:00
Marcin Grzejszczak
103fa81e06 No cache for Docker 2018-11-15 12:22:07 +01:00
Marcin Grzejszczak
67c2be5e67 Merge branch '2.0.x' 2018-11-14 14:54:39 +01:00
Marcin Grzejszczak
07e662a4ad Making tests less brittle 2018-11-14 14:54:27 +01:00
Marcin Grzejszczak
9bb4bc10ab Merge branch '2.0.x' 2018-11-14 12:22:25 +01:00
Marcin Grzejszczak
d82baee855 Added url matching to MockRestServiceServer; fixes gh-740 2018-11-14 12:21:36 +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
4d423b8b5d Removed cookies from messaging; fixes gh-759 2018-11-13 19:13:53 +01:00
Marcin Grzejszczak
6c65bc550e Merge branch '2.0.x' 2018-11-13 19:07:22 +01:00
Marcin Grzejszczak
2d173bcb95 Removes the contracts & mappings folders for the given version before committing and pushing new stubs; fixes gh-790 2018-11-13 19:07:05 +01:00
Marcin Grzejszczak
62c1886cc0 Merged camel routes into a single one for multiple contracts for the same exchange; fixes gh-791 2018-11-13 18:36:49 +01:00
Marcin Grzejszczak
e0e72c9c7f Fixed missing deprecation refactoring 2018-11-13 12:13:46 +01:00
Marcin Grzejszczak
930eb02191 Removed deprecated contractRepositoryUrl prop; fixes gh-795 2018-11-13 11:44:29 +01:00
Marcin Grzejszczak
1b41c2b1a8 FIxed the algorithm of when to fetch contracts 2018-11-13 00:22:17 +01:00
Marcin Grzejszczak
05ddc5aa5c Polish 2018-11-13 00:06:29 +01:00
Marcin Grzejszczak
080ac0f2f4 Gradle plugin no longer requires the artifact ids to be set for external contract downloading
without this change there's a difference between Maven and Gradle plugin usage. If you want to use a custom stubdownloaderbuilder, you need to set a artifact id of a dependency with contracts. That shouldn't be mandatory
with this change we no longer require it

fixes gh-794
2018-11-12 23:56:08 +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
91aee048b5 Moved away from deprecated targetFramework 2018-11-11 17:55:57 +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
3109d5b610 Groups pacts by name and parses to get consumer and provider
fixes gh-792
2018-11-10 21:25:04 +01:00
Marcin Grzejszczak
8cf9dc8252 Added a guard against npe in camel 2018-11-09 20:33:05 +01:00
Marcin Grzejszczak
df1e992e10 Fixed invalid gmaven setup 2018-11-09 08:04:20 +01:00
Marcin Grzejszczak
c72bb21031 Added the stub runner camel samples to modules 2018-11-08 21:38:22 +01:00
Marcin Grzejszczak
9a0a0c2bc0 Added missing gmaven plugin for camel 2018-11-08 21:26:43 +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
14d968a63f Should pick all the properties 2018-11-08 20:04:47 +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
11bbb9a391 Removed deprecated usage 2018-11-08 19:28:53 +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
Marcin Grzejszczak
01c95c85f0 Fixed wrong docs goals 2018-11-08 16:03:55 +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
4c3d0d2c3c Went back to previous git property name 2018-11-07 15:18:52 +01:00
Marcin Grzejszczak
fdc4962495 Changed jgit version name 2018-11-07 12:54:41 +01:00
Marcin Grzejszczak
8c77386816 Deprecated targetFramework in Gradle; fixes gh-725 2018-11-06 17:31:07 +01:00
Marcin Grzejszczak
1b1d4049d4 Bumped
- cglib to 3.2.9
- commons-text to 1.6
- handlebars to 4.1.2
- jgit to 5.1.3.201810200350-r
- gmaven to 1.6.2
- boot to 2.1.0
- aether to 1.1.0
2018-11-06 17:06:43 +01:00