Commit Graph

87 Commits

Author SHA1 Message Date
Stephane Nicoll
dec5a8cc7e Merge branch '2.1.x' 2019-03-25 16:14:10 +01:00
Stephane Nicoll
274e9ede81 Set up CI for JDK 12
Closes gh-16212
2019-03-25 16:13:44 +01:00
Madhura Bhave
799352a7b8 Merge branch '2.1.x' 2019-03-22 14:25:42 -07:00
Madhura Bhave
10f0bcf992 Merge branch '2.0.x' into 2.1.x 2019-03-22 14:25:00 -07:00
Madhura Bhave
3e82e7aa7e Publish release notes after central sync for releases
Closes gh-15713
2019-03-22 14:23:13 -07:00
Stephane Nicoll
8948c1dac6 Revert 80f4113
See gh-15809
2019-03-08 14:39:09 +01:00
Stephane Nicoll
866aa40d6a Polish 2019-02-19 13:21:35 +01:00
Stephane Nicoll
80f41132ce Exclude spring-boot-docs from Artifactory deployment
Closes gh-15809
2019-02-19 13:20:57 +01:00
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
2019-02-18 15:46:15 +01:00
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
2018-12-14 19:50:23 +00:00
Madhura Bhave
a1db90fe94 Add missing get step 2018-12-12 12:08:21 -08:00
Madhura Bhave
f1f26468bc Set start and stop for time resource
See gh-15164
2018-12-10 19:27:19 -08:00
Madhura Bhave
edc1a4fb86 Automate JDK CI upgrades using AdoptOpenJDK API
An issue is created if a new release is detected.

Closes gh-15164
2018-12-10 19:20:11 -08:00
Madhura Bhave
d28d9e7e38 Merge branch '2.0.x' 2018-11-27 14:01:42 -08:00
Madhura Bhave
6f89da88e6 Cleanup unused pipeline params 2018-11-27 13:59:07 -08:00
Madhura Bhave
f0d1eb94bd Merge branch '2.0.x' 2018-11-19 12:54:45 -08:00
Madhura Bhave
35db10eb30 Use the right variable name in pipeline 2018-11-19 12:51:00 -08:00
Phillip Webb
5825502c39 Merge branch '2.0.x' 2018-11-15 11:18:21 -08:00
Phillip Webb
3fb30fddb4 Use Bintray API key rather than password in CI
Update CI scripts to use the Bintray API key rather than the password
when making curl calls.

Closes gh-15015
2018-11-15 11:15:33 -08:00
Phillip Webb
761ebf0336 Merge branch '2.0.x' 2018-11-13 10:17:10 -08:00
Phillip Webb
506fbd803b Use release notes generator docker image in CI
Closes gh-15160
2018-11-13 10:15:50 -08:00
Phillip Webb
2bd0a01344 Merge branch '2.0.x' 2018-11-13 09:54:20 -08:00
Phillip Webb
ee2d469881 Upgrade CI to artifactory resource 0.0.5
Closes gh-15159
2018-11-13 09:53:36 -08:00
Andy Wilkinson
8f67373581 Merge branch '2.0.x' 2018-11-01 13:04:26 +00:00
Andy Wilkinson
d267f1ed69 Use full path when specifying Dockerfile to build
See gh-15058
2018-11-01 13:02:59 +00:00
Andy Wilkinson
022c9dd55b Merge branch '2.0.x' 2018-11-01 12:57:43 +00:00
Andy Wilkinson
f210e9c77f Add local docker-lib.sh file when building CI images
Closes gh-15058
2018-11-01 12:53:31 +00:00
Andy Wilkinson
8d701e6d4d Revert addition of JDK-12 based CI
See gh-15031
2018-11-01 07:14:06 +00:00
Andy Wilkinson
e9124fac0f Correct CI resource config after adding JDK 12 build
See gh-15031
2018-11-01 06:42:30 +00:00
Andy Wilkinson
9bb7edcb88 Remove JDK 9 and 10-based CI and add JDK 12
Closes gh-15031
2018-11-01 06:33:33 +00:00
Madhura Bhave
520ce148f5 Merge branch '2.0.x' 2018-10-19 16:21:20 -07:00
Madhura Bhave
f145e81354 Use github release resource for publishing release notes
This commit also marks a release as pre-release for milestones and RCs

Closes gh-14908
Closes gh-14875
2018-10-19 16:17:11 -07:00
Madhura Bhave
e7fd7eb3cc Merge branch '2.0.x' 2018-10-15 15:16:01 -07:00
Madhura Bhave
ef655ce949 Update sonatype credentials in sync-to-maven-central job
Closes gh-14454
2018-10-15 15:15:02 -07:00
Madhura Bhave
0f10dbb5f5 Merge branch '2.0.x' 2018-10-05 11:41:44 -07:00
Madhura Bhave
cdc6cfcaa8 Publish release notes after artifacts have been promoted
Closes gh-14604
2018-10-05 11:39:48 -07:00
Madhura Bhave
9fa517c47c Merge branch '2.0.x' 2018-09-24 11:13:37 -04:00
Madhura Bhave
ea3d9b4ead Update publish release notes script
The milestone name and tag name can be different if the release type
is ".RELEASE".
2018-09-24 11:11:58 -04:00
Madhura Bhave
7650321817 Merge branch '2.0.x' 2018-09-20 16:38:58 -07:00
Madhura Bhave
7d04c51294 Automate creation of releases notes on GitHub
Closes gh-12552
2018-09-20 16:36:43 -07:00
Stephane Nicoll
9a94fb3464 Add ci build for Java 11
Closes gh-14028
2018-08-17 15:16:08 +02:00
Madhura Bhave
e6a69119ef Add trigger for 2.0.x-based pull requests
Closes gh-14034
2018-08-13 14:02:48 -07:00
Madhura Bhave
fb443aa3bf Merge branch '2.0.x' 2018-07-02 14:03:32 -07:00
Madhura Bhave
d15ca6e0de Update sync-to-maven-central CI job
Closes gh-13296
2018-07-02 13:57:34 -07:00
Madhura Bhave
b01efb2392 Merge branch '2.0.x' 2018-06-21 12:00:28 -07:00
Madhura Bhave
f10972ad32 Remove redundant build_number
Fixes gh-13442
2018-06-21 11:59:05 -07:00
Madhura Bhave
9ec9a74a58 Merge branch '2.0.x' 2018-05-30 19:06:50 -07:00
Madhura Bhave
1758d8c106 Remove email resource from pipeline
Closes gh-13307
2018-05-30 19:05:34 -07:00
Phillip Webb
e47e499af2 Merge branch '2.0.x' 2018-05-21 17:26:40 -07:00
Phillip Webb
f84014d7df Add save_build_info param to maven sync job
Update CI pipeline so that the `sync-to-maven-central` job has access
to the artifactory build info.

Closes gh-13223
2018-05-21 17:24:43 -07:00