OpenSearch/modules
Ryan Ernst 59e7c6411a
Core: Combine messageRecieved methods in TransportRequestHandler (#31519)
TransportRequestHandler currently contains 2 messageReceived methods,
one which takes a Task, and one that does not. The first just delegates
to the second. This commit changes all existing implementors of
TransportRequestHandler to implement the version which takes Task, thus
allowing the class to be a functional interface, and eliminating the
need to throw exceptions when a task needs to be ensured.
2018-06-22 07:36:03 -07:00
..
aggs-matrix-stats Decouple MultiValueMode. (#31075) 2018-06-05 08:51:20 +02:00
analysis-common Multiplexing token filter (#31208) 2018-06-20 10:16:26 +01:00
ingest-common Core: Remove ThreadPool from base TransportAction (#31492) 2018-06-21 11:25:26 -07:00
lang-expression Upgrade to Lucene 7.4.0. (#31529) 2018-06-22 16:17:17 +02:00
lang-mustache Core: Remove ThreadPool from base TransportAction (#31492) 2018-06-21 11:25:26 -07:00
lang-painless Core: Remove ThreadPool from base TransportAction (#31492) 2018-06-21 11:25:26 -07:00
mapper-extras Remove all unused imports and fix CRLF (#31207) 2018-06-11 15:12:12 +02:00
parent-join Remove all unused imports and fix CRLF (#31207) 2018-06-11 15:12:12 +02:00
percolator Remove version argument in RangeFieldType (#30411) 2018-05-16 17:42:44 +02:00
rank-eval Core: Remove ThreadPool from base TransportAction (#31492) 2018-06-21 11:25:26 -07:00
reindex Core: Remove ThreadPool from base TransportAction (#31492) 2018-06-21 11:25:26 -07:00
repository-url [Tests] Mutualize fixtures code in BaseHttpFixture (#31210) 2018-06-14 14:09:56 +02:00
transport-netty4 Core: Combine messageRecieved methods in TransportRequestHandler (#31519) 2018-06-22 07:36:03 -07:00
build.gradle Painless: Add spi jar that will be published for extending whitelists (#28302) 2018-01-18 19:16:26 -08:00