Commit Graph

138 Commits

Author SHA1 Message Date
buildmaster
a3268f908a Going back to snapshots 2020-12-01 23:43:23 +00:00
buildmaster
5625fc8972 Update SNAPSHOT to 3.0.0-M6 2020-12-01 23:31:52 +00:00
buildmaster
f11212c2c1 Going back to snapshots 2020-11-17 21:41:10 +00:00
buildmaster
6a0b4555ea Update SNAPSHOT to 3.0.0-M5 2020-11-17 21:29:39 +00:00
Marcin Grzejszczak
131cc70642 Bumped Boot 2020-11-13 08:12:56 +01:00
Marcin Grzejszczak
4fcd95c5f6 Migrating to Boot 2.4.0-RC1 2020-11-04 11:28:34 +01:00
buildmaster
1bfa966550 Bumping versions 2020-10-17 00:21:05 +00:00
buildmaster
68a657f2c0 Going back to snapshots 2020-10-03 14:55:00 +00:00
buildmaster
4e5267f939 Update SNAPSHOT to 3.0.0-M4 2020-10-03 14:39:36 +00:00
buildmaster
77fc817643 Bumping versions 2020-09-30 00:22:43 +00:00
Marcin Grzejszczak
a915cf102b Messaging polyglot support (#1472)
added support for AMQP, KAFKA and standalone options
2020-08-21 18:05:32 +02:00
Marcin Grzejszczak
825ccbf305 Improved the stub runner boot image
- set the port to 8750, fixes gh-755
- stub runner app bases on thin jar, fixes gh-1385

a prerequisite for messaging support of docker images and polyglot messaging
2020-08-07 17:16:38 +02:00
buildmaster
ef923c1a26 Going back to snapshots 2020-07-23 19:22:19 +00:00
buildmaster
2dea2c25d7 Update SNAPSHOT to 3.0.0-M3 2020-07-23 19:11:42 +00:00
Marcin Grzejszczak
2c2f49e98d Fixing RestAssured setup by excluding spring import 2020-07-23 15:19:41 +02:00
Marcin Grzejszczak
bd5b6e8800 Turns on JUnitPlatform for Gradle 2020-07-23 14:41:33 +02:00
Marcin Grzejszczak
4a0b7d4df8 Bumped image to use JUnit5 2020-07-23 13:48:56 +02:00
Marcin Grzejszczak
b38fcc98c7 Merge branch '2.2.x' 2020-07-13 11:13:58 +02:00
Marcin Grzejszczak
bb19df016d Removed setting of rest assured version. Aligned with Boot; fixes gh-1431 2020-07-02 18:10:52 +02:00
buildmaster
ca6e322cf2 Going back to snapshots 2020-05-29 19:29:08 +00:00
buildmaster
ac8ea6592b Update SNAPSHOT to 3.0.0-M2 2020-05-29 19:23:10 +00:00
buildmaster
b3ffbb99d3 Bumping versions to 2.2.4.BUILD-SNAPSHOT after release 2020-05-28 22:22:17 +00:00
buildmaster
f0e7556400 Going back to snapshots 2020-05-28 22:22:16 +00:00
buildmaster
8dfb8d3017 Update SNAPSHOT to 2.2.3.RELEASE 2020-05-28 22:08:31 +00:00
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