OpenSearch/x-pack/plugin/security
Henning Andersen 68ed72b923
Handle scheduler exceptions (#38014)
Scheduler.schedule(...) would previously assume that caller handles
exception by calling get() on the returned ScheduledFuture.
schedule() now returns a ScheduledCancellable that no longer gives
access to the exception. Instead, any exception thrown out of a
scheduled Runnable is logged as a warning.

This is a continuation of #28667, #36137 and also fixes #37708.
2019-01-31 17:51:45 +01:00
..
cli Fix exit code for Security CLI tools (#37956) 2019-01-30 17:51:11 +11:00
forbidden Migrate x-pack-elasticsearch source to elasticsearch 2018-04-20 15:29:54 -07:00
licenses Update httpclient for JDK 11 TLS engine (#37994) 2019-01-30 14:24:29 -07:00
src Handle scheduler exceptions (#38014) 2019-01-31 17:51:45 +01:00
build.gradle Split third party audit exclusions by type (#36763) 2019-01-07 17:24:19 +02:00