Commit Graph

114 Commits

Author SHA1 Message Date
Marcin Grzejszczak
5d17d84264 Merge branch '2.2.x' 2020-05-21 13:51:56 +02:00
Olga Maciaszek-Sharma
0b1625cac2 Upgrade gradle for docker builds. Upgrade kotlin. 2020-05-15 17:26:08 +02:00
Olga Maciaszek-Sharma
50b36c49c7 Upgrade gradle and groovy version in test projects. 2020-05-13 18:37:44 +02:00
Olga Maciaszek-Sharma
9fcf5a3612 2.2.x gradle 6.4 (#1405)
* Upgrade gradle wrapper to 6.4. Fixes gh-1387.

* Document PublishStubsToScmTask API changes.

* Upgrade groovy to 2.5.10.
2020-05-13 14:47:33 +02:00
Olga Maciaszek-Sharma
90c4312b37 Update license comments. 2020-04-24 13:24:33 +02:00
buildmaster
008c41e3eb Bumping versions 2020-04-17 16:20:16 +00:00
buildmaster
abf82e509f Going back to snapshots 2020-04-09 23:53:30 +00:00
buildmaster
dbfc0d7560 Update SNAPSHOT to 3.0.0.M1 2020-04-09 23:45:15 +00:00
Marcin Grzejszczak
cce66fa97a Set up Gradle 6.3 2020-04-02 08:24:15 +02:00
Marcin Grzejszczak
cc66c16d84 Bumped to Gradle to 6.2.2 2020-03-18 11:55:27 +01:00
buildmaster
ca4abc62e8 Bumping versions to 2.2.3.BUILD-SNAPSHOT after release 2020-03-04 20:55:26 +00:00
buildmaster
9c1feef77c Going back to snapshots 2020-03-04 20:55:25 +00:00
buildmaster
c510829c55 Update SNAPSHOT to 2.2.2.RELEASE 2020-03-04 20:39:33 +00: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
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
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
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
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
3cc125209e Bumped dependency-management-plugin to 1.0.8
fixes gh-1146
2019-08-01 09:04:40 +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
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
Dominik Labuda
199afbd042 Docker image support for authenticated contracts download (#912)
Since there was no way to download contracts from external binary repository as authenticated user while using Docker Verifier image, it was added.
2019-03-29 11:28:40 +01:00