- 06 May, 2020 7 commits
-
-
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 16 commits
-
-
Stephane Nicoll authored
Closes gh-20948
-
Stephane Nicoll authored
Closes gh-21209
-
Stephane Nicoll authored
Closes gh-20940
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-20940
-
Stephane Nicoll authored
Closes gh-20938
-
Brian Clozel authored
This commit upgrades to RSocket 1.0.0-RC7. This new RC brings API changes we have to adapt to. As of this commit, we're introducing a new `RSocketServerCustomizer` which replaces the now deprecated `ServerRSocketFactoryProcessor`. Closes gh-21046
-
Stephane Nicoll authored
Closes gh-21205
-
Stephane Nicoll authored
Closes gh-21204
-
Stephane Nicoll authored
Closes gh-21203
-
Stephane Nicoll authored
Closes gh-21202
-
Stephane Nicoll authored
Closes gh-21201
-
Stephane Nicoll authored
Closes gh-21200
-
Stephane Nicoll authored
Closes gh-21199
-
Stephane Nicoll authored
Closes gh-21198
-
Stephane Nicoll authored
Closes gh-21197
-