Phillip Webb
209c5c4013
Merge branch '2.1.x' into 2.2.x
4 years ago
Phillip Webb
6d93d732b4
Cherry-pick release script updates
...
Cherry-pick release script updates from 2.3.x
See gh-21474
4 years ago
Phillip Webb
1706ae29f5
Support octet-stream response from sonatype
...
See gh-21474
4 years ago
Phillip Webb
dbda2d0b92
Improve release script logging
...
Improve logging and fix a few issue with the release script.
See gh-21474
4 years ago
Phillip Webb
ce011ca384
Check if promotion has already occurred
...
Update the release tooling to check for bintray published artifacts
using SHA256 digests and to also check before attempting a promote.
See gh-21474
4 years ago
Phillip Webb
d650c5fdf2
Polish
4 years ago
Phillip Webb
de8970ec8e
Update copyright year of changed files
5 years ago
Phillip Webb
8eec9cf32f
Restore release scripts POM
...
Closes gh-21460
5 years ago
Phillip Webb
c7023c5b17
Increase bintray timeout
5 years ago
Phillip Webb
9a1a2ca613
Merge branch '2.2.x'
...
Closes gh-21448
5 years ago
Phillip Webb
5eabb0400c
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21447
5 years ago
Phillip Webb
d7c7ca31f3
Upgrade to spring-javaformat 0.0.22
...
Closes gh-21446
5 years ago
Phillip Webb
9a33a723fe
Update copyright year of changed files
5 years ago
Madhura Bhave
0ec1ed4642
Merge branch '2.2.x'
...
Closes gh-20188
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
b8ccfbafd0
Upgrade to Spring Boot 2.2.4
5 years ago
Stephane Nicoll
738e8b39c7
Upgrade to spring javaformat 0.0.20
5 years ago
Stephane Nicoll
362297a010
Fix formatting
5 years ago
Johnny Lim
b67ece48e4
Polish
...
See gh-20020
5 years ago
Madhura Bhave
8d3df1b4b8
Make CI credentials requirement lenient when building RestTemplate
...
Fixes gh-18901
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
Madhura Bhave
2d604beb47
Migrate release scripts to java
...
Closes gh-17261
5 years ago