- 19 Jun, 2019 8 commits
-
-
Spring Buildmaster authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Update CI scripts so that command failures do not cause an immediate exit. Prior to this commit, some of our looping logic would never run because the entire script would exit.
-
Phillip Webb authored
-
Spring Buildmaster authored
-
- 18 Jun, 2019 18 commits
-
-
Phillip Webb authored
Closes gh-17258
-
Phillip Webb authored
Closes gh-17257
-
Phillip Webb authored
Closes gh-17256
-
Phillip Webb authored
Closes gh-17255
-
Phillip Webb authored
Closes gh-17249
-
Phillip Webb authored
Closes gh-17246
-
Phillip Webb authored
Closes gh-17248
-
Phillip Webb authored
Closes gh-17244
-
Phillip Webb authored
Closes gh-17247
-
Phillip Webb authored
Closes gh-17245
-
Phillip Webb authored
-
Phillip Webb authored
-
Brian Clozel authored
On error cases, the "outcome" tag would be missing from recorded metrics for the `WebClient`. This commit fixes this issue and improves the reference documentation by mentioning the tag values used for error cases, when the client response is not received (I/O errors, client error, etc). Fixes gh-17219
-
Phillip Webb authored
Closes gh-17237
-
Phillip Webb authored
Closes gh-16854
-
Phillip Webb authored
Closes gh-17236
-
Phillip Webb authored
-
Phillip Webb authored
Closes gh-17235
-
- 17 Jun, 2019 14 commits
-
-
Phillip Webb authored
Closes gh-17232
-
Phillip Webb authored
Update Gradle archive tasks to ensure that `META-INF/` and `META-INF/MANIFEST.MF` remain as the first entries of the archive. Prior to this commit, rewritten archives would violate the implicit specification of `JarInputStream` that these entries should be first. Fixes gh-16698
-
Phillip Webb authored
-
Phillip Webb authored
Closes gh-17227 Closes gh-17228
-
Phillip Webb authored
* pr/16535: Polish "Fix connection timeout configuration for Netty" Fix connection timeout configuration for Netty Chain predicates in PropertyMapper when methods Closes gh-16535
-
Phillip Webb authored
See gh-16535
-
ayudovin authored
Update `NettyWebServerFactoryCustomizer` to deal with the fact that Netty treats `0` and negative connection timeout values differently to Tomcat, Undertow and Jetty. See gh-16535
-
ayudovin authored
Update `PropertyMapper` to correctly combine predicates when repeated calls are made to `when` and `whenNot`. Prior to this commit, subsequent invocations would replace the previous predicate. Fixes gh-17225
-
Andy Wilkinson authored
Closes gh-17224
-
Andy Wilkinson authored
Closes gh-17222
-
Andy Wilkinson authored
Closes gh-17223
-
Andy Wilkinson authored
Fixes gh-17062
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-