Stephane Nicoll
9aef3ef3a4
Merge branch '2.2.x'
...
Closes gh-19871
5 years ago
Stephane Nicoll
9c27921a46
Upgrade Java 13 version in CI image
...
Closes gh-19856
5 years ago
Stephane Nicoll
ff5f8e18ac
Merge branch '2.2.x'
...
Closes gh-19870
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
cde95790f6
Merge branch '2.2.x'
...
Closes gh-19812
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
Andy Wilkinson
aeca44d3d7
Revise credhub references for Gradle Enterprise cache user
5 years ago
Andy Wilkinson
55d7f8b876
Restore previous credhub references for cache username and password
...
The references with . in them did not work, resulting in pushing to
the remote cache being disabled.
5 years ago
dreis2211
240f2fb2c8
Pass CI branch parameter to build scan
...
See gh-19658
5 years ago
Andy Wilkinson
ce7f501cf9
Revert "Publish a build scan only when authenticated"
...
publishIfAuthenticated() does not appear to work as intended as it
disables publishing even when authenticated.
5 years ago
Andy Wilkinson
8d6ead223f
Publish a build scan only when authenticated
5 years ago
Andy Wilkinson
8a6feafe81
Configure the access key needed to publish build scans
5 years ago
Andy Wilkinson
518e14a7bf
Use system property rather than --quiet to suppress welcome message
...
Closes gh-19630
5 years ago
Andy Wilkinson
bda3cedf10
Suppress Gradle's welcome message in CI builds
...
Closes gh-19630
5 years ago
Andy Wilkinson
823d39d63a
Pass Gradle Enterprise-related parameters into Windows build
5 years ago
Phillip Webb
af4b531173
Revert "Try to fix problem with corrupted build numbers on Artifactory"
...
This reverts commit ab981b9cba
since
it's hopefully now fixed upstream.
5 years ago
Andy Wilkinson
ab981b9cba
Try to fix problem with corrupted build numbers on Artifactory
5 years ago
Andy Wilkinson
ce99db1902
Port the build to Gradle
...
Closes gh-19609
Closes gh-19608
5 years ago
Stephane Nicoll
84dfb3eae9
Merge branch '2.2.x'
...
Closes gh-19533
5 years ago
Stephane Nicoll
58a805e607
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19532
5 years ago
dreis2211
48032acd04
Upgrade CI to Artifactory Resource 0.0.10
...
See gh-19523
5 years ago
Stephane Nicoll
239e1d1c2f
Merge branch '2.2.x'
...
Closes gh-19431
5 years ago
Stephane Nicoll
4caa351aa3
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19430
5 years ago
dreis2211
6f07740a61
Add missing icon to daily CI build
...
See gh-19357
5 years ago
Stephane Nicoll
2b4f323bd7
Merge branch '2.2.x'
...
Closes gh-19176
5 years ago
Stephane Nicoll
208b2d3b30
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19175
5 years ago
dreis2211
9a59d5f9fc
Use AdoptOpenJDK API V3 when detecting JDK updates
...
See gh-19168
5 years ago
Madhura Bhave
0f134ee6c9
Merge branch '2.2.x'
...
Closes gh-19062
5 years ago
Madhura Bhave
28448340ce
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19061
5 years ago
Madhura Bhave
656f73f0c5
Parse version from build.json for release notes generation
...
Fixes gh-18908
5 years ago
Madhura Bhave
6029c8a456
Merge branch '2.2.x'
...
Closes gh-19013
5 years ago
Madhura Bhave
0d7f49f91f
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19012
5 years ago
dreis2211
f1914d5af9
Consistently use task timeout in CI pipeline
...
See gh-19003
5 years ago
Andy Wilkinson
0490bff344
Update CI to use the new 2.2.x maintenance branch
5 years ago
Andy Wilkinson
a3336b3e29
Start work on Spring Boot 2.3
5 years ago
Andy Wilkinson
fa97766ef2
Tag CI images with version number rather than branch name
...
See gh-18844
5 years ago
Andy Wilkinson
a8b46d7aa5
Rename CI pipeline to include the version in its name
...
Closes gh-18844
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