Andy Wilkinson
add52b6ccd
Merge branch '3.5.x' into 4.0.x
...
Closes gh-50439
2026-05-14 15:02:24 +01:00
Andy Wilkinson
549935c6b8
Test against Gradle 8.14.5
...
Closes gh-50374
2026-05-14 14:15:03 +01:00
Andy Wilkinson
b213d4d296
Use Gradle 9.4 when testing with Java 26
...
See gh-49189
2026-02-11 14:25:11 +00:00
Andy Wilkinson
0ffffee4bf
Upgrade to Nullability Plugin 0.0.9
...
Closes gh-48638
2026-01-08 11:59:51 +00:00
Andy Wilkinson
1ab93be650
Upgrade to Gradle 9.2.0
...
Closes gh-47875
2025-10-30 10:33:44 +00:00
Dmytro Nosan
bc2ca5b9fc
Extend ArchitectureCheck with NullMarkedExtension
...
Introduce NullMarkedExtension for ArchitectureCheck, which provides
functionality to configure packages to ignore in nullability checks and
to enable or disable the extension.
See gh-47596
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com >
2025-10-15 08:23:47 +02:00
Andy Wilkinson
44099d3d21
Build with Gradle 9.1.0
2025-10-06 18:30:48 +01:00
Andy Wilkinson
8d87586395
Merge branch '3.5.x'
...
Closes gh-47296
2025-09-22 11:05:13 +01:00
Andy Wilkinson
37342aff69
Merge branch '3.5.x'
...
Closes gh-46923
2025-08-20 11:32:02 +01:00
Andy Wilkinson
f4fd2126bb
Raise the minimum supported version of Gradle to 8.14 and support 9.x
...
Closes gh-43573
Closes gh-43574
2025-08-19 11:11:06 +01:00
Andy Wilkinson
8c356b3fc1
Merge branch '3.5.x'
...
Closes gh-46903
2025-08-19 08:41:17 +01:00
Moritz Halbritter
c211b88594
Check for @NullMarked on packages
...
Projects which don't have JSpecify nullability annotations can opt out
by using
architectureCheck {
nullMarked = false
}
in their build.gradle script.
See gh-46587
2025-08-13 13:27:48 +02:00
Andy Wilkinson
2f3f60e736
Correct the path used to refer to spring-boot-test-support
2025-07-22 12:00:20 +01:00
Andy Wilkinson
c91b1a6652
Merge branch '3.5.x'
...
Closes gh-46482
2025-07-22 11:27:13 +01:00
Andy Wilkinson
fd967841b3
Merge branch '3.5.x'
...
Closes gh-46419
2025-07-14 10:44:17 +01:00
Phillip Webb
decc32dde3
Restructure project directories to better fit Gradle
...
Closes gh-46358
2025-07-10 17:54:08 -07:00