Phillip Webb
67bae524b2
Merge branch '3.3.x'
2024-07-30 13:12:24 +01:00
Phillip Webb
2c268b0773
Add more javadoc links for Antora to use
...
See gh-41614
2024-07-30 13:11:17 +01:00
Andy Wilkinson
6278d803a5
Merge branch '3.3.x'
...
Closes gh-41634
2024-07-29 12:13:07 +01:00
Andy Wilkinson
87417c0536
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41633
2024-07-29 11:57:09 +01:00
Andy Wilkinson
4ee24bf9bd
Polish "Add rule to prevent calls to Objects.requireNonNull()"
...
See gh-41611
2024-07-29 11:41:26 +01:00
ivamly
fb22c189f4
Add rule to prevent calls to Objects.requireNonNull()
...
See gh-41611
2024-07-29 10:35:44 +01:00
Phillip Webb
fdd5d007f5
Merge branch '3.3.x'
2024-07-25 20:49:42 +01:00
Phillip Webb
28faf12062
Migrate plugins to javadoc asciidoctor macro
...
See gh-41605
2024-07-25 20:49:02 +01:00
Phillip Webb
e725aa609f
Merge branch '3.3.x'
2024-07-25 15:17:00 +01:00
Phillip Webb
cbd9cd654b
Add @springio/asciidoctor-extensions/javadoc-extension
...
See gh-41605
2024-07-25 15:15:02 +01:00
Phillip Webb
000600c68a
Merge branch '3.3.x'
2024-07-22 18:41:53 +01:00
Phillip Webb
36b1214feb
Merge branch '3.2.x' into 3.3.x
2024-07-22 18:30:45 +01:00
Phillip Webb
61dc82d836
Update copyright year of changed files
2024-07-22 18:16:19 +01:00
Andy Wilkinson
be35e5e997
Merge branch '3.2.x'
...
Closes gh-41473
2024-07-12 16:00:40 +01:00
Andy Wilkinson
eef8bacd22
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41472
2024-07-12 16:00:27 +01:00
Andy Wilkinson
7398c6c2a4
Fix upgrade detection when number of numeric components changes
...
Fixes gh-41471
2024-07-12 15:53:02 +01:00
Andy Wilkinson
23afbcad7c
Merge branch '3.3.x'
...
Closes gh-41360
2024-07-09 11:04:13 +01:00
Andy Wilkinson
cf988d287c
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41359
2024-07-09 11:03:57 +01:00
Andy Wilkinson
68c5f59ab9
Configure checkArchitecture tasks to depend on resource processing
...
Closes gh-41358
2024-07-09 10:57:38 +01:00
Andy Wilkinson
30ba937aef
Merge branch '3.3.x'
...
Closes gh-41343
2024-07-08 10:34:59 +01:00
Andy Wilkinson
330abb56f8
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41342
2024-07-08 10:33:28 +01:00
Andy Wilkinson
cb9135b743
Align GraphQL Java version with dependency from spring-graphql
...
Closes gh-41315
2024-07-08 10:32:04 +01:00
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