Commit Graph

47 Commits

Author SHA1 Message Date
Stéphane Nicoll a3ca741c56 Merge branch '3.5.x'
Closes gh-47757
2025-10-22 10:14:03 +02:00
Stéphane Nicoll ba27452de0 Polish "Bump gradle/actions from 4.4.4 to 5.0.0"
See gh-47416
2025-10-22 10:13:34 +02:00
Moritz Halbritter 500fbec456 Use Java 25 in CI by default
See gh-47283
2025-10-14 15:43:03 +02:00
Andy Wilkinson 473fc1b19e Merge branch '3.5.x'
Closes gh-47413
2025-10-06 18:44:02 +01:00
Stéphane Nicoll ad3a18d086 Merge branch '3.5.x'
Closes gh-47361
2025-09-30 07:54:40 +02:00
Stéphane Nicoll bc968fc671 Polish "Bump gradle/actions from 4.4.3 to 4.4.4"
See gh-47357
2025-09-30 07:54:12 +02:00
Stéphane Nicoll 5a9f5a9b68 Merge branch '3.5.x'
Closes gh-47223
2025-09-16 08:49:44 +02:00
Stéphane Nicoll b2848d6408 Polish "Bump gradle/actions from 4.4.2 to 4.4.3"
See gh-47209
2025-09-16 08:48:59 +02:00
Moritz Halbritter a3343797f4 Merge branch '3.5.x'
Closes gh-46981
2025-08-28 11:58:16 +02:00
Moritz Halbritter e1e8914de2 Bump actions/setup-java from 4 to 5
Closes gh-46961
2025-08-28 11:57:24 +02:00
Moritz Halbritter ce36db8bc5 Merge branch '3.5.x'
Closes gh-46796
2025-08-12 08:49:00 +02:00
Moritz Halbritter 2e78df4b23 Polish "Bump gradle/actions from 4.4.1 to 4.4.2"
See gh-46789
2025-08-12 08:48:17 +02:00
Stéphane Nicoll fa77b65b66 Merge branch 'main' into 4.0.x 2025-06-17 14:16:00 +02:00
Stéphane Nicoll b727309ff8 Polish "Bump gradle/actions from 4.4.0 to 4.4.1"
See gh-45977
2025-06-17 14:15:14 +02:00
Stéphane Nicoll 810134dd77 Merge branch 'main' into 4.0.x 2025-05-20 14:28:41 +02:00
Stéphane Nicoll 172467c128 Polish "Bump gradle/actions from 4.3.1 to 4.4.0"
See gh-45604
2025-05-20 14:17:35 +02:00
Andy Wilkinson 6e2049eb92 Compile project with Java 24 and '-release' Java 17
Closes gh-45472
2025-05-09 17:38:08 -07:00
Moritz Halbritter 4686dafabf Polish "Bump gradle/actions from 4.3.0 to 4.3.1"
See gh-44957
2025-04-01 08:41:50 +02:00
Stéphane Nicoll df975b61e5 Polish "Bump gradle/actions from 4.2.2 to 4.3.0"
See gh-44051
2025-02-04 12:11:29 +01:00
Stéphane Nicoll a1e15a69e8 Polish "Bump gradle/actions from 4.2.1 to 4.2.2"
See gh-43808
2025-01-14 10:40:58 +01:00
Moritz Halbritter 841d25907d Polish "Bump gradle/actions from 4.1.0 to 4.2.1"
See gh-43212
2024-11-19 10:33:09 +01:00
Moritz Halbritter 85936e7c2a Remove tool cache on the GitHub actions runner
See gh-42776
2024-10-18 11:03:03 +02:00
Andy Wilkinson c989948869 Increase short-lived access token's expiry to 4 hours
Closes gh-42695
2024-10-15 17:30:05 +01:00
Andy Wilkinson 88fb0efb90 Try a different approach to getting cache-read-only to work 2024-10-10 15:22:52 +01:00
Andy Wilkinson 8a96ab4afb Try to correct interpretation of cache-read-only 2024-10-10 11:58:10 +01:00
Andy Wilkinson 035d12a1a3 Revert "Remove pre-cached Docker images when preparing runner"
This reverts commit f468dc3d42.

See gh-42579
2024-10-10 11:20:06 +01:00
Andy Wilkinson f468dc3d42 Remove pre-cached Docker images when preparing runner
Closes gh-42579
2024-10-10 10:16:00 +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 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
Andy Wilkinson dc72e3853b Try to ensure that distribution always has a non-empty value
See gh-42345
2024-09-18 09:29:33 +01:00
Andy Wilkinson 6d8a421114 Update CI to use Java 23 GA
Closes gh-42345
2024-09-18 09:22:39 +01:00
Stéphane Nicoll c6c0923dce Polish "Bump gradle/actions from 4.0.1 to 4.1.0"
See gh-42331
2024-09-17 09:19:08 +02:00
Andy Wilkinson bca7486bde Fix Prepare Gradle Build action
See gh-42090
2024-09-04 13:16:54 +01:00
Andy Wilkinson b3781eecbc Polish "Bump gradle/actions from 4.0.0 to 4.0.1"
See gh-42090
2024-09-04 08:41:57 +01:00
Stéphane Nicoll e3de6a19b6 Polish "Bump gradle/actions from 3.5.0 to 4.0.0"
See gh-41832
2024-08-13 07:41:50 +02:00
Stéphane Nicoll 00cfe4dddd Don't pass -ea suffix into Gradle as the toolchain version
This commit is similar to what we had to do for Java 22-ea.

Given our actions have changed quite a bit, this commit replaces the
"java-distribution" parameter by a "java-early-access" parameter. When
set, it automatically switches the distribution to temurin as well as
applying the same handling of the Java version as in b8a6cab.

See gh-41698
2024-08-07 19:29:14 +02:00
Stéphane Nicoll 379edd4564 Polish "Bump gradle/actions from 3.4.2 to 3.5.0"
See gh-41508
2024-07-16 07:58:56 +02:00
Stéphane Nicoll f6cbbe7948 Add missing input for java distribution
See gh-41463
2024-07-12 16:04:35 +02:00
Andy Wilkinson 0193e47602 Polish "Bump gradle/actions from 3.4.1 to 3.4.2"
See gh-41139
2024-06-18 08:46:54 +01:00
Andy Wilkinson 270597e577 Use short-lived access token to authenticate with Develocity
Closes gh-41120
2024-06-17 09:34:56 +01:00
Andy Wilkinson 2bbeb7e78c Upgrade to Gradle Actions 3.4.1
Closes gh-41119
2024-06-17 09:30:53 +01:00
Andy Wilkinson 4007b42df0 Free up more disk space on GitHub Actions
See gh-40705
2024-05-22 07:51:01 +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
Andy Wilkinson 6c1962fdd4 Fix handling of booleans that are actually strings
Closes gh-40686
2024-05-10 08:46:25 +01:00
Moritz Halbritter 6db8d6fdbd Bump gradle/actions in action.yml from 3.3.1 to 3.3.2
Dependabot misses the update in action.yml, see
202ebd3a10
2024-04-30 14:29:42 +02:00
Andy Wilkinson 36e96b3453 Polish "Bump gradle/actions from 3.3.0 to 3.3.1"
See gh-40477
2024-04-23 09:02:42 +01:00
Andy Wilkinson 7bf20cfae7 Move steps for preparing a Gradle build into a reusable action
Closes gh-40443
2024-04-19 13:55:45 +01:00