spring-boot/spring-boot-project/spring-boot-tools
Andy Wilkinson c7ec6080ce Publish a runtime variant that supports Java 22
In order to support Java 22, we must use spring-core 6.1.x.
spring-core 6.1.x is a multi-release jar so, in order to support Java
22, a version of Gradle that supports multi-release jars must be
used.

This commit adds a new variant to spring-boot-gradle-plugin for
modern versions of Gradle. When Gradle's plugin API version is 8.7 or
later, we use spring-core 6.1.x. spring-core 6.0.x is used at all
other times.

Closes gh-40074
2024-05-02 10:45:18 +01:00
..
spring-boot-antlib Rename spring-boot-loader to spring-boot-loader-classic 2023-10-03 15:40:04 -07:00
spring-boot-autoconfigure-processor Use .isEmpty() where feasible 2023-12-19 22:38:05 -08:00
spring-boot-buildpack-platform Close streams in test before deleting file 2024-04-26 09:20:36 +02:00
spring-boot-cli Merge branch '3.1.x' into 3.2.x 2024-05-02 10:51:10 +02:00
spring-boot-configuration-metadata Replace contains/put/get pattern with computeIfAbsent 2023-08-08 13:12:47 +02:00
spring-boot-configuration-metadata-changelog-generator Escape pipe symbol in properties changelog table cells 2023-11-30 11:37:25 +01:00
spring-boot-configuration-processor Merge branch '3.1.x' into 3.2.x 2024-02-12 10:18:46 +01:00
spring-boot-gradle-plugin Publish a runtime variant that supports Java 22 2024-05-02 10:45:18 +01:00
spring-boot-gradle-test-support Merge branch '3.1.x' into 3.2.x 2024-04-26 11:12:46 +02:00
spring-boot-jarmode-layertools Merge branch '3.1.x' into 3.2.x 2024-04-18 11:59:50 +02:00
spring-boot-loader Fix possible NullPointerException from getPermission() 2024-05-01 22:42:52 -07:00
spring-boot-loader-classic Merge branch '3.1.x' into 3.2.x 2024-02-12 10:18:46 +01:00
spring-boot-loader-tools Merge branch '3.1.x' into 3.2.x 2024-03-27 09:35:44 +01:00
spring-boot-maven-plugin Merge branch '3.1.x' into 3.2.x 2024-04-24 14:04:08 +02:00
spring-boot-properties-migrator Use Stream.toList() 2023-07-05 09:38:19 +01:00
spring-boot-test-support Merge branch '3.1.x' into 3.2.x 2024-04-18 12:52:54 -07:00