352 Commits
Author SHA1 Message Date
Phillip Webb 77f207a079 Simplify BaseUrl code and cache resolved URLs
See gh-47680
2025-10-17 19:28:18 -07:00
Phillip WebbandAndy Wilkinson e7f3ae19f8 Add Jackson 2 smoke tests
See gh-47688

Co-authored-by: Andy Wilkinson <andy.wilkinson@broadcom.com>
2025-10-17 13:17:37 -07:00
Stéphane Nicoll adb6481c62 Polish "Upgrade to Testcontainers 2.0.1"
See gh-47664
2025-10-17 17:23:35 +02:00
Eddú Meléndez 7f64615690 Upgrade to Testcontainers 2.0.1
* Update dependencies name
  Modules are prefixed with `testcontainers-`
* Update container classes
  Container classes are under `org.testcontainers.<module-name>` package

See gh-47664

Signed-off-by: Eddú Meléndez <eddu.melendez@gmail.com>
2025-10-17 17:11:24 +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
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
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
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
Moritz Halbritter c9417eb277 Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-web-groovy-templates
See gh-47263
2025-10-16 11:24:49 +02:00
Moritz Halbritter 34b1a89c82 Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-web-freemarker
See gh-47263
2025-10-16 11:24:49 +02:00
Moritz Halbritter d394ef7fa0 Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-web-application-type
See gh-47263
2025-10-16 11:24:49 +02:00
Moritz Halbritter 2d780f4e00 Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-war
See gh-47263
2025-10-16 11:24:49 +02:00
Moritz Halbritter 7a33978cca Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-traditional
See gh-47263
2025-10-16 11:24:49 +02:00
Moritz Halbritter d007e93214 Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-tomcat-ssl
See gh-47263
2025-10-16 11:24:49 +02:00
Moritz Halbritter 60da903596 Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-tomcat-multi-connectors
See gh-47263
2025-10-16 11:24:49 +02:00
Moritz Halbritter c7ffb8adb8 Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-tomcat-jsp
See gh-47263
2025-10-16 11:24:48 +02:00
Moritz Halbritter bdec5c14bb Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-tomcat
See gh-47263
2025-10-16 11:24:48 +02:00
Moritz Halbritter 43308f017a Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-testng
See gh-47263
2025-10-16 11:24:48 +02:00
Moritz Halbritter 32a0c8c83d Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-test-nomockito
See gh-47263
2025-10-16 11:24:48 +02:00
Moritz Halbritter 628ceb1a42 Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-test
See gh-47263
2025-10-16 11:24:48 +02:00
Moritz Halbritter be3cc3c3a0 Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-logging-log4j2
See gh-47263
2025-10-16 11:24:48 +02:00
Moritz Halbritter 440544e9bd Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-logging
See gh-47263
2025-10-16 11:24:48 +02:00
Moritz Halbritter 2693a66eb3 Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-simple
See gh-47263
2025-10-16 11:24:48 +02:00
Moritz Halbritter 341777b8f5 Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-session-jdbc
See gh-47263
2025-10-16 11:24:48 +02:00
Moritz Halbritter 68bdd8673b Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-session-hazelcast
See gh-47263
2025-10-16 11:24:47 +02:00
Moritz Halbritter 6f5e21d632 Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-session-data-redis-webflux
See gh-47263
2025-10-16 11:24:47 +02:00
Moritz Halbritter a995c75891 Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-session-data-redis
See gh-47263
2025-10-16 11:24:47 +02:00
Moritz Halbritter ef754f55fc Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-session-data-mongodb-webflux
See gh-47263
2025-10-16 11:24:47 +02:00
Moritz Halbritter 5da9f14b32 Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-session-data-mongodb
See gh-47263
2025-10-16 11:24:47 +02:00
Moritz Halbritter 4e1f205625 Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-servlet
See gh-47263
2025-10-16 11:24:47 +02:00
Moritz Halbritter acef071a40 Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-secure-webflux
See gh-47263
2025-10-16 11:24:47 +02:00
Moritz Halbritter bada9d9829 Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-secure
See gh-47263
2025-10-16 11:24:47 +02:00
Moritz Halbritter 7ce8a518e1 Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-saml2-service-provider
See gh-47263
2025-10-16 11:24:47 +02:00
Moritz Halbritter f326b05273 Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-rsocket
See gh-47263
2025-10-16 11:24:46 +02:00
Moritz Halbritter f6ec3825ae Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-reactive-oauth2-resource-server
See gh-47263
2025-10-16 11:24:46 +02:00
Moritz Halbritter e4853cc609 Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-reactive-oauth2-client
See gh-47263
2025-10-16 11:24:46 +02:00
Moritz Halbritter 70bacf4f53 Add nullability annotations to tests in smoke-test/spring-boot-smoke-test-quartz
See gh-47263
2025-10-16 11:24:46 +02:00