Johnny Lim
b67ece48e4
Polish
...
See gh-20020
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
Stephane Nicoll
f46a03d571
Upgrade Java 13 version in CI image
...
Closes gh-18149
5 years ago
Phillip Webb
7511502471
Merge branch '2.1.x'
5 years ago
Phillip Webb
7c7ad03e1e
Remove `stop_docker` from CI script
...
Update our CI script to no longer attempt to stop docker. We don't
call it anyway and it will be one less moving part trying to diagnose
why `dockerd` sometimes terminates early.
See gh-18127
5 years ago
Phillip Webb
625f4e6dec
Merge branch '2.1.x'
...
Closes gh-18114
5 years ago
Phillip Webb
42ba3050bc
Upgrade CI images to Ubuntu Bionic 20190807
...
Closes gh-18113
5 years ago
Phillip Webb
013a8fcd03
Merge branch '2.1.x'
...
Closes gh-18112
5 years ago
Phillip Webb
3639776ec2
Upgrade CI to docker 19.03.2
...
Closes gh-18111
5 years ago
Stephane Nicoll
0e2eac4a39
Upgrade Java 13 version in CI image
...
See gh-17839
5 years ago
Stephane Nicoll
dec15864df
Upgrade Java 13 version in CI image
...
Closes gh-17839
5 years ago
Stephane Nicoll
d222575483
Merge branch '2.1.x'
...
Closes gh-17632
5 years ago
Stephane Nicoll
2db1db6bfb
Upgrade Java 12 version in CI image
...
Closes gh-17625
5 years ago
Stephane Nicoll
f7ce9346f4
Merge branch '2.1.x'
...
Closes gh-17631
5 years ago
Stephane Nicoll
f6266d04fb
Upgrade Java 11 version in CI image
...
Closes gh-17626
5 years ago
Stephane Nicoll
486aa48de5
Merge branch '2.1.x'
...
Closes gh-17630
5 years ago
Stephane Nicoll
9d12626e43
Upgrade Java 8 version in CI image
...
Closes gh-17627
5 years ago
Stephane Nicoll
0d324812c7
Add Java 13 CI
...
Closes gh-16970
5 years ago
Phillip Webb
718c1d7204
Upgrade Java 12 version in CI image
...
Closes gh-17246
5 years ago
Phillip Webb
064240266f
Upgrade Java 11 version in CI image
...
Closes gh-17244
5 years ago
Phillip Webb
3869da88d4
Upgrade Java 8 version in CI image
...
Closes gh-17245
5 years ago
Phillip Webb
0ef331018e
Merge branch '2.0.x' into 2.1.x
6 years ago
Andy Wilkinson
ef09c81ea7
Upgrade JDK 9 CI image to JDK 9+181
...
Closes gh-16400
6 years ago
Stephane Nicoll
274e9ede81
Set up CI for JDK 12
...
Closes gh-16212
6 years ago
Andy Wilkinson
ce145a833c
Merge branch '2.0.x' into 2.1.x
6 years ago
Andy Wilkinson
70d883a8ee
Correct the location to which Java 8 is extracted
...
Closes gh-15813
6 years ago
Madhura Bhave
82a711403d
Extract java8 binary to the correct location
...
Fixes gh-15948
6 years ago
Andy Wilkinson
0380ca33f2
Merge branch '2.0.x' into 2.1.x
6 years ago