OpenSearch/buildSrc
Simon Willnauer 0a410d3916 Pass executor name to request interceptor to support async intercept calls (#21089)
Today the request interceptor can't support async calls since the response
of the async call would execute on a different thread ie. a client or listener
thread. This means in-turn that the intercepted handler is not executed with the
thread it was supposed to run and therefor can, if it's executing blocking
operations, potentially deadlock an entire server.
2016-10-24 13:57:07 +02:00
..
src Pass executor name to request interceptor to support async intercept calls (#21089) 2016-10-24 13:57:07 +02:00
.gitignore Build: Add fake project to include buildSrc as normal project 2016-05-06 22:26:15 -07:00
build.gradle Build: Remove old maven deploy support (#20403) 2016-09-19 15:10:41 -07:00
version.properties Upgrade Log4j 2 to version 2.7 2016-10-07 13:05:30 -05:00