Stéphane Nicoll
90804c8c2b
Adapt @AutoConfigureHttpGraphQlTester to new testing infrastructure
...
This commit adapts @AutoConfigureHttpGraphQlTester to rely on the
auto-configured WebTestClient and stop triggering the configuration
of MockMvc.
Closes gh-47660
5 months ago
Andy Wilkinson
1be6a54807
Remove support for spring-restdocs-restassured
...
Closes gh-47685
5 months ago
Andy Wilkinson
5d460bc602
Use RestTestClient rather than REST Assured
...
Closes gh-47686
5 months ago
Phillip Webb
77f207a079
Simplify BaseUrl code and cache resolved URLs
...
See gh-47680
5 months ago
Andy Wilkinson
ca37f4e972
Document Jackson 2 support
...
See gh-47688
5 months ago
Andy Wilkinson
00006a6924
Consider Jackson 2 in WebSocket messaging auto-configuration
...
See gh-47688
5 months ago
Andy Wilkinson
dee32e0914
Consider Jackson 2 in RSocket auto-configuration
...
See gh-47688
5 months ago
Andy Wilkinson
2264b77c6f
Consider Jackson 2 in GraphQL RSocket auto-configuration
...
See gh-47688
5 months ago
Phillip Webb
50a73b8dfe
Add Jackson2Tester support
...
See gh-47688
5 months ago
Phillip Webb
183d765b4d
Support actuator with Jackson 2 only
...
See gh-47688
5 months ago
Andy Wilkinson
eb5cb2d4e1
Consider Jackson 2 in HTTP codec auto-config
...
See gh-47688
5 months ago
Andy Wilkinson
7b60227f41
Consider Jackson 2 in HTTP message converter auto-config
...
See gh-47688
5 months ago
Andy Wilkinson
e9084ddd86
Provide auto-configuration for Jackson 2
...
See gh-47688
5 months ago
Stéphane Nicoll
adb6481c62
Polish "Upgrade to Testcontainers 2.0.1"
...
See gh-47664
5 months ago
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>
5 months ago
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
5 months ago
Stéphane Nicoll
157a07145c
Adapt to change in Spring Batch snapshots
5 months ago
Moritz Halbritter
1adead2de3
Remove superfluous NullAway suppressions
5 months ago
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
5 months ago
Phillip Webb
61c8fa2e1c
Remove support for Spring Session Hazelcast
...
Closes gh-47661
5 months ago
Phillip Webb
c477d3b8b4
Remove support for Spring Session Data MongoDB
...
Closes gh-47662
5 months ago
Andy Wilkinson
b88551a198
Remove Spock integration until it supports Groovy 5
...
Closes gh-47650
5 months ago
Andy Wilkinson
2d68442939
Remove Jackson auto-config from DataElasticsearchTest
...
Closes gh-47365
5 months ago
Andy Wilkinson
e221bfdd69
Rename Jackson-specific Json… classes to Jackson…
...
Closes gh-47625
5 months ago
Moritz Halbritter
32e98c4871
Add nullability annotations to tests in module/spring-boot-zipkin
...
See gh-47263
5 months ago
Moritz Halbritter
b0f503c24c
Add nullability annotations to tests in module/spring-boot-webtestclient
...
See gh-47263
5 months ago
Moritz Halbritter
a7bf5b3e13
Add nullability annotations to tests in module/spring-boot-websocket
...
See gh-47263
5 months ago
Moritz Halbritter
59aadced88
Add nullability annotations to tests in module/spring-boot-webservices-test
...
See gh-47263
5 months ago
Moritz Halbritter
ff83723d99
Add nullability annotations to tests in module/spring-boot-webservices
...
See gh-47263
5 months ago
Moritz Halbritter
9d5c7a15f3
Add nullability annotations to tests in module/spring-boot-webmvc-test
...
See gh-47263
5 months ago
Moritz Halbritter
73aa73f50d
Add nullability annotations to tests in module/spring-boot-webmvc
...
See gh-47263
5 months ago
Stéphane Nicoll
36c2432f69
Rename 'spring-boot-tx' module to 'spring-boot-transaction'
...
Closes gh-47603
5 months ago
Stéphane Nicoll
7bfeb7aab9
Polish "Fix binding of spring.mongodb.representation.uuid"
...
See gh-47654
5 months ago
Johnny Lim
a10e4baa9a
Fix binding of spring.mongodb.representation.uuid
...
See gh-47654
Signed-off-by: Johnny Lim <izeye@naver.com>
5 months ago
Stéphane Nicoll
6cebe3aca4
Migrate test to Jackson 3
5 months ago
Jonatan Ivanov
c3962e16ed
Add support for @ObservationKeyValue
...
See gh-47637
5 months ago
Phillip Webb
69ca0e13bd
Suppress deprecated class warning
5 months ago
Phillip Webb
cba4f7ae21
Consistently package mappings and exchanges classes
...
Mirror the package names used in actuator for classes to support
mappings and exchanges in `spring-boot-servlet`, `spring-boot-webmvc`
and `spring-boot-webflux`.
Closes gh-46217
5 months ago
Phillip Webb
94199a63fa
Change 'blocking' term to 'imperative'
...
Closes gh-47398
5 months ago
Andy Wilkinson
55e7c83498
Allow modules to contribute to Devtools' default properties
...
Closes gh-44792
5 months ago
Moritz Halbritter
6db7fa6d46
Add nullability annotations to tests in module/spring-boot-webflux-test
...
See gh-47263
5 months ago
Moritz Halbritter
8236fa2f42
Add nullability annotations to tests in module/spring-boot-webflux
...
See gh-47263
5 months ago
Moritz Halbritter
969c23f34a
Add nullability annotations to tests in module/spring-boot-webclient-test
...
See gh-47263
5 months ago
Moritz Halbritter
a97975df25
Add nullability annotations to tests in module/spring-boot-webclient
...
See gh-47263
5 months ago
Moritz Halbritter
655de9b1c3
Add nullability annotations to tests in module/spring-boot-web-server
...
See gh-47263
5 months ago
Moritz Halbritter
866be19024
Add nullability annotations to tests in module/spring-boot-validation
...
See gh-47263
5 months ago
Moritz Halbritter
885219b24b
Add nullability annotations to tests in module/spring-boot-tx
...
See gh-47263
5 months ago
Moritz Halbritter
1b59d45621
Add nullability annotations to tests in module/spring-boot-tomcat
...
See gh-47263
5 months ago
Moritz Halbritter
5906185fd8
Improve null-safety of module/spring-boot-web-server
...
See gh-47263
5 months ago
Moritz Halbritter
d849c884e4
Add nullability annotations to tests in module/spring-boot-thymeleaf
...
See gh-47263
5 months ago