rstoyanchev
b5b9386be6
Polishing
...
Closes gh-31413
2 years ago
Olga MaciaszekSharma
0cd196e3dd
Add UriBuilderFactoryArgumentResolver
...
See gh-31413
2 years ago
Arjen Poutsma
1766d7598c
Minor fixes in RestTemplate to RestClient migration guide
...
See gh-23269
2 years ago
Arjen Poutsma
2b47b8942d
Added RestTemplate to RestClient migration guide
...
Closes gh-23269
2 years ago
ghainesii
0a324ea9a7
Add missing period in RestClient documentation
...
See gh-31237
2 years ago
Arjen Poutsma
7b5effecf3
Reference documentation for `RestClient`
...
In addition to providing reference documentation for the `RestClient`,
this commit also shortens the `RestTemplate` section.
Closes gh-30826
2 years ago
rstoyanchev
5115684baf
Revise docs for server use of `@HttpExchange`
...
Closes gh-30980
2 years ago
rstoyanchev
c43d2e2edc
Polishing
...
Closes gh-30959
2 years ago
Olga MaciaszekSharma
0d4010841e
Update docs for HTTP interface clients return values
...
See gh-30959
2 years ago
Arjen Poutsma
52c77d89e9
Reverse order of RestClient and RestTemplate adapters in HTTP interface section
2 years ago
Arjen Poutsma
49c463b1d2
Polish RestClient request factories
...
This commit changes the default request factory from the
SimpleClientHttpRequestFactory to the JdkClientHttpRequestFactory if
available. It also adds detection logic for OkHttp and Jetty.
2 years ago
Olga MaciaszekSharma
8b77ed164d
Add RestClientAdapter
...
See gh-30869
2 years ago
Rossen Stoyanchev
22376c2efa
Polishing
...
See gh-30117
2 years ago
Olga MaciaszekSharma
268f3c853e
Add RestTemplate support for HTTP interface client
...
See gh-30117
3 years ago
Arjen Poutsma
8691173fd8
Create RestClient documentation placeholder
...
This commit creates a placeholder for future RestClient reference
documentation. It also creats a link to RestClient from the RestTemplate
javadoc.
See gh-30826
3 years ago
rstoyanchev
40bf923d7d
Polishing in MultipartFileArgumentResolver
...
Closes gh-30728
3 years ago
Stephane Nicoll
a9b94241af
Fix typo
...
Closes gh-30473
3 years ago
rstoyanchev
73d30dd875
Polishing contribution
...
Closes gh-30403
3 years ago
Olga MaciaszekSharma
033548a760
Remove default blockTimeout on interface clients
...
See gh-30403
3 years ago
Rob Winch
3774e9be7a
Trim IDs with parent
3 years ago
Rob Winch
139cde47e2
Fix cross references
3 years ago
Rob Winch
3fe7c65218
Migrate Structure
3 years ago
Brian Clozel
7440afe571
Document how to enable HTTP client Observation instrumentation
...
This commit documents how Observation instrumentation should be
activated for `RestTemplate` and `WebClient`: they both need an
`ObservationRegistry` configured to create and record actual
observations.
This is being done automatically in Spring Boot if auto-configured
builders (`RestTemplateBuilder`, `WebClient.Builder`) are used.
Closes gh-29904
3 years ago
Sam Brannen
bea505d32e
Fix typos in reference manual
3 years ago
Sam Brannen
11f3edc352
Change plain 'WebFlux' links to 'See equivalent in the Reactive stack'
...
Closes gh-29694
3 years ago
Brian Clozel
9a3cb628af
Split integration chapter in smaller documents
...
This commit splits the integration chapter of the reference
documentation in smaller documents for easier maintenance.
3 years ago