- 10 Mar, 2020 30 commits
-
-
Andy Wilkinson authored
Closes gh-20467
-
Andy Wilkinson authored
Closes gh-20466
-
Andy Wilkinson authored
Closes gh-20465
-
Andy Wilkinson authored
Closes gh-20464
-
Andy Wilkinson authored
Closes gh-20463
-
Andy Wilkinson authored
Closes gh-20462
-
Andy Wilkinson authored
Closes gh-20461
-
Andy Wilkinson authored
Closes gh-20460
-
Andy Wilkinson authored
Closes gh-20459
-
Andy Wilkinson authored
Closes gh-20458
-
Andy Wilkinson authored
Closes gh-20457
-
Andy Wilkinson authored
Closes gh-20456
-
Andy Wilkinson authored
Closes gh-20455
-
Andy Wilkinson authored
Closes gh-20454
-
Andy Wilkinson authored
Closes gh-20453
-
Andy Wilkinson authored
Closes gh-20452
-
Andy Wilkinson authored
Closes gh-20451
-
Andy Wilkinson authored
Closes gh-20450
-
Andy Wilkinson authored
Closes gh-20449
-
Andy Wilkinson authored
Closes gh-20448
-
Andy Wilkinson authored
Closes gh-20447
-
Andy Wilkinson authored
Closes gh-20446
-
Andy Wilkinson authored
Closes gh-20445
-
Andy Wilkinson authored
Closes gh-20444
-
Andy Wilkinson authored
Closes gh-20443
-
Andy Wilkinson authored
Closes gh-20442
-
Andy Wilkinson authored
Changes in Gradle 6.2 should address the problems described in 4f75ab5f. Closes gh-19609
-
Andy Wilkinson authored
See gh-4657
-
Andy Wilkinson authored
Standalone Jetty will, by default, include a Connection: close header in all responses once graceful shutdown has begun. Previously, the way in which we were shutting Jetty down did not cause this to happen. This commit updates JettyGracefulShutdown to shut down each connector. This causes Jetty to send the Connection: close header, aligning its behaviour more closely with what it does when used standalone. The tests have also been updated to verify this behaviour and to ensure that the correct port is used for requests even once the connector is no longer bound and the web server no longer knows its ephemeral port. See gh-4657
-
Andy Wilkinson authored
See gh-4657
-
- 09 Mar, 2020 9 commits
-
-
Madhura Bhave authored
Closes gh-20433
-
Madhura Bhave authored
Closes gh-20432
-
Madhura Bhave authored
This reverts commit 6828a15d. The commit has been reverted as it breaks backwards compatiblity. Fixes gh-20343
-
Andy Wilkinson authored
See gh-4657
-
Andy Wilkinson authored
See gh-4657
-
Andy Wilkinson authored
This commit adds support for gracefully shutting down the embedded web server. When a grace period is configured (server.shutdown.grace-period), upon shutdown, the web server will no longer permit new requests and will wait for up to the grace period for active requests to complete. Closes gh-4657
-
Stephane Nicoll authored
* pr/20428: Remove hardcoded version from VersionOverridingElasticsearchContainer Closes gh-20428
-
dreis2211 authored
See gh-20428
-
Stephane Nicoll authored
-
- 08 Mar, 2020 1 commit
-
-
Stephane Nicoll authored
* pr/20419: Polish Closes gh-20419
-