- 07 May, 2020 6 commits
-
-
Spring Buildmaster authored
-
Stephane Nicoll authored
Closes gh-21351
-
Stephane Nicoll authored
Closes gh-21342
-
Stephane Nicoll authored
Closes gh-21348
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-21346
-
- 06 May, 2020 16 commits
-
-
Madhura Bhave authored
Closes gh-21213
-
Madhura Bhave authored
Prior to this commit, the property was a Boolean with a null default. If it was explicitly set by the user, a context customizer would use that value to set it on the context. However, if it was not set, the default wouldn't be tomcat's default but `false` because it was explicitly set to `false` in `TomcatServletWebServerFactory`. This commit defaults the property itself to `false` so that the default is more obvious to the user. Fixes gh-20796
-
Andy Wilkinson authored
Fixes gh-20759
-
Stephane Nicoll authored
Closes gh-21340
-
Stephane Nicoll authored
Closes gh-21339
-
Stephane Nicoll authored
Closes gh-21338
-
Stephane Nicoll authored
Closes gh-21337
-
Stephane Nicoll authored
Closes gh-21336
-
Stephane Nicoll authored
Closes gh-21335
-
Stephane Nicoll authored
Closes gh-21334
-
Stephane Nicoll authored
Closes gh-21333
-
Stephane Nicoll authored
Closes gh-21332
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-21331
-
Stephane Nicoll authored
Closes gh-21330
-
Andy Wilkinson authored
Previously, unlike embedded Jetty, Netty, and Tomcat, Undertow would not stop when one of its worker threads was in use. This meant that a a long-running or stalled request could prevent the application from shutting down in response to SIGTERM or SIGINT, and SIGTERM would be required to get the process to exit. This commit updates the factories for the reactive and servlet Undertow web server factories to configure Undertow to use a 0ms shutdown timeout. This aligns it with the behaviour of Jetty, Netty, and Tomcat. Tests have been introduced to verify the behaviour across the reactive and servlet variants of all four supported embedded web servers. Fixes gh-21319
-
- 05 May, 2020 3 commits
-
-
Madhura Bhave authored
Fixes gh-17001
-
Phillip Webb authored
Closes gh-21320
-
Phillip Webb authored
Update `StaticResourceJars` to catch both `IOException` and `InvalidPathException` when checking URLs. Prior to this commit only `IOException` was caught which worked on Java 8 but not Java 11 or above. Fixes gh-21312
-
- 04 May, 2020 4 commits
-
-
Stephane Nicoll authored
Closes gh-21260
-
Stephane Nicoll authored
See gh-21265
-
Stephane Nicoll authored
Closes gh-21262
-
Stephane Nicoll authored
Closes gh-21265
-
- 02 May, 2020 1 commit
-
-
Phillip Webb authored
Update `ValueObjectBinder` reattempt conversion if the `@DefaultValue` contains a single element. Prior to this commit, single element conversion relied on the `ArrayToObjectConverter` which isn't always available. Fixes gh-21264
-
- 30 Apr, 2020 3 commits
-
-
Stephane Nicoll authored
Closes gh-20950
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-20941
-
- 29 Apr, 2020 6 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-20952
-
Stephane Nicoll authored
Closes gh-20946
-
Stephane Nicoll authored
Closes gh-20988
-
Stephane Nicoll authored
Closes gh-20939
-
Stephane Nicoll authored
Closes gh-21195
-
- 28 Apr, 2020 1 commit
-
-
Stephane Nicoll authored
Closes gh-20948
-