Commit Graph

411 Commits (2158fadb35c308a24f6cef8d026d6432bfbb9423)

Author SHA1 Message Date
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
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
Phillip Webb 3c4fef8acb Revert "Don't publish spring-boot-docs jar files"
This reverts commit 8d9e447965.
5 years ago
Phillip Webb 8d9e447965 Don't publish spring-boot-docs jar files
Closes gh-15809
5 years ago
Stephane Nicoll 8c029959e6 Upgrade Java 13 version in CI image
Closes gh-18357
5 years ago
Stephane Nicoll 9f1243129c Switch JDK 13 url check to release 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
dreis2211 9a162f9899 Detect JDK 13 updates
See gh-18122
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 4fa41054d5 Merge branch '2.1.x'
Closes gh-18116
5 years ago
Phillip Webb 8e6dbae402 Build CI images in parallel
Closes gh-18115
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
Phillip Webb 040712168e Cache embedmongo on CI 5 years ago
Phillip Webb f8d4d3dd98 Merge branch '2.1.x' 5 years ago
Phillip Webb bd815f6b5a Merge branch '2.0.x' into 2.1.x 5 years ago
Phillip Webb e26777c014 Parameterize and increase CI task timeouts 5 years ago
Madhura Bhave 2964286275 Merge branch '2.1.x' 5 years ago
Madhura Bhave d906f96258 Always get latest snapshots for windows build 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
Madhura Bhave 9bd1187f40 Merge branch '2.1.x'
Closes gh-17628
5 years ago
Madhura Bhave bb85612723 Add concourse pipeline for Windows
Closes gh-15553
5 years ago
Stephane Nicoll 0d324812c7 Add Java 13 CI
Closes gh-16970
5 years ago
Madhura Bhave 73cd1c9c77 Explicitly set release false for pre-release resource
Closes gh-17492
5 years ago
Madhura Bhave 1f95ed150b Merge branch '2.1.x'
Closes gh-17457
5 years ago
Madhura Bhave cc6ef038f2 Move Slack Alert to the last possible step in the pipeline
Closes gh-17445
5 years ago
Madhura Bhave d9466f5659 Move smoke tests under spring-boot-test
See gh-17393
5 years ago
Madhura Bhave e0ecd09aee Merge branch '2.1.x'
Closes gh-17311
5 years ago
Madhura Bhave 26b61e6f8d Fix deprecation warnings in pipeline.yml
Closes gh-17310
5 years ago
Madhura Bhave c9d6617713 Fix CI scripts following samples rename
See gh-17197
5 years ago
Madhura Bhave d5c0009c6e Rename samples to smoke tests
Closes gh-17197
5 years ago
Phillip Webb 0233cc3c94 Merge branch '2.1.x' 5 years ago
Phillip Webb 6e5ba8077a Fix sync-to-maven-central script 5 years ago
Phillip Webb 527a3b5395 Merge branch '2.1.x' 5 years ago
Phillip Webb 11b8e7c2de Don't exit script on error
Update CI scripts so that command failures do not cause an immediate
exit. Prior to this commit, some of our looping logic would never run
because the entire script would exit.
5 years ago
Phillip Webb d85a69aa8e Merge branch 'spring-projects/2.1.x'
Closes gh-17256
5 years ago
Phillip Webb b0415c4044 Don't ignore images on CI build
Closes gh-17255
5 years ago
Phillip Webb cc1807608e Merge branch '2.1.x'
Closes gh-17249
5 years ago
Phillip Webb 718c1d7204 Upgrade Java 12 version in CI image
Closes gh-17246
5 years ago
Phillip Webb f4756e500d Merge '2.1.x'
Closes gh-17248
5 years ago
Phillip Webb 064240266f Upgrade Java 11 version in CI image
Closes gh-17244
5 years ago
Phillip Webb 43ef81cbb6 Merge branch '2.1.x'
Closes gh-17247
5 years ago
Phillip Webb 3869da88d4 Upgrade Java 8 version in CI image
Closes gh-17245
5 years ago
Phillip Webb 1513ed1b09 Merge branch '2.1.x' 5 years ago
Phillip Webb de037f55dc Fix detect JDK CI script 5 years ago
Phillip Webb 840f0d7a9f Merge branch '2.1.x'
Closes gh-17210
6 years ago
Phillip Webb 4894affbb6 Allow maven central sync to run several times
Update the "sync to maven central" CI job so that it can be rerun if
necessary. We now first check if artifacts are already published before
triggering the sync from Bintray.

Closes gh-16866
6 years ago
Phillip Webb b74926e85d Merge branch '2.1.x' 6 years ago
Phillip Webb a7c38daff2 Merge branch '2.0.x' into 2.1.x 6 years ago
Phillip Webb 5259086a4b Fix type in CI readme 6 years ago
Phillip Webb 139b30091e Merge branch '2.1.x' 6 years ago
Phillip Webb bea0d08aac Merge branch '2.0.x' into 2.1.x 6 years ago
Phillip Webb 53ba37e3e1 Update CI readme 6 years ago
Phillip Webb 25e73633bb Update CI credhub references 6 years ago
Phillip Webb b63e65049f Merge branch '2.0.x' into 2.1.x 6 years ago
Phillip Webb 8b64c54919 Add resource icons to CI pipeline 6 years ago
Phillip Webb 7ed0faa574 Merge branch '2.1.x'
Closes gh-17088
6 years ago
Phillip Webb 80e5762457 Merge branch '2.0.x' into 2.1.x
Closes gh-17087
6 years ago
Phillip Webb da1d4b8c3b Run root nohttp checkstyle on CI
Closes gh-17081
6 years ago
Phillip Webb db75347eb6 Merge branch '2.1.x' 6 years ago
Phillip Webb 0ef331018e Merge branch '2.0.x' into 2.1.x 6 years ago
Phillip Webb 7fc01971ed Merge branch '1.5.x' into 2.0.x 6 years ago
Phillip Webb 544e81ccd5 Merge branch '2.1.x'
Closes gh-16856
6 years ago
Phillip Webb 7407b226f2 Update CI to skip artifact downloads when possible
Update the promote and sync jobs so that only the build-info.json
file is downloaded.

Closes gh-16448
6 years ago
Phillip Webb 86b5b226ec Add resource icons to CI pipeline 6 years ago
Brian Clozel 81d3945922 Reinstate SNAPSHOT updates in integration tests
Fixes gh-16453
6 years ago
Phillip Webb 53b12eef4d Merge branch '2.1.x' 6 years ago
Phillip Webb c7746fba3b Allow promote script to be run again 6 years ago
Phillip Webb cada732f36 Merge branch '2.1.x' 6 years ago
Phillip Webb d6496c00b9 Fixup promote script 6 years ago
Phillip Webb ad7eebee9e Merge branch '2.1.x' 6 years ago
Phillip Webb ec094cdfda Increase timeout for promote script
Increase the timeout used when checking if artifacts have landed in
Bintray from 20m to 40m. Also added some additional protection against
the curl command failing.

Closes gh-16443
6 years ago
Andy Wilkinson ef09c81ea7 Upgrade JDK 9 CI image to JDK 9+181
Closes gh-16400
6 years ago
Stephane Nicoll dec5a8cc7e Merge branch '2.1.x' 6 years ago
Stephane Nicoll 274e9ede81 Set up CI for JDK 12
Closes gh-16212
6 years ago
Madhura Bhave 799352a7b8 Merge branch '2.1.x' 6 years ago
Madhura Bhave 10f0bcf992 Merge branch '2.0.x' into 2.1.x 6 years ago
Madhura Bhave 3e82e7aa7e Publish release notes after central sync for releases
Closes gh-15713
6 years ago
Andy Wilkinson 41bb2ef426 Merge branch '2.1.x' 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
Stephane Nicoll 8948c1dac6 Revert 80f4113
See gh-15809
6 years ago
Stephane Nicoll 866aa40d6a Polish 6 years ago
Stephane Nicoll 80f41132ce Exclude `spring-boot-docs` from Artifactory deployment
Closes gh-15809
6 years ago
Brian Clozel 2a2bfb9915 Auto-generate the "Common application properties"
Prior to this commit, the application properties listed in the reference
documentation would be manually managed and updated.

This commit adds a new `spring-boot-configuration-docs` project that
extracts that information from the available JSON metadata and writes
Asciidoctor tables ready for inclusion in the reference documentation.

The `generateConfigurationPropertyTables.groovy` is using this library
and configures the sections and how namespaces should be organized.

Fixes gh-8237
6 years ago
Madhura Bhave 2741e0826f Merge branch '2.1.x' 6 years ago
Madhura Bhave 82a711403d Extract java8 binary to the correct location
Fixes gh-15948
6 years ago
Madhura Bhave 1100ab2db2 Merge branch '2.1.x' 6 years ago
Madhura Bhave ddfcc1e28f Change label for automatic jdk upgrade issues
Closes gh-15825
6 years ago
Andy Wilkinson d1e97665e0 Merge branch '2.1.x' 6 years ago
Andy Wilkinson 0380ca33f2 Merge branch '2.0.x' into 2.1.x 6 years ago
Andy Wilkinson 874489f1c8 Upgrade Java 8 CI image to 1.8.0_202-b08
Closes gh-15813
6 years ago
Andy Wilkinson 59c017b627 Upgrade JDK 11 CI image to 11.0.2+9
Closes gh-15812
6 years ago
Andy Wilkinson ddabfe3fcc Deploy spring-boot-test-support so it's available downstream
Concourse builds spring-boot-tests separately from spring-boot-project
and relies on modules from the latter being available in the
distribution repository when building the former. This commit enables the
deployment of spring-boot-test-support from spring-boot-project so that it
is added to the distribution repository and is therefore available when
building spring-boot-tests. It is then excluded when putting to the
Artifactory resource as we do not want it to be published.

See gh-15471
6 years ago
Madhura Bhave 47c953ab13 Merge branch '2.1.x' 6 years ago
Madhura Bhave a1db90fe94 Add missing get step 6 years ago
Madhura Bhave d77b52ca15 Merge branch '2.1.x' 6 years ago
Madhura Bhave f1f26468bc Set start and stop for time resource
See gh-15164
6 years ago