Moritz Halbritter
3466271f35
Add nullability annotations to tests in module/spring-boot-reactor
...
See gh-47263
2 months ago
Moritz Halbritter
190cb51336
Add nullability annotations to tests in module/spring-boot-r2dbc
...
See gh-47263
2 months ago
Moritz Halbritter
0635094c91
Add nullability annotations to tests in module/spring-boot-quartz
...
See gh-47263
2 months ago
Moritz Halbritter
d3ad25df8f
Add nullability annotations to tests in module/spring-boot-pulsar
...
See gh-47263
2 months ago
Moritz Halbritter
7dd6f93e91
Add nullability annotations to tests in module/spring-boot-persistence
...
See gh-47263
2 months ago
Moritz Halbritter
05b3f55049
Add nullability annotations to tests in module/spring-boot-opentelemetry
...
See gh-47263
2 months ago
Moritz Halbritter
d9dd769d36
Improve null-safety of module/spring-boot-opentelemetry
...
See gh-47263
2 months ago
Moritz Halbritter
4a5c61a618
Add nullability annotations to tests in module/spring-boot-netty
...
See gh-47263
2 months ago
Moritz Halbritter
9217ad48bc
Add nullability annotations to tests in module/spring-boot-neo4j
...
See gh-47263
2 months ago
Moritz Halbritter
f9ce5d8e13
Remove superfluous version of jsr305
2 months ago
Moritz Halbritter
45ea5b9071
Add nullability annotations to tests in module/spring-boot-mustache
...
See gh-47263
2 months ago
Moritz Halbritter
c06f2750f7
Add nullability annotations to tests in module/spring-boot-mongodb
...
See gh-47263
2 months ago
Moritz Halbritter
a284dec0c1
Improve null-safety of module/spring-boot-mongodb
...
See gh-47263
2 months ago
Moritz Halbritter
7c54b1963f
Add nullability annotations to tests in module/spring-boot-micrometer-tracing-test
...
See gh-47263
2 months ago
Moritz Halbritter
d333dec4cb
Add nullability annotations to tests in module/spring-boot-micrometer-tracing
...
See gh-47263
2 months ago
Moritz Halbritter
0c43462c66
Add nullability annotations to tests in module/spring-boot-micrometer-observation
...
See gh-47263
2 months ago
Moritz Halbritter
54b663eb69
Add nullability annotations to tests in module/spring-boot-micrometer-metrics-test
...
See gh-47263
2 months ago
Moritz Halbritter
11d50ae293
Add nullability annotations to tests in module/spring-boot-micrometer-metrics
...
See gh-47263
2 months ago
Moritz Halbritter
2f877a7415
Add nullability annotations to tests in module/spring-boot-mail
...
See gh-47263
2 months ago
Stéphane Nicoll
43cda8f54e
Polish "Upgrade to Jackson Bom 3.0.0"
...
Closes gh-47569
2 months ago
Stéphane Nicoll
994ec68901
Upgrade to jOOQ 3.19.27
...
Closes gh-47573
2 months ago
Stéphane Nicoll
e15c7e8e4a
Upgrade to Jackson Bom 3.0.0
...
Closes gh-47569
2 months ago
Andy Wilkinson
52eea3d491
Automatically find and add Jackson modules
...
Closes gh-47485
2 months ago
Stéphane Nicoll
8cd7c2277f
Polish "Start building against Spring Batch 6.0.0-RC1 snapshots"
...
See gh-47477
2 months ago
Mahmoud Ben Hassine
491019d4fe
Start building against Spring Batch 6.0.0-RC1 snapshots
...
See gh-47477
2 months ago
Andy Wilkinson
a502f4db8d
Use spring.restdocs as prefix for Spring REST Docs properties
...
Closes gh-47481
2 months ago
Andy Wilkinson
e6e0db04be
Polish documentation following relocation of TestRestTemplate
...
See gh-46356
See gh-47322
2 months ago
Andy Wilkinson
5afbec7033
Correct package in spring-boot-resttestclient to match module name
...
See gh-46356
See gh-47322
2 months ago
Andy Wilkinson
fd2b29d3cc
Include checking of AutoConfigure….imports in check lifecycle
...
See gh-47322
2 months ago
Andy Wilkinson
afc8df80d5
Make AutoConfigureRestClient auto-configure JSON
...
See gh-46356
See gh-47322
2 months ago
Andy Wilkinson
885f90da0c
Introduce spring-boot-webclient-test
...
See gh-46356
See gh-47322
2 months ago
Andy Wilkinson
2a2d3a88d2
Correct imports for AutoConfigureJson
...
See gh-47322
2 months ago
Andy Wilkinson
6e4b88d850
Add property to configure Jackson 3 with Boot's Jackson 2 defaults
...
Closes gh-
2 months ago
Phillip Webb
e01b36216a
Revert Support pluggable types for EndpointJsonMapper
...
Closes gh-46534
2 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
2 months ago
Phillip Webb
f4e8cacbcd
Polish
2 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>
2 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
2 months ago
Andy Wilkinson
3bf53f8bf5
Introduce @AutoConfigureTestRestTemplate
...
Add `@AutoConfigureTestRestTemplate` which can be used to
auto-configure a `TestRestTemplate`.
See gh-46356
2 months ago
Phillip Webb
2196f6da73
Revert "Ignore failing Spring Data JDBC tests"
...
This reverts commit c21293bb24 .
Closes gh-47435
2 months ago
Phillip Webb
c21293bb24
Ignore failing Spring Data JDBC tests
2 months ago
Stéphane Nicoll
6f1bcc4bfa
Polish "Add support for Neo4j Java Driver 6.0.0"
...
See gh-47381
2 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>
2 months ago
Stéphane Nicoll
43b06ca9b9
Start building against Spring Data Bom 2025.1.0-RC1 snapshots
...
See gh-47394
2 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
2 months ago
Moritz Halbritter
d97539bc46
Add nullability annotations to tests in module/spring-boot-data-couchbase-test
...
See gh-47263
2 months ago
Moritz Halbritter
8c25063273
Add nullability annotations to tests in module/spring-boot-liquibase
...
See gh-47263
2 months ago
Moritz Halbritter
489336255a
Add nullability annotations to tests in module/spring-boot-ldap
...
See gh-47263
2 months ago
Moritz Halbritter
fde0ae4ac9
Add nullability annotations to tests in module/spring-boot-kotlin-serialization
...
See gh-47263
2 months ago
Moritz Halbritter
643f6112c7
Add nullability annotations to tests in module/spring-boot-kafka
...
See gh-47263
2 months ago