Moritz Halbritter
1b3e9e679f
Add nullability annotations to core/spring-boot
...
See gh-46587
2025-07-29 12:38:55 +02:00
Moritz Halbritter
c0f1f641ce
Make auto-configurations final and remove public members
...
Closes gh-32883
2025-07-29 09:48:49 +02:00
Stéphane Nicoll
8827e29aec
Merge branch '3.5.x'
...
Closes gh-46544
2025-07-25 16:32:18 +02:00
Stéphane Nicoll
9c124de2a8
Merge branch '3.5.x'
...
Closes gh-46542
2025-07-25 16:21:04 +02:00
Stéphane Nicoll
4490c52162
Merge branch '3.5.x'
...
Closes gh-46540
2025-07-25 14:25:53 +02:00
Phillip Webb
4c70f7f2e7
Merge branch '3.5.x'
2025-07-22 11:09:21 +01:00
Phillip Webb
4c72ce69da
Merge branch '3.5.x'
...
Closes gh-46481
2025-07-22 10:54:52 +01:00
Phillip Webb
51a6b5e12c
Merge branch '3.5.x'
2025-07-22 10:51:50 +01:00
Phillip Webb
64bf660321
Merge branch '3.5.x'
2025-07-22 09:53:50 +01:00
Phillip Webb
a53524d8b6
Merge branch '3.5.x'
...
Closes gh-46475
2025-07-21 17:37:13 +01:00
Andy Wilkinson
94215d3fdc
Move Threading enum from spring-boot-autoconfigure to spring-boot
...
The enum itself is not specifically tied to auto-configuration so
spring-boot is a better place for it. The related condition,
`@ConditionalOnThreading`, remains in spring-boot-autoconfigure. This
aligns things with the similar `CloudPlatform` and
`@ConditionalOnCloudPlatform`.
Closes gh-46406
2025-07-11 13:49:41 +01:00
Phillip Webb
decc32dde3
Restructure project directories to better fit Gradle
...
Closes gh-46358
2025-07-10 17:54:08 -07:00