Commit Graph

114 Commits

Author SHA1 Message Date
Andy Wilkinson d558c6adfa Prepare the 3.5.x branch 2025-06-20 09:19:23 +01:00
Phillip Webb fedcc0c82a Merge branch '3.4.x' 2025-04-21 19:11:28 -07:00
Phillip Webb 11262601ce Merge branch '3.3.x' into 3.4.x 2025-04-21 19:11:13 -07:00
Phillip Webb e28e215bdd Add 'workflow_dispatch:' for manual trigger
Build and Deploy Snapshot / Build and Deploy Snapshot (push) Waiting to run Details
Build and Deploy Snapshot / Trigger Docs Build (push) Blocked by required conditions Details
Build and Deploy Snapshot / Verify (push) Blocked by required conditions Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:false version:17], map[id:${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} name:Linux]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:false version:17], map[id:windows-latest name:Windows]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:true version:21], map[id:${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} name:Linux]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:true version:21], map[id:windows-latest name:Windows]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:true version:22], map[id:${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} name:Linux]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:true version:22], map[id:windows-latest name:Windows]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:true version:23], map[id:${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} name:Linux]) (push) Waiting to run Details
CI / ${{ matrix.os.name}} | Java ${{ matrix.java.version}} (map[toolchain:true version:23], map[id:windows-latest name:Windows]) (push) Waiting to run Details
Run System Tests / Java ${{ matrix.java.version}} (map[toolchain:false version:17]) (push) Waiting to run Details
Run System Tests / Java ${{ matrix.java.version}} (map[toolchain:true version:21]) (push) Waiting to run Details
2025-04-21 19:11:05 -07:00
Stéphane Nicoll b8b3df0b60 Use github.ref_name for building snapshots
Closes gh-42866
2025-01-08 09:10:06 +01:00
Andy Wilkinson ec75474abf Prepare 3.4.x branch 2025-01-06 15:29:59 +00:00
Andy Wilkinson 214e0281a9 Start work on Spring Boot 3.5 2025-01-06 15:29:25 +00:00
Andy Wilkinson 6029b01d3d Merge branch '3.3.x'
Closes gh-43292
2024-11-26 14:47:47 +00:00
dependabot[bot] 1c64a40b92 Bump spring-io/artifactory-deploy-action from 0.0.1 to 0.0.2
Bumps [spring-io/artifactory-deploy-action](https://github.com/spring-io/artifactory-deploy-action) from 0.0.1 to 0.0.2.
- [Release notes](https://github.com/spring-io/artifactory-deploy-action/releases)
- [Commits](26bbe925a7...dc1913008c)

---
updated-dependencies:
- dependency-name: spring-io/artifactory-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

See gh-43285
2024-11-26 14:46:02 +00:00
Andy Wilkinson 7a9f57fa10 Merge branch '3.3.x'
Closes gh-43266
2024-11-22 11:48:19 +00:00
Andy Wilkinson c36d307f6a Correct snapshot repository name for publishing commercial builds
Closes gh-43250
2024-11-22 11:47:42 +00:00
Moritz Halbritter c2bb3586c8 Use spring-boot-3.4.x as build name
See gh-42866
2024-10-24 09:47:56 +02:00
Moritz Halbritter 17a399ea92 Merge branch '3.3.x' 2024-10-24 08:58:17 +02:00
Moritz Halbritter 131bbafb6d Merge branch '3.2.x' into 3.3.x 2024-10-24 08:58:10 +02:00
Moritz Halbritter 83a3212e98 Use github.ref_name when deploying snapshots
See gh-42808
2024-10-24 08:57:24 +02:00
Moritz Halbritter 465ad822d3 Merge branch '3.3.x'
Closes gh-42863
2024-10-24 08:39:55 +02:00
Moritz Halbritter 2d9138549c Merge branch '3.2.x' into 3.3.x
Closes gh-42862
2024-10-24 08:39:40 +02:00
Moritz Halbritter 76cfc57b35 Use steps.build-and-publish.outputs.version instead of github.ref_name
Closes gh-42808
2024-10-24 08:38:19 +02:00
Andy Wilkinson fe918782fa Merge branch '3.3.x'
Closes gh-42581
2024-10-10 10:05:44 +01:00
Andy Wilkinson 88645be8a8 Merge branch '3.2.x' into 3.3.x
Closes gh-42582
2024-10-10 10:04:24 +01:00
Andy Wilkinson 820b42cbcb Update PR workflow to use shared build action
Closes gh-42573
2024-10-10 10:04:09 +01:00
Stéphane Nicoll 8ccf77b24e Merge branch '3.3.x'
Closes gh-42514
2024-10-04 15:27:28 +02:00
Stéphane Nicoll ae677d4ddc Merge branch '3.2.x' into 3.3.x
Closes gh-42513
2024-10-04 15:25:21 +02:00
Stéphane Nicoll 20b3e6120d Apply conventions to existing Actions and Workflows
This commit applies the conventions that we documented on our wiki, see
https://github.com/spring-projects/spring-boot/wiki/GitHub-Actions.

In no particular order this:

* Use consistent single quotes for descriptions
* Order elements in a predictable order. In particular, inputs, outputs,
and environment variables are ordered alphabetically

Closes gh-42512
2024-10-04 15:18:18 +02:00
Phillip Webb f0cc04be22 Merge branch '3.3.x' 2024-10-01 15:28:22 -07:00
Phillip Webb 72d2dfb586 Merge branch '3.2.x' into 3.3.x 2024-10-01 15:27:50 -07:00
Phillip Webb c3b8337638 Unify commercial and OSS workflows
See gh-42333
2024-10-01 15:27:07 -07:00
Phillip Webb d92774ab28 Merge branch '3.3.x' 2024-10-01 13:52:13 -07:00
Phillip Webb f069c56738 Merge branch '3.2.x' into 3.3.x 2024-10-01 13:52:06 -07:00
Phillip Webb 03d795f9bc Add commercial repository references to CI
See gh-42333
2024-10-01 13:51:11 -07:00
Andy Wilkinson b82830c596 Merge branch '3.3.x'
Closes gh-42465
2024-09-27 08:37:00 +01:00
Andy Wilkinson 294b9e3911 Merge branch '3.2.x' into 3.3.x
Closes gh-42464
2024-09-27 08:35:30 +01:00
Andy Wilkinson df73191cb0 Update secret used to authenticate with Develocity
Closes gh-42404
2024-09-27 08:34:21 +01:00
Phillip Webb 7934728102 Merge branch '3.3.x' 2024-09-17 12:29:47 -07:00
Phillip Webb 75bea6baf1 Merge branch '3.2.x' into 3.3.x 2024-09-17 12:27:39 -07:00
Phillip Webb cad5dd2b85 Use variables for `runs-on` settings
See gh-42333
2024-09-17 12:25:54 -07:00
Stéphane Nicoll f4b55a6f28 Harmonize GitHub Actions settings
Closes gh-41463
2024-07-12 12:08:11 +02:00
Andy Wilkinson e0a8ec9401 Merge branch '3.3.x' 2024-07-12 11:05:39 +01:00
Andy Wilkinson 549a12683d Specify the repository when running Deploy Docs workflow
See gh-41461
2024-07-12 11:00:06 +01:00
Andy Wilkinson 291fe282e4 Merge branch '3.3.x'
Closes gh-41462
2024-07-12 10:29:20 +01:00
Andy Wilkinson dec6a8d1ba Move Trigger Docs Build into a separate job
Closes gh-41461
2024-07-12 10:27:34 +01:00
Andy Wilkinson e722200876 Update the build name now that we're working on 3.4 2024-06-21 16:38:34 +01:00
Andy Wilkinson 7c6d40f777 Prepare 3.3.x branch 2024-06-20 19:46:14 +01:00
Andy Wilkinson 58ad229ca6 Merge branch '3.2.x'
Closes gh-40707
2024-05-13 12:13:05 +01:00
Andy Wilkinson ccd573ad3d Merge branch '3.1.x' into 3.2.x
Closes gh-40706
2024-05-13 12:12:47 +01:00
Andy Wilkinson 90aae5a0b7 Use ubuntu-latest GitHub Actions runner for Linux builds
A full build requires a lot of disk space. I believe this is mostly
due to the large number of Docker images that the tests utilize. By
default, the amount of free disk space on an ubuntu-latest runner
does not meet or needs. In this commit, we work around this using
the free-disk-space action which deletes things like the Android
SDK and Haskell installations that are both large and not needed by
our builds.

Closes gh-40705
2024-05-13 12:08:15 +01:00
Phillip Webb e2f3d6a395 Merge branch '3.2.x'
Closes gh-40685
2024-05-09 12:01:05 -07:00
Phillip Webb 2d77ebcaed Merge branch '3.1.x' into 3.2.x
Closes gh-40684
2024-05-09 12:00:56 -07:00
Phillip Webb 101b3a5416 Use OSS self hosted runners
Closes gh-40683
2024-05-09 12:00:28 -07:00
Andy Wilkinson 592571c16e Merge branch '3.2.x'
Closes gh-40528
2024-04-26 09:34:00 +01:00