Commit Graph

57 Commits

Author SHA1 Message Date
Andy Wilkinson
b9c2c289b3 Start working on Spring Boot 3.2
This commit also disables the creation of forward merge issues
when merging into main. Forward merge issues will be re-enabled
once 3.1.1 has been released.
2023-06-08 17:22:21 +01:00
Andy Wilkinson
63abaa4cd2 Start working on 3.1.0 2023-01-23 12:04:39 +00:00
Phillip Webb
99a90906ab Merge branch '2.7.x' 2023-01-09 18:07:49 -08:00
Phillip Webb
eab4873d7d Remove unused email CI parameters 2023-01-09 18:02:41 -08:00
Andy Wilkinson
e06b0d97f7 Update main branch to start work on 3.0.x 2021-11-30 15:07:24 +00:00
Andy Wilkinson
75c117a33f Prepare 2.7.x branch 2021-11-30 15:02:11 +00:00
Andy Wilkinson
86a773a8e9 Update main branch to start work on 2.7.x 2021-11-30 11:16:53 +00:00
Phillip Webb
e9beac6fd6 Drop CI registry mirror settings 2021-11-18 22:08:29 -08:00
Andy Wilkinson
d69e7313b2 Merge branch '2.5.x'
Closes gh-27443
2021-07-22 08:38:54 +01:00
Andy Wilkinson
c7ba905993 Merge branch '2.4.x' into 2.5.x
Closes gh-27442
2021-07-22 08:38:03 +01:00
Andy Wilkinson
70ecaac16c Configure a mirror for registry-image image_resources
Closes gh-27441
2021-07-22 08:35:32 +01:00
Stephane Nicoll
5b3a632458 Configure CI pipeline for Spring Boot 2.6.x 2021-06-11 10:15:15 +02:00
Stephane Nicoll
1a828af178 Update CI parameters for 2.5.x branch 2021-06-11 10:11:57 +02:00
Andy Wilkinson
091907f762 Rename default branch to main
Closes gh-26248
2021-04-27 11:27:37 +01:00
Andy Wilkinson
91e16e1099 Merge branch '2.4.x'
Closes gh-25344
2021-02-17 16:51:55 +00:00
Andy Wilkinson
dea9b7f085 Merge branch '2.3.x' into 2.4.x
Closes gh-25343
2021-02-17 16:51:37 +00:00
Andy Wilkinson
98ee724ec6 Stop using Bintray to publish to Maven Central
This commit reworks the CI pipeline to remove the use of Bintray for
publishing to Maven Central. In its place it adds a new
publishToCentral command to the release scripts. This command can be
used to publish a directory tree of artifacts to the Maven Central
gateway hosted by Sonatype.

Publishing consists of 4 steps:

1. Create the staging repository
2. Deploy artifacts to the repository
3. Close the repository
4. Release the repository

The command requires 3 arguments:

1. The type of release being performed
2. Location of a build info JSON file that describes the release
   that is to be deployed
3. Root of a directory structure, in Maven repository layout, that
   contains the artifacts to be deployed

Closes gh-25107
2021-02-17 16:50:02 +00:00
Madhura Bhave
320f4b206e Merge branch '2.4.x'
Closes gh-24692
2021-01-07 14:24:25 -08:00
Madhura Bhave
e5981c16d7 Merge branch '2.3.x' into 2.4.x
Closes gh-24691
2021-01-07 14:22:58 -08:00
Madhura Bhave
b309980a59 Automate homebrew tap repo update
Closes gh-24677
2021-01-07 14:21:01 -08:00
Stephane Nicoll
85d0f95f7a Start work on Spring Boot 2.5
Closes gh-24491
2020-12-14 14:35:37 +01:00
Stephane Nicoll
08b692581a Prepare 2.4.x branch 2020-12-14 14:22:07 +01:00
Phillip Webb
c45600e289 Merge branch '2.3.x' 2020-12-10 18:26:50 -08:00
Phillip Webb
305694e162 Merge branch '2.2.x' into 2.3.x 2020-12-10 18:22:35 -08:00
Phillip Webb
615d054dec Attempt to fix oci-build-task config
See gh-24197
2020-12-10 15:58:19 -08:00
Phillip Webb
c14be4e84b Generate CI images with oci-build-task
Update CI to generate images using an `oci-build-task` since
the `registry-image` resource cannot perform actual image builds.

See gh-24197
2020-12-10 14:10:17 -08:00
Phillip Webb
3e75dfa169 Merge branch '2.3.x' 2020-09-21 21:42:22 -07:00
Phillip Webb
fa81c37422 Merge branch '2.2.x' into 2.3.x 2020-09-21 21:41:51 -07:00
Phillip Webb
be00bbcf41 Merge branch '2.1.x' into 2.2.x 2020-09-21 21:41:09 -07:00
Phillip Webb
3da300fba9 Remove unused CI parameter 2020-09-21 21:40:18 -07:00
Phillip Webb
de5a5abc7e Merge branch '2.3.x' 2020-09-21 21:39:13 -07:00
Phillip Webb
a47bc41fe3 Merge branch '2.2.x' into 2.3.x 2020-09-21 21:29:05 -07:00
Phillip Webb
e8d24948d5 Merge branch '2.1.x' into 2.2.x 2020-09-21 21:23:03 -07:00
Phillip Webb
b0cc5fba4e Use per-branch CI images
Closes gh-23439
2020-09-21 20:03:43 -07:00
Andy Wilkinson
8e8548756e Start work on Spring Boot 2.4 2020-05-28 10:52:18 +01:00
Andy Wilkinson
d3ef6f2382 Prepare 2.3.x branch 2020-05-28 09:56:01 +01:00
Madhura Bhave
c81fedb60b Merge branch '2.2.x' 2020-04-06 20:36:31 -07:00
Madhura Bhave
520b8c8836 Merge branch '2.1.x' into 2.2.x 2020-04-06 19:17:10 -07:00
Madhura Bhave
7c36cd414d Add separate parameter for milestone name
Since the branch name doesn't always correspond to the milestone name,
eg, master.

See gh-20680
2020-04-06 19:14:52 -07:00
Madhura Bhave
053e531f3a Merge branch '2.2.x'
Closes gh-20802
2020-04-01 18:35:47 -07:00
Madhura Bhave
d1ef19615c Merge branch '2.1.x' into 2.2.x
Closes gh-20801
2020-04-01 18:35:10 -07:00
dreis2211
0ee6108427 Harmonize issue title for auto-created Docker upgrade issues
See gh-20793
2020-04-01 18:31:50 -07:00
Madhura Bhave
9ebad0dfe5 Merge branch '2.2.x'
Closes gh-20753
2020-03-31 10:48:13 -07:00
Madhura Bhave
41255ca8d1 Merge branch '2.1.x' into 2.2.x
Closes gh-20752
2020-03-31 10:47:21 -07:00
dreis2211
4752d7e91a Automate Docker updates in CI
See gh-20530
2020-03-31 10:39:34 -07:00
Andy Wilkinson
0490bff344 Update CI to use the new 2.2.x maintenance branch 2019-11-07 15:43:26 +00:00
Phillip Webb
f8d4d3dd98 Merge branch '2.1.x' 2019-08-01 10:52:10 +01:00
Phillip Webb
bd815f6b5a Merge branch '2.0.x' into 2.1.x 2019-08-01 10:50:31 +01:00
Phillip Webb
e26777c014 Parameterize and increase CI task timeouts 2019-08-01 10:46:00 +01:00
Stephane Nicoll
2ba5f4a63e Setup CI 2018-11-30 12:50:59 +01:00