Commit Graph

3935 Commits

Author SHA1 Message Date
Marcin Grzejszczak
28769c48f0 Merge branch '2.2.x' 2020-01-31 09:58:25 +01:00
Marcin Grzejszczak
5e13973bd2 Updated JDK version for Docker 2020-01-31 09:58:07 +01:00
Marcin Grzejszczak
641c80b38b temporarily ignoring the messaging tests 2020-01-30 14:27:55 +01:00
Marcin Grzejszczak
d1bc8d8d37 Migrated to the new approach for stream - waiting for runtime message polling mechanism 2020-01-30 10:21:26 +01:00
Marcin Grzejszczak
c5f8d880c5 Ignoring the Spring Cloud Stream new functional framework test 2020-01-30 09:37:27 +01:00
Marcin Grzejszczak
343e8b477c Working with new stream for the verifier side 2020-01-29 20:26:59 +01:00
Marcin Grzejszczak
403d369b44 Should work 2020-01-29 19:42:14 +01:00
Marcin Grzejszczak
704be942cf Merge branch '2.2.x' 2020-01-28 20:48:41 +01:00
Marcin Grzejszczak
21978af96c Added support for the Spring Cloud Load Balancer module
fixes gh-1312
2020-01-28 20:46:29 +01:00
Marcin Grzejszczak
9e02b7c902 Updated Copyrights 2020-01-28 20:00:13 +01:00
Marcin Grzejszczak
104607586b Added support for the Spring Cloud Load Balancer module
fixes gh-1312
2020-01-28 19:59:08 +01:00
Marcin Grzejszczak
331adf0b62 Bumped Gradle to 5.6.4 2020-01-28 19:20:29 +01:00
Marcin Grzejszczak
12f9551dea Bumped Groovy to 2.5.9 2020-01-28 14:09:02 +01:00
Marcin Grzejszczak
f946ad6704 Updates to Boot 2.3.0 and Ilford release train
Removes ribbon and updates for boot 2.3.0
2020-01-27 12:05:04 +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
7058543fe6 Merge branch '2.2.x' 2020-01-21 10:22:23 +01:00
Marcin Grzejszczak
59759df5a3 Fixed the docker link 2020-01-21 10:22:06 +01:00
Marcin Grzejszczak
ad00a39d17 Bumped versions 2020-01-20 11:22:18 +01: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
Marcin Grzejszczak
dc9eb3a4aa Fixed the way latest version is resolved; fixes gh-1305 2020-01-16 13:26:11 +01:00
Marcin Grzejszczak
1a0e6beb9b Bumped jsonassert to 0.4.14; fixes gh-1307 2020-01-14 10:47:35 +01:00
abialas
4872c9a14f Remove deprecated and fix wrong javadoc on bodyMatchers - they replaced testMatchers and are not deprecated (#1306) 2020-01-11 12:29:58 +01:00
Marcin Grzejszczak
22779b6eb8 Fixes wrong test side entry resolution; fixes gh-1304 2020-01-10 10:17:01 +01:00
dependabot-preview[bot]
7a3e3166e6 Bump org.eclipse.sisu.plexus from 0.1.1 to 0.3.4 (#1275)
Bumps org.eclipse.sisu.plexus from 0.1.1 to 0.3.4.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-07 10:46:17 +01:00
dependabot-preview[bot]
ae04e7ea37 Bump maven-clean-plugin from 3.0.0 to 3.1.0 (#1299)
Bumps [maven-clean-plugin](https://github.com/apache/maven-clean-plugin) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/apache/maven-clean-plugin/releases)
- [Commits](https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-3.0.0...maven-clean-plugin-3.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-07 10:41:38 +01:00
Marcin Grzejszczak
bf2257973c Merge branch '2.1.x' 2020-01-02 10:37:38 +01:00
Marcin Grzejszczak
50f04284cb Ensures reversed order of body matchers
without this change if in json paths we have .a[0].b[0] and .a[0].b[1] when the first entry is removed, then there is no longer any .a[0].b[1] since it becomes .a[0].b[0].
with this change we're first deleting enties without removing the trailing containers, then we're reversing the order of jsonpaths so that we delete starting from .a[0].b[1] and only then .a[0].b and finally we're removing the containers

fixes gh-1125
2020-01-02 10:23:00 +01:00
Olga Maciaszek-Sharma
ed55cf67d3 Revert "Bump maven.version from 3.5.4 to 3.6.3 (#1297)"
This reverts commit dd88512c8a.
2020-01-01 17:49:58 +01:00
dependabot-preview[bot]
dd88512c8a Bump maven.version from 3.5.4 to 3.6.3 (#1297)
Bumps `maven.version` from 3.5.4 to 3.6.3.

Updates `maven-resolver-provider` from 3.5.4 to 3.6.3
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](https://github.com/apache/maven/compare/maven-3.5.4...maven-3.6.3)

Updates `maven-artifact` from 3.5.4 to 3.6.3
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](https://github.com/apache/maven/compare/maven-3.5.4...maven-3.6.3)

Updates `maven-settings-builder` from 3.5.4 to 3.6.3
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](https://github.com/apache/maven/compare/maven-3.5.4...maven-3.6.3)

Updates `maven-core` from 3.5.4 to 3.6.3
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](https://github.com/apache/maven/compare/maven-3.5.4...maven-3.6.3)

Updates `maven-plugin-api` from 3.5.4 to 3.6.3
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](https://github.com/apache/maven/compare/maven-3.5.4...maven-3.6.3)

Updates `maven-compat` from 3.5.4 to 3.6.3
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](https://github.com/apache/maven/compare/maven-3.5.4...maven-3.6.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-01 17:46:46 +01:00
dependabot-preview[bot]
18bd8c1cc0 Bump activemq.version from 5.15.10 to 5.15.11 (#1298)
Bumps `activemq.version` from 5.15.10 to 5.15.11.

Updates `activemq-camel` from 5.15.10 to 5.15.11

Updates `activemq-pool` from 5.15.10 to 5.15.11

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-01 17:46:11 +01:00
dependabot-preview[bot]
83b2991c72 Bump org.eclipse.sisu.inject from 0.3.3 to 0.3.4 (#1301)
Bumps org.eclipse.sisu.inject from 0.3.3 to 0.3.4.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-01 17:45:48 +01:00
dependabot-preview[bot]
8f471dc526 Bump junit-jupiter-engine from 5.5.1 to 5.5.2 (#1300)
Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.5.1 to 5.5.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.5.1...r5.5.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-01 17:45:20 +01:00
Marcin Grzejszczak
180e6a0f5a Merge branch '2.1.x' 2019-12-31 11:01:23 +01:00
Marcin Grzejszczak
e3d5f9bfff When using file(...) we can guess the content type; fixes gh-880 2019-12-31 10:41:06 +01:00
Marcin Grzejszczak
49ff802523 Merge branch '2.1.x' 2019-12-31 09:46:40 +01:00
Marcin Grzejszczak
bb85b353ed Fixed broken tests 2019-12-31 09:46:29 +01:00
Marcin Grzejszczak
7fbefd0c08 Merge branch '2.1.x' 2019-12-31 09:37:06 +01:00
Marcin Grzejszczak
630c03d02b Fixing the iso format for regex patterns; fixes gh-1296 2019-12-31 09:36:32 +01:00
Marcin Grzejszczak
0a7730ef16 Fixing the iso format for regex patterns; fixes gh-1296 2019-12-31 09:33:11 +01:00
Marcin Grzejszczak
ba9f219bd7 Fixed wrong branch resolution 2019-12-24 11:27:22 +01:00
Marcin Grzejszczak
408644630a Revert "Corrected links to use samples_branch rather than branch in documentation. (#1293)" (#1295)
This reverts commit 4e5505269e.
2019-12-24 00:04:58 +01:00
Stephen Souness
4e5505269e Corrected links to use samples_branch rather than branch in documentation. (#1293) 2019-12-23 08:57:25 +01:00
buildmaster
2859606ddd Bumping versions 2019-12-21 00:21:14 +00:00
buildmaster
d451d5fd8e Bumping versions to 2.2.2.BUILD-SNAPSHOT after release 2019-12-20 14:31:45 +00:00
buildmaster
a4d6a67f0b Going back to snapshots 2019-12-20 14:31:45 +00:00
buildmaster
c97e6e82d0 Update SNAPSHOT to 2.2.1.RELEASE 2019-12-20 14:17:56 +00:00
buildmaster
bf503b5c82 Bumping versions 2019-12-20 00:21:26 +00:00