Stéphane Nicoll
c3e0e1b93d
Upgrade to Tomcat 11.0.13
...
Closes gh-47589
2 months ago
Stéphane Nicoll
9bd5c1a3c2
Polish "Bind WebTestClient to the default WebHandler"
...
See gh-47617
2 months ago
Moritz Halbritter
285afe2040
Fix checkstyle
2 months ago
Stéphane Nicoll
879b7e6cce
Bind WebTestClient to the default WebHandler
...
Previously, if multiple WebHandler beans were present, the auto-config
for WebTestClient fail to identify a suitable candidate as it expects
to only have such a bean.
This commit updates the logic to look for a well-known bean name that
WebFlux uses, and clarify the exception message to state that a bean
with a given name is expected to be found.
The exception message has been further refined to mention that, if
such a bean is not present, then a MockMVc-compatible ApplicationContext
should be available (i.e. WebApplicationContext).
Closes gh-47617
2 months ago
Phillip Webb
ddf26080d6
Rationalize endpoint packages
...
Use consistent packages for endpoints and endpoint
auto-configuration.
Closes gh-47606
2 months ago
Phillip Webb
80de606c56
Refactor spring-boot-cloudfoundry package structure
...
Use package structure consistent with other modules.
Closes gh-47605
2 months ago
Phillip Webb
4587c82330
Start building against Spring Security 7.0.0-RC1 snapshots
...
See gh-47499
2 months ago
Moritz Halbritter
c03b71ea4e
Add nullability annotations to tests in module/spring-boot-security-oauth2-resource-server
...
See gh-47263
2 months ago
Moritz Halbritter
b0b5b1b463
Add nullability annotations to tests in module/spring-boot-security-oauth2-client
...
See gh-47263
2 months ago
Moritz Halbritter
42744bdae9
Add nullability annotations to tests in module/spring-boot-security-oauth2-authorization-server
...
See gh-47263
2 months ago
Moritz Halbritter
cddd8e3dd1
Add nullability annotations to tests in module/spring-boot-security
...
See gh-47263
2 months ago
Moritz Halbritter
118bf10127
Add nullability annotations to tests in module/spring-boot-rsocket-test
...
See gh-47263
2 months ago
Moritz Halbritter
d0ae20fd94
Add nullability annotations to tests in module/spring-boot-rsocket
...
See gh-47263
2 months ago
Moritz Halbritter
04aefab683
Add nullability annotations to tests in module/spring-boot-resttestclient
...
See gh-47263
2 months ago
Moritz Halbritter
56795f944a
Improve null-safety of module/spring-boot-resttestclient
...
See gh-47263
2 months ago
Moritz Halbritter
6806ce5211
Add nullability annotations to tests in module/spring-boot-restdocs
...
See gh-47263
2 months ago
Moritz Halbritter
558183e0fe
Add nullability annotations to tests in module/spring-boot-restclient-test
...
See gh-47263
2 months ago
Moritz Halbritter
b56d9c6b08
Add nullability annotations to tests in module/spring-boot-restclient
...
See gh-47263
2 months ago
Moritz Halbritter
3c555a2f89
Add nullability annotations to tests in module/spring-boot-reactor-netty
...
See gh-47263
2 months ago
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