Commit Graph

122 Commits (4dc9bbe127fdd4ca681985410b34170a29f65e51)

Author SHA1 Message Date
Stephane Nicoll 81268914b4 Upgrade Java 14 version in CI image
Closes gh-21087
5 years ago
Stephane Nicoll ac5c7cb5e1 Upgrade Java 8 version in CI image
Closes gh-21088
5 years ago
Madhura Bhave aebf475e13 Merge branch '2.1.x' into 2.2.x
Closes gh-20979
5 years ago
Madhura Bhave 9d3d202837 Upgrade Java 11 version in CI image
Closes gh-20978
5 years ago
Madhura Bhave e6c0a0dc35 Merge branch '2.1.x' into 2.2.x
Closes gh-20889
5 years ago
Madhura Bhave b03ba02125 Upgrade Ubuntu version in CI images
Closes gh-20678
5 years ago
Madhura Bhave d7c376adf6 Merge branch '2.1.x' into 2.2.x 5 years ago
Madhura Bhave d5a3310b91 Fix CI dockerfile 5 years ago
Madhura Bhave 2b862d2409 Merge branch '2.1.x' into 2.2.x 5 years ago
Madhura Bhave a0a0d28582 Add get-docker-url script to image before executing it 5 years ago
Madhura Bhave 20c04bc63c Merge branch '2.1.x' into 2.2.x
Closes gh-20803
5 years ago
Spring Buildmaster 1566259c02 Upgrade to Docker 19.03.8 in CI
See gh-20756
5 years ago
Madhura Bhave 41255ca8d1 Merge branch '2.1.x' into 2.2.x
Closes gh-20752
5 years ago
dreis2211 4752d7e91a Automate Docker updates in CI
See gh-20530
5 years ago
Stephane Nicoll 1bf7d25141 Remove Java 13 CI job
Closes gh-20578
5 years ago
Stephane Nicoll 833f0a1db3 Merge branch '2.1.x' into 2.2.x
See gh-20567
5 years ago
Stephane Nicoll d0ccb59931 Revert "Upgrade CI images to Ubuntu Bionic 20200311"
This reverts commit d25286c5

Closes gh-20566
5 years ago
dreis2211 0e796479dc Add Java 14 CI
Closes gh-20576
5 years ago
Stephane Nicoll 68a2be0ad5 Merge branch '2.1.x' into 2.2.x
Closes gh-20567
5 years ago
dreis2211 d25286c5d6 Upgrade CI images to Ubuntu Bionic 20200311
See gh-20566
5 years ago
Stephane Nicoll 3152971ad1 Merge branch '2.1.x' into 2.2.x
Closes gh-20421
5 years ago
dreis2211 570dca8064 Upgrade CI to Docker 19.03.7
See gh-20420
5 years ago
Madhura Bhave d83ef715a4 Merge branch '2.1.x' into 2.2.x
Closes gh-20375
5 years ago
dreis2211 cd9879d45a Upgrade CI images to Ubuntu Bionic 20200219
See gh-20361
5 years ago
Madhura Bhave 4ac12660c6 Explicitly enable config properties scan in java release scripts
This commit also upgrades the Spring Boot version used by the scripts
to 2.2.4 which is why the explicit annotation is required.

Closes gh-20174
5 years ago
Stephane Nicoll 06c85e96c3 Merge branch '2.1.x' into 2.2.x
Closes gh-20159
5 years ago
dreis2211 e1f743a21b Upgrade CI to Docker 19.03.5
See gh-20157
5 years ago
Stephane Nicoll bdf2029c36 Merge branch '2.1.x' into 2.2.x
Closes gh-19928
5 years ago
dreis2211 4205d980b7 Upgrade CI images to Ubuntu Bionic 20200112
See gh-19913
5 years ago
Stephane Nicoll 9c27921a46 Upgrade Java 13 version in CI image
Closes gh-19856
5 years ago
Stephane Nicoll b315bfd87c Merge branch '2.1.x' into 2.2.x
Closes gh-19869
5 years ago
Stephane Nicoll 8dc3e74447 Upgrade Java 8 version in CI image
Closes gh-19857
5 years ago
Stephane Nicoll 938c7a6d9f Merge branch '2.1.x' into 2.2.x
Closes gh-19763 in 2.2.4
5 years ago
Stephane Nicoll 11efe172e9 Upgrade Java 11 version in CI image
Closes gh-19763
5 years ago
Madhura Bhave 75f210a631 Merge branch '2.1.x'
Closes gh-18906
5 years ago
Madhura Bhave 8d3df1b4b8 Make CI credentials requirement lenient when building RestTemplate
Fixes gh-18901
5 years ago
Andy Wilkinson 142934432f Merge branch '2.1.x'
Closes gh-18903
5 years ago
Andy Wilkinson 891c7120ef Wait for distribution to reach Bintray before checking its completeness
Previously, as soon as the distribution of a release from Artifactory
to Bintray had been initiated we would start checking if it was
complete. This created a race condition between the distribution being
created and us checking if it was complete. If the check won the race
and happened before the creation, Bintray would respond with a 404.

This commit updates BintrayService to wait for up to 5 minutes for the
distribution to be created on Bintray. Once it has been created we
then wait for up to 40 minutes for it to be complete as we did before.

The use of Awaitility has been introduced in this commit to simplify
the logic required to wait for the distribution's creation and
completion.

Closes gh-18902
5 years ago
Stephane Nicoll 8e3459fe4f Merge branch '2.1.x'
Closes gh-18851
5 years ago
dreis2211 f9cb7c6220 Drop JDK 12-based CI
See gh-18848
5 years ago
Madhura Bhave 2369639b4b Merge branch '2.1.x'
Closes gh-18840
5 years ago
Madhura Bhave 2d604beb47 Migrate release scripts to java
Closes gh-17261
5 years ago
Stephane Nicoll 5e1a6b6785 Upgrade Java 13 version in CI image
Closes gh-18820
5 years ago
Phillip Webb 985220608a Merge branch '2.1.x'
Closes gh-18720
5 years ago
Phillip Webb eda4a212fe Upgrade CI to JDK 8u232-b09
Closes gh-18715
5 years ago
Phillip Webb c5eefef90d Merge branch '2.1.x'
Closes gh-18719
5 years ago
Phillip Webb f07e01686d Upgrade CI to use JDK 11.0.5
Closes gh-18717
5 years ago
Stephane Nicoll 8c029959e6 Upgrade Java 13 version in CI image
Closes gh-18357
5 years ago
Stephane Nicoll 5058259897 Upgrade Java 13 version in CI image
Closes gh-18277
5 years ago
Stephane Nicoll 99960b0c26 Upgrade Java 13 version in CI image
Closes gh-18209
5 years ago