Commit Graph

141 Commits

Author SHA1 Message Date
Marcin Grzejszczak
d81656551e Merge branch '2.2.x' 2020-02-21 08:29:04 +01:00
Marcin Grzejszczak
fbf9def4c1 Upgraded base image; fixes gh-1330 2020-02-21 08:28:50 +01:00
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
9e02b7c902 Updated Copyrights 2020-01-28 20:00:13 +01:00
Marcin Grzejszczak
ad00a39d17 Bumped versions 2020-01-20 11:22:18 +01: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
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
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
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
buildmaster
50a1da1058 Going back to snapshots 2019-11-10 00:44:33 +00:00
buildmaster
a2d343d542 Update SNAPSHOT to 2.2.0.RC2 2019-11-10 00:37:32 +00:00
Marcin Grzejszczak
f7422b9094 Bumped JDK version for the docker image 2019-10-30 09:03:33 +01:00
buildmaster
b3228306ba Going back to snapshots 2019-10-24 21:38:41 +00:00
buildmaster
bc042bd0e3 Update SNAPSHOT to 2.2.0.RC1 2019-10-24 21:30:13 +00:00
Marcin Grzejszczak
6b388b4972 Merge branch '2.1.x' 2019-10-21 15:55:12 +02:00
Marcin Grzejszczak
b93e4c73a8 Bumped jdk to adopt jdk for docker image 2019-10-21 15:55:03 +02:00
buildmaster
2e3b77c3db Going back to snapshots 2019-10-03 20:48:30 +00:00
buildmaster
90c2d88b81 Update SNAPSHOT to 2.2.0.M3 2019-10-03 20:40:02 +00:00
dependabot-preview[bot]
77be696d5c Bump dockerfile-maven-plugin from 1.4.5 to 1.4.12 (#1234)
Bumps [dockerfile-maven-plugin](https://github.com/spotify/dockerfile-maven) from 1.4.5 to 1.4.12.
- [Release notes](https://github.com/spotify/dockerfile-maven/releases)
- [Changelog](https://github.com/spotify/dockerfile-maven/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spotify/dockerfile-maven/compare/v1.4.5...v1.4.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-01 16:22:03 +02:00
Marcin Grzejszczak
cf9ea03df3 Merge branch '2.1.x' 2019-09-26 15:09:53 +02:00
Dominik Labuda
f436d7fca9 SCC Verifier Docker now publishes stubs just once (#1223)
Originally, SCC Verifier Docker published artifacts twice.
Once defined in build.gradle - which also uploaded the original contracts and second time in a publish stubs task defined in gradle plugin. This PR removes the definition from build.gradle and now only the stubs are published and just once.
2019-09-25 12:56:26 +02:00
buildmaster
de94a14a9a Bumping versions to 2.1.4.BUILD-SNAPSHOT after release 2019-09-10 18:47:36 +00:00
buildmaster
882cee887d Going back to snapshots 2019-09-10 18:47:35 +00:00
buildmaster
4750b4e60e Update SNAPSHOT to 2.1.3.RELEASE 2019-09-10 18:38:17 +00:00
Marcin Grzejszczak
796103cb48 Bumped libs
fixes gh-1193
fixes gh-1194
fixes gh-1195
fixes gh-1196
fixes gh-1197
fixes gh-1198
2019-09-04 17:24:47 +02:00
buildmaster
6b5d4860b9 Going back to snapshots 2019-08-14 16:21:05 +00:00
buildmaster
16902f4338 Update SNAPSHOT to 2.2.0.M2 2019-08-14 16:07:47 +00:00
Marcin Grzejszczak
d97db26001 Makes jdk13 build pass with Gradle 2019-08-04 08:14:44 +02:00
Marcin Grzejszczak
3cc125209e Bumped dependency-management-plugin to 1.0.8
fixes gh-1146
2019-08-01 09:04:40 +02:00
Marcin Grzejszczak
cbce109003 Merge branch '2.1.x' 2019-07-18 10:30:25 +02:00
Marcin Grzejszczak
d81c6090ee Updated java version for docker images 2019-07-18 10:30:09 +02:00
Marcin Grzejszczak
6b9e377487 Rewriting to java (#1131)
* Rewritting to java

- rewritten a lot of Spring Cloud Contract Spec module to Java
- extracted all Groovy stuff to a separate package
- will now continue writing extension modules
- spring-cloud-contract-spec will be written purely in java
- spring-cloud-contract-spec-groovy will have Groovy extensions

fixes gh-1130
2019-07-08 14:15:21 +02:00
Marcin Grzejszczak
1e11e99dac Bumped Gradle 5.5 in the docker image 2019-07-05 10:20:41 +02:00
buildmaster
1d56bdd1d7 Going back to snapshots 2019-07-03 20:38:29 +00:00
buildmaster
880c7bdb54 Update SNAPSHOT to 2.2.0.M1 2019-07-03 20:31:51 +00:00
Marcin Grzejszczak
78e3c08c32 Bumps Groovy to 2.5.7 and Gradle to 5.5; fixes gh-1046 2019-07-03 10:42:28 +02:00
Marcin Grzejszczak
b48dd4905f Upgraded Rest Assured to 4.0.0; fixes gh-1122 2019-07-02 14:50:20 +02:00
Marcin Grzejszczak
8f0db8ffe2 Merge branch 'custom_stubs_classifier' of https://github.com/Dominick1993/spring-cloud-contract into Dominick1993-custom_stubs_classifier 2019-07-01 13:58:22 +02:00
Marcin Grzejszczak
783a7a67bf Upgraded Gradle to 5.5; fixes gh-1124 2019-07-01 13:56:25 +02:00
buildmaster
c9af98eccd Bumping versions to 2.1.3.BUILD-SNAPSHOT after release 2019-06-21 11:25:33 +00:00
buildmaster
d13773adc8 Going back to snapshots 2019-06-21 11:25:32 +00:00
buildmaster
d12c700d34 Update SNAPSHOT to 2.1.2.RELEASE 2019-06-21 11:10:55 +00:00
Marcin Grzejszczak
1c851eafe6 Merge branch '2.1.x' 2019-05-22 11:42:41 +02:00
Marcin Grzejszczak
719ccbe084 http to https 2019-05-22 11:42:32 +02:00
Dominik Labuda
d3ff357a54 Verifier docker image support for custom stubs classifier
Adds the possibility to provide custom stubs classifier. Might be useful to serve as some kind of tag for the stubs published.
2019-05-06 00:02:10 +02:00