- 07 Jul, 2017 5 commits
-
-
Stephane Nicoll authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Phillip Webb authored
-
- 06 Jul, 2017 6 commits
-
-
Phillip Webb authored
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Madhura Bhave authored
Fixes gh-9693
-
Madhura Bhave authored
-
Madhura Bhave authored
Fixes gh-9351
-
- 04 Jul, 2017 1 commit
-
-
Andy Wilkinson authored
-
- 03 Jul, 2017 3 commits
-
-
Brian Clozel authored
This commit applies what's been done in gh-9166 for WebFlux client and server, but for the `WebTestClient` auto-configuration. `WebTestClient` can be configured for mock or integration tests and this change applies `CodecCustomizer` beans to the client being built. Closes gh-9577
-
Brian Clozel authored
This commit introduces `CodecCustomizer`, a new callback-based interface for customizing the codecs configuration for WebFlux server and client. Instances of those customizers are applied to the `WebClient.Builder` and to the `WebFluxAutoConfiguration` (which deals with both WebFlux and WebFlux.fn). For now, only Jackson codecs are auto-configured, by getting the `ObjectMapper` instance created by Spring Boot. Other codecs can be configured as soon as WebFlux supports those. Closes gh-9166
-
Brian Clozel authored
This commit adds a new customizer interface for applying configuration changes to `WebClient.Builder` beans: `WebClientCustomizer`. The new WebClient auto-configuration will make available, as a prototype scoped bean, `WebClient.Builder` instances. Once injected, developers can use those to create `WebClient` instances to be used in their application. `WebClientCustomizer` beans are sorted according to their `Order` and then applied to the builder instances. Closes gh-9522
-
- 02 Jul, 2017 10 commits
-
-
Andy Wilkinson authored
Closes gh-9665
-
Andy Wilkinson authored
Closes gh-9664
-
Andy Wilkinson authored
Closes gh-9663
-
Andy Wilkinson authored
Closes gh-9662
-
Andy Wilkinson authored
Closes gh-9661
-
Andy Wilkinson authored
Closes gh-9660
-
Andy Wilkinson authored
Closes gh-9659
-
Andy Wilkinson authored
Closes gh-9658
-
Andy Wilkinson authored
Closes gh-9657
-
Andy Wilkinson authored
Closes gh-9656
-
- 01 Jul, 2017 3 commits
-
-
Andy Wilkinson authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-9646
-
- 30 Jun, 2017 9 commits
-
-
Madhura Bhave authored
Closes gh-9545
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Andy Wilkinson authored
Closes gh-9589
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-8026
-
- 29 Jun, 2017 3 commits
-
-
Madhura Bhave authored
Closes gh-9290
-
Brian Clozel authored
Upgrade to Bismuth snapshots
-
Rossen Stoyanchev authored
-