Commit Graph

1112 Commits

Author SHA1 Message Date
Andy Wilkinson
00fdf29ac1 Merge branch '3.3.x'
Closes gh-43034
2024-11-05 15:58:52 +00:00
Andy Wilkinson
42ce97b40f Link to release notes from upgrade issues
Closes gh-31544
2024-11-05 15:55:32 +00:00
Andy Wilkinson
4a9da78eb8 Merge branch '3.3.x'
Closes gh-42969
2024-11-01 14:32:51 +00:00
Andy Wilkinson
f9281a61ff Rework Antora Gradle Infrastructure
Closes gh-40572

Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
2024-11-01 14:28:18 +00:00
Andy Wilkinson
f4c6aab02b Merge branch '3.3.x'
Closes gh-42945
2024-10-30 10:44:27 +00:00
Andy Wilkinson
53186655f9 Merge branch '3.2.x' into 3.3.x
Closes gh-42944
2024-10-30 10:44:04 +00:00
Andy Wilkinson
1c61e59099 Prohibit unnecessary values on @ConditionalOnMissingBean
Closes gh-42941
2024-10-30 10:24:00 +00:00
Andy Wilkinson
9a3605fcb9 Merge branch '3.3.x'
Closes gh-42931
2024-10-29 20:27:13 +00:00
Andy Wilkinson
c8b0e7f66a Merge branch '3.2.x' into 3.3.x
Closes gh-42930
2024-10-29 17:54:55 +00:00
Andy Wilkinson
c340c691c5 Avoid calling getProject() during task execution
Closes gh-32980
2024-10-29 17:54:00 +00:00
Andy Wilkinson
918d818fdc Merge branch '3.3.x'
Closes gh-42928
2024-10-29 15:23:21 +00:00
Andy Wilkinson
5d425fe3ff Merge branch '3.2.x' into 3.3.x
Closes gh-42927
2024-10-29 15:22:50 +00:00
Andy Wilkinson
decf234b88 Move away from ProjectDependency#getDependencyProject()
Closes gh-42870
2024-10-29 15:22:12 +00:00
Phillip Webb
d8ef2144e3 Merge branch '3.3.x' 2024-10-23 09:58:59 -07:00
Phillip Webb
9210b3b8e9 Revert "Drop @Input from getData()"
This reverts commit a9e50d67dd as
we do have some undeclared inputs.

See gh-40572
2024-10-23 09:58:27 -07:00
Phillip Webb
bacd2c26e1 Merge branch '3.3.x' 2024-10-22 11:15:00 -07:00
Phillip Webb
a9e50d67dd Drop @Input from getData()
Remove `@Input` from the `getData()` method since it's built up from
other properties.

See gh-40572
2024-10-22 11:13:32 -07:00
Stéphane Nicoll
5fd1b5b2b4 Merge branch '3.3.x'
Closes gh-42811
2024-10-21 17:19:11 +02:00
Stéphane Nicoll
1688804f0c Merge branch '3.2.x' into 3.3.x
Closes gh-42810
2024-10-21 17:19:00 +02:00
jeonghyeon00
cc25e6145e Polish
See gh-42809
2024-10-21 17:00:42 +02:00
Phillip Webb
8d028aa55f Merge branch '3.2.x' into 3.3.x
Closes gh-42793
2024-10-18 10:59:48 -07:00
Phillip Webb
a45844e7cd Reclaim docker disk space on CI during build
Attempt to fix disk space issues by removing large docker images
after they have been used.

This commit backports commits from `3.4.x` that were applied to
test the changes.

Closes gh-42776
2024-10-18 10:58:27 -07:00
Andy Wilkinson
66577e8cc3 Merge branch '3.3.x'
Closes gh-42784
2024-10-18 12:55:45 +01:00
Andy Wilkinson
2a60a967bd Merge branch '3.2.x' into 3.3.x
Closes gh-42783
2024-10-18 12:55:25 +01:00
Andy Wilkinson
706f30838b Abort upgrades upon user interrupt
Closes gh-39685
2024-10-18 12:48:58 +01:00
Phillip Webb
a61993cdd2 Use bash to launch reclaim space script
See gh-42776
2024-10-17 20:50:20 -07:00
Phillip Webb
b1c662449c Don't reclaim Docker space on Windows
See gh-42776
2024-10-17 18:45:09 -07:00
Phillip Webb
f269a19448 Reclaim docker disk space on CI during build
Attempt to fix disk space issues by removing large docker images
after they have been used.

See gh-42776
2024-10-17 18:29:44 -07:00
Moritz Halbritter
ba1a780147 Merge branch '3.3.x'
Closes gh-42774
2024-10-17 18:06:43 +02:00
Moritz Halbritter
73150b799a Merge branch '3.2.x' into 3.3.x
Closes gh-42772
2024-10-17 17:58:11 +02:00
Moritz Halbritter
ce106eb43c Remove calls to deprecated Project.getBuildDir() in Gradle files
Closes gh-42739
2024-10-17 17:46:17 +02:00
Moritz Halbritter
4ce91417a7 Merge branch '3.3.x'
Closes gh-42738
2024-10-17 14:47:31 +02:00
Moritz Halbritter
976fa1d6f5 Merge branch '3.2.x' into 3.3.x
Closes gh-42737
2024-10-17 14:40:46 +02:00
Moritz Halbritter
7613e91a51 Remove calls to deprecated Project.getBuildDir()
Closes gh-42728
2024-10-17 14:30:29 +02:00
Moritz Halbritter
c018c43886 Merge branch '3.3.x'
Closes gh-42736
2024-10-17 13:44:25 +02:00
Moritz Halbritter
8efe6e02d9 Merge branch '3.2.x' into 3.3.x
Closes gh-42735
2024-10-17 13:38:03 +02:00
Moritz Halbritter
a3060652f8 Call String.toLowerCase and .toUppercase with explicit locale
Closes gh-42719
2024-10-17 13:20:39 +02:00
Dmytro Nosan
666e0c1a53 Added Arch Rules for String.toLowerCase and String.toUpperCase without Locale 2024-10-17 13:20:39 +02:00
Moritz Halbritter
12c1d70738 Merge branch '3.3.x'
Closes gh-42734
2024-10-17 12:01:34 +02:00
Moritz Halbritter
43c4baf975 Merge branch '3.2.x' into 3.3.x
Closes gh-42733
2024-10-17 12:00:47 +02:00
Moritz Halbritter
4a4af0ac66 React to JavaPlugin to get ArchitectureCheck tasks registered again
Closes gh-42732
2024-10-17 11:55:09 +02:00
Phillip Webb
465e909974 Merge branch '3.3.x' 2024-10-16 13:09:09 -07:00
Phillip Webb
5732782043 Merge branch '3.2.x' into 3.3.x 2024-10-16 13:08:44 -07:00
Phillip Webb
41ae973d16 Update copyright year of changed files 2024-10-16 13:08:37 -07:00
Stéphane Nicoll
a66d3d2f00 Merge branch '3.3.x'
Closes gh-42689
2024-10-15 10:42:41 +02:00
Stéphane Nicoll
056e2b6029 Merge branch '3.2.x' into 3.3.x
Closes gh-42688
2024-10-15 10:42:33 +02:00
Stéphane Nicoll
b0dd42e9b9 Transform Maven settings with proper plugin repository tag
This commit adapts d44e7c9 to transforms plugin repositories using the
correct root tag. Previously, they were transformed with the regular
<repository> tag, which is invalid.

Closes gh-42687
2024-10-15 10:39:59 +02:00
Moritz Halbritter
4429e847bf Merge branch '3.3.x'
Closes gh-42629
2024-10-14 11:59:26 +02:00
Moritz Halbritter
5754be36f1 Improve documentation for CycloneDX integration
Closes gh-41506
2024-10-14 11:55:45 +02:00
Moritz Halbritter
2c929db53d Merge branch '3.3.x'
Closes gh-42627
2024-10-14 11:05:58 +02:00