- 24 Oct, 2019 2 commits
-
-
Phillip Webb authored
Closes gh-18715
-
Phillip Webb authored
Closes gh-18717
-
- 23 Oct, 2019 2 commits
-
-
Stephane Nicoll authored
* pr/18705: Fix typos Closes gh-18705
-
nkjackzhang authored
See gh-18705
-
- 22 Oct, 2019 8 commits
-
-
Phillip Webb authored
* pr/18566: Rename `max-http-post-size` server property Closes gh-18566
-
Rafiullah Hamedy authored
Rename `max-http-post-size` to `max-http-form-post-size` for Jetty and Tomcat to make it clearer that they only apply to POSTed form content. See gh-18566
-
Phillip Webb authored
* pr/18536: Polish "Upgrade to Jetty 9.4.21.v20190926" Upgrade to Jetty 9.4.21.v20190926 Closes gh-18536
-
Phillip Webb authored
See gh-18536
-
dreis2211 authored
See gh-18536
-
Phillip Webb authored
Closes gh-18660
-
Stephane Nicoll authored
* pr/18604: Optimize debug level logs Closes gh-18604
-
wycm authored
See gh-18604
-
- 21 Oct, 2019 2 commits
-
-
Stephane Nicoll authored
* pr/18665: Polish Closes gh-18665
-
xiaokeliu666 authored
See gh-18665
-
- 18 Oct, 2019 2 commits
-
-
Andy Wilkinson authored
* gh-18648: Test the Gradle Plugin against Gradle 5.6.3 Closes gh-18648
-
dreis2211 authored
See gh-18648
-
- 16 Oct, 2019 4 commits
-
-
Brian Clozel authored
See gh-18473
-
Brian Clozel authored
Prior to this commit, all supported servers would share the same configuration property `server.connection-timeout`. Unfortunately, in many cases the behavior of this timeout changes depending on the server. From actual connection setup timeout, to detecting and closing idle connections, this property cannot be properly translated from one server implementation to another. This commit deprecates this configuration property and introduces server specific properties: * `server.jetty.connection-idle-timeout` (Time that the connection can be idle before it is closed.) * `server.netty.connection-timeout` (Connection timeout of the Netty channel.) * `server.tomcat.connection-timeout` (Amount of time the connector will wait, after accepting a connection, for the request URI line to be presented.) * `server.undertow.no-request-timeout` (Amount of time a connection can sit idle without processing a request, before it is closed by the server.) `server.connection-timeout` is now deprecated and will be removed in a future release. Fixes gh-18473
-
Stephane Nicoll authored
* pr/18612: Use LinkedHashSet for deterministic order in test assertion Closes gh-18612
-
contextshuffling authored
See gh-18612
-
- 15 Oct, 2019 12 commits
-
-
Andy Wilkinson authored
Closes gh-18607
-
Stephane Nicoll authored
See gh-18229
-
Stephane Nicoll authored
* pr/18581: Polish "Add metadata entry for spring.main.register-shutdown-hook" Add metadata entry for spring.main.register-shutdown-hook Closes gh-18581
-
Stephane Nicoll authored
See gh-18581
-
leoli authored
See gh-18581
-
Stephane Nicoll authored
* pr/18578: Polish "Clarify formatting recommendations for configuration property javadoc" Clarify formatting recommendations for configuration property javadoc Closes gh-18578
-
Stephane Nicoll authored
See gh-18578
-
Rafiullah Hamedy authored
This commit adds a note to spring-boot-features.adoc to clarify that using javadoc tags to format configuration property descriptions is not supported. See gh-18578
-
Stephane Nicoll authored
* pr/18580: Use LinkedHashSet for deterministic order in test assertions Closes gh-18580
-
contextshuffling authored
See gh-18580
-
Stephane Nicoll authored
* pr/18579: Rename tests to match Surefire expectations Closes gh-18579
-
dreis2211 authored
See gh-18579
-
- 14 Oct, 2019 2 commits
-
-
Andy Wilkinson authored
* gh-18575: Make the logger static final Closes gh-18575
-
王洋 authored
See gh-18575
-
- 13 Oct, 2019 2 commits
-
-
Stephane Nicoll authored
* pr/18546: Fix incorrect backslash escape in documentation sample Closes gh-18546
-
Ted M. Young authored
See gh-18546
-
- 10 Oct, 2019 2 commits
-
-
Andy Wilkinson authored
* gh-18539: Remove accidental usage of UnsupportedOptionException Closes gh-18539
-
dreis2211 authored
See gh-18539
-
- 03 Oct, 2019 1 commit
-
-
Andy Wilkinson authored
Fixes gh-18410
-
- 02 Oct, 2019 1 commit
-
-
Spring Buildmaster authored
-