Andy Wilkinson
885f90da0c
Introduce spring-boot-webclient-test
...
See gh-46356
See gh-47322
4 months ago
Andy Wilkinson
2a2d3a88d2
Correct imports for AutoConfigureJson
...
See gh-47322
4 months ago
Andy Wilkinson
6e4b88d850
Add property to configure Jackson 3 with Boot's Jackson 2 defaults
...
Closes gh-
4 months ago
Phillip Webb
e01b36216a
Revert Support pluggable types for EndpointJsonMapper
...
Closes gh-46534
4 months ago
Phillip Webb
02b2d03acf
Rationalize HTTP client configuration properties
...
Simplify HTTP client configuration properties by sharing common
settings for both blocking and reactive clients.
The `ClientHttpRequestFactorySettings` and `ClientHttpConnectorSettings`
have been merged to a single `HttpClientSettings` class. Properties
to configure common settings are available under:
`spring.http.clients`
Blocking and reactive settings have been moved to
`spring.http.clients.blocking` and `spring.http.clients.reactive`. With
currently only the factory/connector being configurable.
HTTP Service Client properties have also been rationalized under a
`spring.http.serviceclient.<group-name>`. Support for properties that
apply to all service clients and all Rest/Web Clients have been removed.
Support for `ApiVerionInserter` beans has also been removed in favor of
configuring the service group or builders directly.
Closes gh-47398
4 months ago
Phillip Webb
f4e8cacbcd
Polish
4 months ago
Andy Wilkinson
9eb05ebb10
Create spring-boot-resttestclient and spring-boot-webtestclient modules
...
Create `spring-boot-resttestclient` and `spring-boot-webtestclient`
modules to hold test client auto-configuration and `TestRestTemplate`
code.
Previous these classes were contained in `spring-boot-resetclient-test`
and `spring-boot-webclient-test` which was incorrect since the `-test`
modules should hold code need to test the given modules, not supporting
test classes.
See gh-46356
Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
4 months ago
Andy Wilkinson
16d8878cd8
Support embedded web environment with @AutoConfigureWebTestClient
...
Simplify `WebTestClient` testing support by removing the direct
context customizer in favor of using `@AutoConfigureWebTestClient`.
See gh-46356
4 months ago
Andy Wilkinson
3bf53f8bf5
Introduce @AutoConfigureTestRestTemplate
...
Add `@AutoConfigureTestRestTemplate` which can be used to
auto-configure a `TestRestTemplate`.
See gh-46356
4 months ago
Phillip Webb
2196f6da73
Revert "Ignore failing Spring Data JDBC tests"
...
This reverts commit c21293bb24 .
Closes gh-47435
4 months ago
Phillip Webb
c21293bb24
Ignore failing Spring Data JDBC tests
4 months ago
Stéphane Nicoll
6f1bcc4bfa
Polish "Add support for Neo4j Java Driver 6.0.0"
...
See gh-47381
4 months ago
Gerrit Meier
2542430e5b
Add support for Neo4j Java Driver 6.0.0
...
See gh-47381
Signed-off-by: Gerrit Meier <meistermeier@gmail.com>
4 months ago
Stéphane Nicoll
43b06ca9b9
Start building against Spring Data Bom 2025.1.0-RC1 snapshots
...
See gh-47394
4 months ago
Stéphane Nicoll
7db43ef820
Mark spring-web optional in spring-boot-rsocket
...
This commit moves the spring-web dependency from implementation to
optional. It also adds an api dependency to spring-web in the rsocket
starter.
The reasoning behind this change is that RSocket can be used without
spring-web, and we want to make sure that consumers of the dependency
can achieve that goal, as they were able to in previous versions.
However, we believe that most RSocket-based applications need spring-web
as, without it, only the simple and not efficient implementation of
RouterMatcher is available. With the addition of exception handling
using ControllerAdvice, this change makes also sure that it works out
of the box with the starter.
Closes gh-47409
4 months ago
Moritz Halbritter
d97539bc46
Add nullability annotations to tests in module/spring-boot-data-couchbase-test
...
See gh-47263
4 months ago
Moritz Halbritter
8c25063273
Add nullability annotations to tests in module/spring-boot-liquibase
...
See gh-47263
4 months ago
Moritz Halbritter
489336255a
Add nullability annotations to tests in module/spring-boot-ldap
...
See gh-47263
4 months ago
Moritz Halbritter
fde0ae4ac9
Add nullability annotations to tests in module/spring-boot-kotlin-serialization
...
See gh-47263
4 months ago
Moritz Halbritter
643f6112c7
Add nullability annotations to tests in module/spring-boot-kafka
...
See gh-47263
4 months ago
Moritz Halbritter
4bf6fcefab
Add nullability annotations to tests in module/spring-boot-jsonb
...
See gh-47263
4 months ago
Moritz Halbritter
9d85c379bd
Add nullability annotations to tests in module/spring-boot-jpa-test
...
See gh-47263
4 months ago
Moritz Halbritter
9d63a74bbc
Add nullability annotations to tests in module/spring-boot-jpa
...
See gh-47263
4 months ago
Moritz Halbritter
f059a953d3
Add nullability annotations to tests in module/spring-boot-jooq-test
...
See gh-47263
4 months ago
Moritz Halbritter
1f293cc653
Add nullability annotations to tests in module/spring-boot-jooq
...
See gh-47263
4 months ago
Moritz Halbritter
49c7546662
Add nullability annotations to tests in module/spring-boot-jms
...
See gh-47263
4 months ago
Moritz Halbritter
c92617a015
Add nullability annotations to tests in module/spring-boot-jetty
...
See gh-47263
4 months ago
Andy Wilkinson
a9bf744b68
Fix Docker test configuration in spring-boot-data-couchbase-test
...
See gh-47322
4 months ago
Moritz Halbritter
b503ad3a9a
Add nullability annotations to tests in module/spring-boot-jdbc-test
...
See gh-47263
4 months ago
Moritz Halbritter
a350ead232
Add nullability annotations to tests in module/spring-boot-data-redis-test
...
See gh-47263
4 months ago
Moritz Halbritter
55a97aa7ad
Add nullability annotations to tests in module/spring-boot-data-r2dbc-test
...
See gh-47263
4 months ago
Moritz Halbritter
06dd6aec3c
Add nullability annotations to tests in module/spring-boot-data-neo4j-test
...
See gh-47263
4 months ago
Moritz Halbritter
a1038a5e64
Add nullability annotations to tests in module/spring-boot-data-mongodb-test
...
See gh-47263
4 months ago
Moritz Halbritter
99f8c4cd0d
Add nullability annotations to tests in module/spring-boot-data-ldap-test
...
See gh-47263
4 months ago
Moritz Halbritter
2edd8f9d62
Add nullability annotations to tests in module/spring-boot-data-jpa-test
...
See gh-47263
4 months ago
Moritz Halbritter
3353090bc6
Add nullability annotations to tests in module/spring-boot-data-jdbc-test
...
See gh-47263
4 months ago
Moritz Halbritter
ad22bc033f
Add nullability annotations to tests in module/spring-boot-data-jdbc
...
See gh-47263
4 months ago
Moritz Halbritter
dee42bfe2d
Add nullability annotations to tests in module/spring-boot-data-elasticsearch-test
...
See gh-47263
4 months ago
Moritz Halbritter
307dc1c477
Add nullability annotations to tests in module/spring-boot-data-couchbase-test
...
See gh-47263
4 months ago
Moritz Halbritter
64aad6d060
Add nullability annotations to tests in module/spring-boot-data-cassandra-test
...
See gh-47263
4 months ago
Moritz Halbritter
0f41e906b9
Add nullability annotations to tests in module/spring-boot-cache-test
...
See gh-47263
4 months ago
Moritz Halbritter
c65a259637
Add nullability annotations to tests in module/spring-boot-batch-jdbc
...
See gh-47263
4 months ago
Moritz Halbritter
e4a58a53d0
Add nullability annotations to tests in module/spring-boot-jdbc
...
See gh-47263
4 months ago
Moritz Halbritter
34a8e1bd82
Improve null-safety of module/spring-boot-jdbc
...
See gh-47263
4 months ago
Moritz Halbritter
af941e0a9a
Add nullability annotations to tests in module/spring-boot-jackson
...
See gh-47263
4 months ago
Moritz Halbritter
7f225a8df5
Add nullability annotations to tests in module/spring-boot-integration
...
See gh-47263
4 months ago
Moritz Halbritter
cae3fb578c
Add nullability annotations to tests in module/spring-boot-http-converter
...
See gh-47263
4 months ago
Moritz Halbritter
f175d132b3
Add nullability annotations to tests in module/spring-boot-http-codec
...
See gh-47263
4 months ago
Moritz Halbritter
2ca6703f55
Add nullability annotations to tests in module/spring-boot-http-client
...
See gh-47263
4 months ago
Moritz Halbritter
f59fc4020a
Add nullability annotations to tests in module/spring-boot-hibernate
...
See gh-47263
4 months ago