Commit Graph

936 Commits

Author SHA1 Message Date
Andy Wilkinson
99904d0307 Merge branch '3.3.x'
Closes gh-41274
2024-06-28 16:01:46 +01:00
Andy Wilkinson
55ac058385 Merge branch '3.2.x' into 3.3.x
Closes gh-41273
2024-06-28 15:47:54 +01:00
Andy Wilkinson
d71fdd9712 Make buildSrc's custom Gradle tasks consistently abstract
Closes gh-41272
2024-06-28 15:40:56 +01:00
Andy Wilkinson
1521258695 Merge branch '3.3.x'
Closes gh-41269
2024-06-28 12:13:38 +01:00
Andy Wilkinson
ac8a3b6332 Merge branch '3.2.x' into 3.3.x
Closes gh-41268
2024-06-28 12:12:15 +01:00
Andy Wilkinson
365fdfee45 Reduce scope of mavenOptional feature to only the Maven Plugin
Previously, the mavenOptional was added to every published module but it
was only used by spring-boot-maven-plugin. This commit reduces its scope
so that it only affects the Maven plugin. It also reworks the
implementation to reuse the existing optional configuration rather than
declaring a new mavenOptional configuration. Lastly, publication of
Gradle Module Metadata (GMM) has been disabled for
spring-boot-maven-plugin. This is seen as preferable to publishing the
metadata – which isn't really needed as it does not contain any useful
additional information – and having to suppress warnings about
incomplete mapping of GMM to pom metadata.

Closes gh-41263
2024-06-28 11:39:46 +01:00
Andy Wilkinson
5b7365b63b Merge branch '3.3.x'
Closes gh-41258
2024-06-27 10:25:32 +01:00
Andy Wilkinson
b0d4f1d356 Merge branch '3.2.x' into 3.3.x
Closes gh-41257
2024-06-27 10:16:36 +01:00
Andy Wilkinson
d78c7b541a Introduce docker-test plugin for running tests that require Docker
See gh-41228
2024-06-26 19:45:21 +01:00
Andy Wilkinson
28a887ad0f Raise minimum supported version of Gradle
Closes gh-41180
2024-06-21 14:52:22 +01:00
Phillip Webb
9dda006a18 Merge branch '3.2.x' 2024-06-19 22:55:00 -07:00
Phillip Webb
2a4582b084 Update copyright year of changed files 2024-06-19 22:54:40 -07:00
Johnny Lim
a42e45047f Remove buildSrc/.idea/workspace.xml
See gh-41112
2024-06-16 10:51:21 +01:00
Phillip Webb
147240aa0c Merge branch '3.2.x'
Closes gh-41080
2024-06-11 13:32:30 -07:00
Phillip Webb
dcccb3b2b1 Polish "Use method references when possible"
See gh-40974
2024-06-11 12:57:59 -07:00
Ahmed Ashour
507229eef8 Use method references when possible
See gh-40974
2024-06-11 12:57:55 -07:00
Ahmed Ashour
3a375ef66e Prevent unnecessary boxing
See gh-40985
2024-06-11 12:36:10 -07:00
Phillip Webb
41c93c53e5 Merge branch '3.2.x'
Closes gh-41079
2024-06-11 12:31:43 -07:00
Phillip Webb
a18cb37657 Polish "Use 'switch' instead of 'if'"
See gh-40985
2024-06-11 12:24:13 -07:00
Ahmed Ashour
2c5934dab2 Use 'switch' instead of 'if'
See gh-40985
2024-06-11 12:24:11 -07:00
Phillip Webb
255bcc28e6 Merge branch '3.2.x'
Closes gh-41077
2024-06-11 10:48:52 -07:00
Phillip Webb
ecc9a2352d Polish "Use constructor rather than Collection.addAll"
See gh-41053
2024-06-11 10:02:27 -07:00
Seungrae
b5b8357489 Fix typo in AntoraAsciidocAttributes class
See gh-40946
2024-05-29 13:41:40 -05:00
Phillip Webb
82d8222f56 Polish 2024-05-24 18:10:03 -07:00
Phillip Webb
b082e5d82d Add external link indicators to API docs in Antora
Closes gh-40817
2024-05-17 09:52:24 -07:00
Piyal Ahmed
dfc3b20afb Fix typo in variable name
See gh-40770
2024-05-16 13:56:39 +01:00
Moritz Halbritter
e47339c05b Merge branch '3.2.x'
Closes gh-40703
2024-05-13 11:52:24 +02:00
Moritz Halbritter
ef0cf7e9da Merge branch '3.1.x' into 3.2.x
Closes gh-40702
2024-05-13 11:52:18 +02:00
Piyal Ahmed
3cac9b1d17 Fix typo in JavaDoc
See gh-40637
2024-05-13 11:50:49 +02:00
Andy Wilkinson
0934b68c6c Link to Java APIs from Kotlin API documentation
Closes gh-40694
2024-05-11 08:44:06 +01:00
Andy Wilkinson
53e1c7ed7d Include Kotlin API documentation in the documentation site
Closes gh-40692
2024-05-10 14:56:33 +01:00
Andy Wilkinson
436f2758f8 Ensure that extensions have been built before Asciidoctor runs
See gh-40536
2024-05-10 09:57:12 +01:00
Andy Wilkinson
c44e477a77 Merge branch '3.2.x'
Closes gh-40613
2024-05-02 10:49:55 +01:00
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
Andy Wilkinson
86a3099782 Align ExtractVersionConstraints with 3.2.x
See gh-40551
2024-04-26 17:47:30 +01:00
Andy Wilkinson
308b0d9921 Merge branch '3.2.x'
Closes gh-40551
2024-04-26 17:11:46 +01:00
Andy Wilkinson
0757857b74 Stop calling getProject() when ExtractVersionConstraints is executing
Closes gh-40550
2024-04-26 17:03:29 +01:00
Andy Wilkinson
85d9ebcccc Merge branch '3.2.x' 2024-04-26 16:32:08 +01:00
Andy Wilkinson
c139bdf525 Merge branch '3.1.x' into 3.2.x 2024-04-26 16:31:58 +01:00
Andy Wilkinson
ee73b022c7 Polish 2024-04-26 16:31:11 +01:00
Andy Wilkinson
ddeb114d36 Merge branch '3.2.x'
Closes gh-40548
2024-04-26 16:30:37 +01:00
Andy Wilkinson
89b13c897a Merge branch '3.1.x' into 3.2.x
Closes gh-40547
2024-04-26 16:30:27 +01:00
Andy Wilkinson
b8aed98649 Avoid calling getProject() when checking configuration metadata
Closes gh-40546
2024-04-26 16:30:00 +01:00
Andy Wilkinson
bccf004b85 Merge branch '3.2.x'
Closes gh-40545
2024-04-26 16:22:01 +01:00
Andy Wilkinson
023c104434 Merge branch '3.1.x' into 3.2.x
Closes gh-40544
2024-04-26 16:21:49 +01:00
Andy Wilkinson
fd887839a3 Avoid calling getProject() during execution of pMPTPR
Closes gh-40543
2024-04-26 16:21:11 +01:00
Andy Wilkinson
7fdb7ce984 Merge branch '3.2.x'
Closes gh-40542
2024-04-26 16:10:49 +01:00
Andy Wilkinson
876d9213f5 Merge branch '3.1.x' into 3.2.x
Closes gh-40541
2024-04-26 16:10:40 +01:00
Andy Wilkinson
3e6a9b3708 Stop calling getProject() during execution of AutoConfigurationMetadata
Closes gh-40540
2024-04-26 16:09:59 +01:00
Andy Wilkinson
7d1c244ba1 Merge branch '3.2.x'
Closes gh-40539
2024-04-26 15:58:55 +01:00