Stéphane Nicoll
481f6f03fe
Polish "Fix exception type documented by resolveConfigLocation"
...
This removes the throws entry altogether as we don't usually document
such exception.
See gh-51175
2026-08-05 11:38:43 +02:00
wantaek
010bc3c307
Fix exception type documented by resolveConfigLocation
...
The javadoc promises an IllegalArgumentException, but the method asserts
with Assert.state, which throws an IllegalStateException.
See gh-51175
Signed-off-by: wantaek <wantaekchoi@gmail.com >
2026-08-05 11:38:43 +02:00
Stéphane Nicoll
cb1596e8c8
Merge branch '3.5.x' into 4.0.x
...
Closes gh-48659
2026-01-02 14:02:59 +01:00
Moritz Halbritter
0634c11eee
Add nullability annotations to tests in module/spring-boot-hazelcast
...
See gh-47263
2025-10-06 12:03:55 +02:00
Moritz Halbritter
7ad90fb963
Improve null-safety of core/spring-boot-docker-compose
...
See gh-46926
2025-08-26 14:22:53 +02:00
Stéphane Nicoll
d3df5e4ef1
Merge branch '3.5.x'
...
Closes gh-46910
2025-08-19 16:35:49 +02:00
Moritz Halbritter
81c0bfb048
Add nullability annotations to module/spring-boot-hazelcast
...
See gh-46587
2025-08-01 09:16:11 +02:00
Moritz Halbritter
c0f1f641ce
Make auto-configurations final and remove public members
...
Closes gh-32883
2025-07-29 09:48:49 +02:00
Phillip Webb
decc32dde3
Restructure project directories to better fit Gradle
...
Closes gh-46358
2025-07-10 17:54:08 -07:00