1211 Commits

Author SHA1 Message Date
Stéphane Nicoll
ed5ec225a7 Merge branch '3.4.x'
Closes gh-44417
2025-02-24 08:04:36 +01:00
Stéphane Nicoll
f235d7e9ff Merge branch '3.3.x' into 3.4.x
Closes gh-44416
2025-02-24 08:01:46 +01:00
Johnny Lim
332ad7bb70 Polish
See gh-44323

Signed-off-by: Johnny Lim <izeye@naver.com>
2025-02-24 07:46:25 +01:00
Phillip Webb
651a39b3f6 Merge branch '3.4.x' 2025-02-18 15:12:07 -08:00
Phillip Webb
eeced8c629 Merge branch '3.3.x' into 3.4.x 2025-02-18 15:11:51 -08:00
Phillip Webb
8aea6d575a Update copyright year of changed files 2025-02-18 15:11:35 -08:00
Andy Wilkinson
b7499222b8 Fix possible NPE when moving to snapshots
See gh-43045
2025-02-08 10:09:38 +00:00
Moritz Halbritter
129a20132b Merge branch '3.4.x'
Closes gh-44146
2025-02-06 12:24:12 +01:00
Moritz Halbritter
1b494cc61d Merge branch '3.3.x' into 3.4.x
Closes gh-44145
2025-02-06 12:21:58 +01:00
Moritz Halbritter
baf596d10e Document double observations when using @Timed etc.
Closes gh-44037
2025-02-06 12:21:31 +01:00
Andy Wilkinson
271e2ec16b Merge branch '3.4.x'
Closes gh-44136
2025-02-05 10:59:19 +00:00
Andy Wilkinson
64b5c6391f Merge branch '3.3.x' into 3.4.x
Closes gh-44135
2025-02-05 10:59:07 +00:00
Andy Wilkinson
0b8f2a567a Improve version upgrade suggestions when version is aligned
Closes gh-44132
2025-02-05 10:07:31 +00:00
Phillip Webb
ae6ce40415 Merge branch '3.4.x' 2025-02-03 21:19:19 -08:00
Phillip Webb
e257463899 Merge branch '3.3.x' into 3.4.x 2025-02-03 21:19:14 -08:00
Phillip Webb
754fabab20 Fixup 'Limit artifact types resolved from repositories' 2025-02-03 21:18:52 -08:00
Phillip Webb
91536a8efd Merge branch '3.4.x' 2025-02-03 20:55:52 -08:00
Phillip Webb
ccf40500e7 Merge branch '3.3.x' into 3.4.x 2025-02-03 20:55:45 -08:00
Phillip Webb
810fedacee Limit artifact types resolved from repositories
Use `content.snapshotsOnly()` or `content.releasesOnly()` to limit
when maven repositories can be used.
2025-02-03 20:24:33 -08:00
Phillip Webb
a39556b8b8 Merge branch '3.4.x'
Closes gh-44056
2025-02-03 19:44:48 -08:00
Phillip Webb
0ec15c8f9b Merge branch '3.3.x' into 3.4.x
Closes gh-44055
2025-02-03 19:44:33 -08:00
Phillip Webb
80e8ab8779 Support commercial repositories in effective BOM and Ivy
Update `BomExtension` to resolve '{spring.mavenRepositories}' and add
credentials to `ivysettings.xml` and `settings.xml`.

Closes gh-44050
2025-02-03 18:22:53 -08:00
Phillip Webb
fd5180645e Polish 2025-02-03 16:55:09 -08:00
Andy Wilkinson
c8afa398f1 Improve issues and commit messages for moving to non-patch snapshots
Closes gh-43045
2025-02-03 11:43:58 +00:00
Phillip Webb
9ddd9a9b33 Backport 'Patch gulp-vinyl-zip to improve error messages'
Update Antora `package.json` to patch `@vscode+gulp-vinyl-zip` in order
to provide better error messages.

See gh-42392
2025-01-27 17:39:13 -08:00
Moritz Halbritter
1bab11f28d Merge branch '3.4.x'
Closes gh-43972
2025-01-27 11:43:30 +01:00
Moritz Halbritter
dd7708190c Merge branch '3.3.x' into 3.4.x
Closes gh-43971
2025-01-27 11:43:18 +01:00
Tran Ngoc Nhan
bee3dafc86 Add links to Jackson JavaDoc
See gh-43961

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
2025-01-27 11:42:06 +01:00
Phillip Webb
3ff6e0b5a9 Merge branch '3.4.x' 2025-01-24 19:24:42 -08:00
Phillip Webb
3b29085ac8 Merge branch '3.3.x' into 3.4.x 2025-01-24 19:24:10 -08:00
Phillip Webb
66c224b74a Update copyright year of changed files 2025-01-24 19:23:41 -08:00
Phillip Webb
6b654f4cb8 Merge branch '3.4.x' 2025-01-24 19:23:27 -08:00
Phillip Webb
67a585e8a3 Merge branch '3.3.x' into 3.4.x 2025-01-24 19:22:54 -08:00
Phillip Webb
4b26a08206 Polish 2025-01-24 19:21:48 -08:00
Phillip Webb
680c1682e7 Merge branch '3.4.x' 2025-01-24 19:14:00 -08:00
Phillip Webb
3f00b08577 Merge branch '3.3.x' into 3.4.x 2025-01-24 18:39:14 -08:00
Phillip Webb
432681734f Polish ArchitectureCheck
Extract rules to a new class and use more helper methods.
2025-01-24 18:00:42 -08:00
Yanming Zhou
7bcdb7d3ee Enforce @ConfigurationProperties don't use only prefix
See gh-43917

Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
2025-01-24 14:57:32 -08:00
Yanming Zhou
0e7d480545 Add spring.validation.method.adapt-constraint-violations property
See gh-43886

Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
2025-01-22 14:35:47 +00:00
Andy Wilkinson
e7eca56dde Allow infrastructure beans to be injected into BPP @Bean methods
Closes gh-43928
2025-01-22 14:35:27 +00:00
Andy Wilkinson
53c4ae813b Merge branch '3.3.x' into 3.4.x
Closes gh-43907
2025-01-21 16:19:59 +00:00
arefbehboudi
c6b6d0c5ed Polish
See gh-43876

Signed-off-by: arefbehboudi <behboodiaref@gmail.com>
2025-01-21 16:12:52 +00:00
Moritz Halbritter
f2906a0e9c Merge branch '3.3.x' into 3.4.x
Closes gh-43828
2025-01-15 11:22:11 +01:00
John Blum
ebffe6a038 Simplify findChild method in BomPlugin
See gh-43773

Signed-off-by: John Blum <jblum0@gmail.com>
2025-01-15 11:10:25 +01:00
Andy Wilkinson
870b794ffd Merge branch '3.3.x' into 3.4.x
Closes gh-43784
2025-01-13 09:52:18 +00:00
Andy Wilkinson
d2e2aab208 Simplify Antora playbook template
Closes gh-43783
2025-01-13 09:51:23 +00:00
Stéphane Nicoll
049f8a0aab Rely on standard NoOpResponseErrorHandler 2025-01-11 12:55:03 +01:00
Andy Wilkinson
51d15c7c78 Merge branch '3.3.x'
Closes gh-43649 in 3.4.x
Closes gh-43651
2025-01-02 12:22:59 +00:00
Andy Wilkinson
d8a9ebd14b Upgrade to Gradle 8.12
Closes gh-43649
2025-01-02 12:05:14 +00:00
Stéphane Nicoll
530a26e9f9 Merge branch '3.3.x'
Closes gh-43646
2025-01-02 06:36:48 +01:00