Yanming Zhou
aa09c8583d
Fix wrong variable name
...
See gh-47478
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
6 months ago
Andy Wilkinson
661574b226
Include REST Docs properties in testing properties
...
See gh-47481
6 months ago
Andy Wilkinson
a502f4db8d
Use spring.restdocs as prefix for Spring REST Docs properties
...
Closes gh-47481
6 months ago
Andy Wilkinson
e6e0db04be
Polish documentation following relocation of TestRestTemplate
...
See gh-46356
See gh-47322
6 months ago
Stéphane Nicoll
f10b80cf6f
Merge branch '3.5.x'
...
Closes gh-47480
6 months ago
Stéphane Nicoll
b99daec604
Merge branch '3.4.x' into 3.5.x
...
Closes gh-47479
6 months ago
Stéphane Nicoll
30938e30f0
Rename annotations used by tests of the configuration processor
...
This commit renames the annotations and other signals that the
annotation processor uses to process configuration metadata. By adding
a `Test` prefix, this prevents the confusion with the real annotation.
Closes gh-47468
6 months ago
Andy Wilkinson
5afbec7033
Correct package in spring-boot-resttestclient to match module name
...
See gh-46356
See gh-47322
6 months ago
Andy Wilkinson
fd2b29d3cc
Include checking of AutoConfigure….imports in check lifecycle
...
See gh-47322
6 months ago
Andy Wilkinson
a6a22c18b4
Polish
...
See gh-46356
See gh-47322
6 months ago
Andy Wilkinson
afc8df80d5
Make AutoConfigureRestClient auto-configure JSON
...
See gh-46356
See gh-47322
6 months ago
Andy Wilkinson
885f90da0c
Introduce spring-boot-webclient-test
...
See gh-46356
See gh-47322
6 months ago
Andy Wilkinson
1706a7cff6
Include Micrometer test modules in OpenTelemetry test starter
...
See gh-46356
See gh-47322
6 months ago
Andy Wilkinson
2a2d3a88d2
Correct imports for AutoConfigureJson
...
See gh-47322
6 months ago
Andy Wilkinson
f549467666
Rename SharedObjectMapper to SharedJsonMapper
...
Closes gh-47471
6 months ago
Andy Wilkinson
6e4b88d850
Add property to configure Jackson 3 with Boot's Jackson 2 defaults
...
Closes gh-
6 months ago
Andy Wilkinson
630797fa9b
Merge branch '3.5.x'
...
Closes gh-47475
6 months ago
Andy Wilkinson
bb0fd0c778
Update javadoc of TestRestTemplate after change to redirect behavior
...
Closes gh-47474
6 months ago
Phillip Webb
e01b36216a
Revert Support pluggable types for EndpointJsonMapper
...
Closes gh-46534
6 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
6 months ago
Phillip Webb
f4e8cacbcd
Polish
6 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>
6 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
6 months ago
Andy Wilkinson
3bf53f8bf5
Introduce @AutoConfigureTestRestTemplate
...
Add `@AutoConfigureTestRestTemplate` which can be used to
auto-configure a `TestRestTemplate`.
See gh-46356
6 months ago
Andy Wilkinson
062bda3229
Polish test starters
...
Polish test starter to:
- Align dependencies of starters and their -test companions
- Pull in regular starters from test starters
See gh-46356
Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
6 months ago
Andy Wilkinson
873a771bc2
Merge branch '3.5.x'
6 months ago
Andy Wilkinson
2776021356
Merge branch '3.4.x' into 3.5.x
...
See gh-47275
6 months ago
Andy Wilkinson
bee968e0db
Fix Bitnami variant of Neo4j Docker Compose test
...
See gh-46983
6 months ago
Stéphane Nicoll
f2176791ea
Merge branch '3.5.x'
6 months ago
Stéphane Nicoll
ca8e8c89ab
Merge branch '3.4.x' into 3.5.x
6 months ago
Stéphane Nicoll
a3b1ad2ac6
Start building against Spring WS 4.1.2 snapshots
...
See gh-47467
6 months ago
Stéphane Nicoll
5128d71ce6
Start building against Spring Session 3.5.3 snapshots
...
See gh-47466
6 months ago
Stéphane Nicoll
4e2407364d
Start building against Spring Security 6.5.6 snapshots
...
See gh-47465
6 months ago
Stéphane Nicoll
3abb15dfba
Start building against Spring Pulsar 1.2.11 snapshots
...
See gh-47464
6 months ago
Stéphane Nicoll
be17f2c8af
Start building against Spring LDAP 3.3.4 snapshots
...
See gh-47463
6 months ago
Stéphane Nicoll
15236f457d
Start building against Spring Framework 6.2.12 snapshots
...
See gh-47462
6 months ago
Stéphane Nicoll
f96deda009
Start building against Spring Data Bom 2025.0.5 snapshots
...
See gh-47461
6 months ago
Stéphane Nicoll
e39b52450c
Start building against Spring Authorization Server 1.5.3 snapshots
...
See gh-47460
6 months ago
Stéphane Nicoll
40988c959b
Start building against Reactor Bom 2024.0.11 snapshots
...
See gh-47459
6 months ago
Stéphane Nicoll
a4b644055f
Start building against Micrometer Tracing 1.5.5 snapshots
...
See gh-47458
6 months ago
Stéphane Nicoll
ce953a19a7
Start building against Micrometer 1.15.5 snapshots
...
See gh-47457
6 months ago
Stéphane Nicoll
3038fb89ec
Start building against Spring WS 4.0.16 snapshots
...
See gh-47456
6 months ago
Stéphane Nicoll
13a5a336b6
Start building against Spring Session 3.4.6 snapshots
...
See gh-47455
6 months ago
Stéphane Nicoll
3abcba2bcc
Start building against Spring Security 6.4.12 snapshots
...
See gh-47454
6 months ago
Stéphane Nicoll
58831a7fe2
Start building against Spring Pulsar 1.2.11 snapshots
...
See gh-47453
6 months ago
Stéphane Nicoll
b9f5f27372
Start building against Spring LDAP 3.2.15 snapshots
...
See gh-47452
6 months ago
Stéphane Nicoll
4a71a718f2
Start building against Spring Framework 6.2.12 snapshots
...
See gh-47451
6 months ago
Stéphane Nicoll
2e7b21afbe
Start building against Spring Data Bom 2024.1.11 snapshots
...
See gh-47450
6 months ago
Stéphane Nicoll
c21066b1ba
Start building against Spring Authorization Server 1.4.6 snapshots
...
See gh-47449
6 months ago
Stéphane Nicoll
7b9041a527
Start building against Reactor Bom 2024.0.11 snapshots
...
See gh-47448
6 months ago