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
Spencer Gibb
4d1f32c80b
Updates for Horsham.SR1
2019-12-19 16:53:14 -05:00
Dominik Labuda
454e5b45a8
Local stub publishing reimplemented ( #1291 )
...
While the previous approach did publish the contracts to local .m2 repository, it did not create the maven-metadata-local.xml file indicating a local release. It instead created maven-metadata.xml, which indicates a remote release. This wasn't issue when the stubs were retrieved by Gradle directly (in our flow we pre-check availability of these stubs by Gradle), it did however cause problems when they were being resolved by AetherStubDownloader used in SCC Stub Runner.
In addition, this newer implementation allows to enable any publish (remote or local) independently of each other, which wasn't the case previously.
Fixes #1283 - again
2019-12-19 01:56:52 +01:00
buildmaster
881bb0e526
Bumping versions
2019-12-19 00:21:34 +00:00
Marcin Grzejszczak
d1daa08e78
Added support for the new spring-cloud-stream test binder mechanism
...
fixes gh-1278
2019-12-17 12:17:19 +01:00
buildmaster
cb2393678d
Bumping versions
2019-12-12 00:20:28 +00:00
Kamil Kuzdak
a98544b216
Fixed typo in docs ( #1287 )
2019-12-11 16:51:30 +01:00
Marcin Grzejszczak
67119e62f6
Adds a flag to disable stubs after each test excution; fixes gh-1286
2019-12-11 13:13:37 +01:00
Marcin Grzejszczak
d66d7dccf2
Clears the list of files upon cleanup, fixes gh-1282
2019-12-10 16:01:33 +01:00
Marcin Grzejszczak
632cbe2865
TemporaryFileStorage.TEMP_FILES_LOG full queue exception in larger projects gh-1282
2019-12-10 15:53:23 +01:00
Dominik Labuda
1ec86207c5
Verifier Docker image PUBLISH_ARTIFACTS_OFFLINE option ( #1284 )
...
New option for publishing stubs just into local .m2 added.
2019-12-10 14:15:47 +01:00
buildmaster
a9746af7b6
Bumping versions
2019-11-27 00:20:36 +00:00
buildmaster
3fb03b2b80
Bumping versions to 2.2.1.BUILD-SNAPSHOT after release
2019-11-26 12:08:31 +00:00
buildmaster
330cfa42ed
Going back to snapshots
2019-11-26 12:08:31 +00:00
buildmaster
00d9e52c47
Update SNAPSHOT to 2.2.0.RELEASE
2019-11-26 11:58:40 +00:00
Marcin Grzejszczak
d900f6ba58
Updated the deploy command for Gradle
2019-11-26 12:02:59 +01:00
Marcin Grzejszczak
b275a749a3
Don't publish plugins when doing dry run
2019-11-26 00:31:23 +01:00
Marcin Grzejszczak
0c0ead404f
Trying to fix Gradle plugin... again...
2019-11-26 00:12:04 +01:00
buildmaster
8c20fd3ae8
Bumping versions
2019-11-21 00:26:01 +00:00
Marcin Grzejszczak
6bd0e8cc60
Added NPE guard
2019-11-20 14:15:42 +01:00
Ryan Baxter
33abe01926
Update issue templates
2019-11-19 16:54:45 -05:00
Ryan Baxter
8143a59226
Create SECURITY.md
2019-11-19 16:54:14 -05:00
buildmaster
35ddaef152
Bumping versions
2019-11-19 00:21:00 +00:00