Stéphane Nicoll
46a3c95a5c
Apply BaseUrl consistently
...
This commit updates BaseUrlBuilderFactory to reuse features of the
Spring Framework to handle the base URL rather than duplicating it.
As a result, BaseUrl no longer resolves anything but rather provide
a standard component that is able to resolve the URI if needed.
Closes gh-47674
2025-10-17 16:35:06 +02:00
Stéphane Nicoll
998a2fa7b4
Fix configuration of HttpGraphQlTester with a running server
...
This commit restores the user of HttpGraphQlTester when it is configured
against a running server. The logic that appends the graphQl path to
the HTTP url was lost while refactoring the HTTP clients infrastructure.
To work against the new API, BaseUrl has been updated to provide the
ability to append a path to its URL
Closes gh-47659
2025-10-17 16:35:06 +02:00
Moritz Halbritter
1da46813b8
Merge branch '3.5.x'
...
Closes gh-47679
2025-10-17 14:46:40 +02:00
Moritz Halbritter
68670ef47c
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47678
2025-10-17 14:33:19 +02:00
Stéphane Nicoll
d0e21b0b45
Upgrade to Spring LDAP 4.0.0-RC1
...
Closes gh-47496
2025-10-17 14:26:49 +02:00
Stéphane Nicoll
aa2bb4fd87
Upgrade to Spring HATEOAS 3.0.0-RC1
...
Closes gh-47493
2025-10-17 14:26:49 +02:00
Stéphane Nicoll
a1f9210619
Upgrade to Spring Data Bom 2025.1.0-RC1
...
Closes gh-47394
2025-10-17 14:26:49 +02:00
Stéphane Nicoll
ce77c5ec4c
Upgrade to Elasticsearch Client 9.1.5
...
Closes gh-47677
2025-10-17 14:26:49 +02:00
Moritz Halbritter
66c112936e
Add runtime hints for timeout methods with Duration overloads
...
Closes gh-47675
2025-10-17 14:26:48 +02:00
Stéphane Nicoll
157a07145c
Adapt to change in Spring Batch snapshots
2025-10-17 14:11:44 +02:00
Andy Wilkinson
fe310fd1e3
Remove unwanted dependency management from spring-boot-dependencies
...
Closes gh-42522
2025-10-17 10:42:48 +01:00
Moritz Halbritter
1adead2de3
Remove superfluous NullAway suppressions
2025-10-17 08:42:20 +02:00
Phillip Webb
147e6c1c79
Merge branch '3.5.x'
2025-10-16 21:45:42 -07:00
Phillip Webb
2b23fc8594
Upgrade to Spring LDAP 3.3.4
...
Closes gh-47463
2025-10-16 21:45:23 -07:00
Phillip Webb
d436c38b10
Upgrade to Elasticsearch Client 8.18.8
...
Closes gh-47671
2025-10-16 21:45:23 -07:00
Phillip Webb
947ed6e48c
Merge branch '3.5.x'
...
Closes gh-47670
2025-10-16 21:28:41 -07:00
Phillip Webb
21d64003a5
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47669
2025-10-16 20:55:51 -07:00
Phillip Webb
bc6a92a1c9
Include deprecated configuration properties in reference documentation
...
Add a new appendix section to show deprecated properties and when
possible their replacement or reason.
Closes gh-47622
2025-10-16 20:52:24 -07:00
Phillip Webb
c2e68c0911
Refactor security auto-configuration package structure
...
Refactor security auto-configuration package structure and classes to
create distinct web configurations.
Closes gh-14412
2025-10-16 14:10:08 -07:00
Andy Wilkinson
6c12521ad2
Polish Spring Session removals
...
See gh-47661
See gh-47662
2025-10-16 18:50:16 +01:00
Phillip Webb
61c8fa2e1c
Remove support for Spring Session Hazelcast
...
Closes gh-47661
2025-10-16 10:42:14 -07:00
Phillip Webb
c477d3b8b4
Remove support for Spring Session Data MongoDB
...
Closes gh-47662
2025-10-16 10:38:45 -07:00
Andy Wilkinson
b88551a198
Remove Spock integration until it supports Groovy 5
...
Closes gh-47650
2025-10-16 15:27:35 +01:00
Andy Wilkinson
2d68442939
Remove Jackson auto-config from DataElasticsearchTest
...
Closes gh-47365
2025-10-16 14:23:21 +01:00
Andy Wilkinson
e221bfdd69
Rename Jackson-specific Json… classes to Jackson…
...
Closes gh-47625
2025-10-16 13:53:17 +01:00
Moritz Halbritter
e2433fda5f
Suppress NullAway checks in tests for Maven plugin
...
See gh-47263
2025-10-16 14:51:14 +02:00
Moritz Halbritter
797f25f884
Add nullability annotations to tests in loader/spring-boot-loader-tools
...
See gh-47263
2025-10-16 14:07:16 +02:00
Moritz Halbritter
6f94129c85
Add nullability annotations to tests in loader/spring-boot-jarmode-tools
...
See gh-47263
2025-10-16 14:07:16 +02:00
Moritz Halbritter
8108678bc5
Add nullability annotations to tests in cli/spring-boot-cli
...
See gh-47263
2025-10-16 14:07:16 +02:00
Moritz Halbritter
039fd0fa9a
Add nullability annotations to tests in build-plugin/spring-boot-maven-plugin
...
See gh-47263
2025-10-16 14:07:15 +02:00
Moritz Halbritter
e350286196
Improve null-safety of loader/spring-boot-loader-tools
...
See gh-47263
2025-10-16 14:07:15 +02:00
Moritz Halbritter
c2548e204e
Improve null-safety of build-plugin/spring-boot-maven-plugin
...
See gh-47263
2025-10-16 14:07:15 +02:00
Moritz Halbritter
ef6fa41dd1
Add nullability annotations to tests in build-plugin/spring-boot-gradle-plugin
...
See gh-47263
2025-10-16 11:24:51 +02:00
Moritz Halbritter
2850ba06c8
Add nullability annotations to tests in buildpack/spring-boot-buildpack-platform
...
See gh-47263
2025-10-16 11:24:51 +02:00
Moritz Halbritter
c2286abdf9
Improve null-safety of buildpack/spring-boot-buildpack-platform
...
See gh-47263
2025-10-16 11:24:51 +02:00
Moritz Halbritter
a5c8e2b703
Add nullability annotations to tests in system-test/spring-boot-image-system-test
...
See gh-47263
2025-10-16 11:24:51 +02:00
Moritz Halbritter
fd1053ae59
Add nullability annotations to tests in system-test/spring-boot-deployment-system-test
...
See gh-47263
2025-10-16 11:24:51 +02:00
Moritz Halbritter
41dc036ac7
Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-xml
...
See gh-47263
2025-10-16 11:24:51 +02:00
Moritz Halbritter
ecd3566d5f
Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-websocket-tomcat
...
See gh-47263
2025-10-16 11:24:51 +02:00
Moritz Halbritter
34ca46740d
Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-websocket-jetty
...
See gh-47263
2025-10-16 11:24:50 +02:00
Moritz Halbritter
db1c0aa26f
Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-webservices
...
See gh-47263
2025-10-16 11:24:50 +02:00
Moritz Halbritter
3818c21eb3
Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-webflux
...
See gh-47263
2025-10-16 11:24:50 +02:00
Moritz Halbritter
8fad79753c
Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-web-thymeleaf
...
See gh-47263
2025-10-16 11:24:50 +02:00
Moritz Halbritter
9120da277c
Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-web-static
...
See gh-47263
2025-10-16 11:24:50 +02:00
Moritz Halbritter
68da06fe86
Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-web-secure-jdbc
...
See gh-47263
2025-10-16 11:24:50 +02:00
Moritz Halbritter
34cad95638
Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-web-secure-custom
...
See gh-47263
2025-10-16 11:24:50 +02:00
Moritz Halbritter
a1a7d8d989
Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-web-secure
...
See gh-47263
2025-10-16 11:24:50 +02:00
Moritz Halbritter
233c421de5
Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-web-mustache
...
See gh-47263
2025-10-16 11:24:50 +02:00
Moritz Halbritter
eab04ea2cd
Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-web-security-method
...
See gh-47263
2025-10-16 11:24:49 +02:00
Moritz Halbritter
c40ba46776
Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-web-jsp
...
See gh-47263
2025-10-16 11:24:49 +02:00