OpenSearch/x-pack/plugin/sql
Ryan Ernst 49387bf2d7
Core: Combine doExecute methods in TransportAction (#31517)
TransportAction currently contains 2 doExecute methods, one which takes
a the task, and one that does not. The latter is what some subclasses
implement, while the first one just calls the latter, dropping the given
task. This commit combines these methods, in favor of just always
assuming a task is present.
2018-06-25 09:41:22 +01:00
..
jdbc Remove all unused imports and fix CRLF (#31207) 2018-06-11 15:12:12 +02:00
sql-cli Remove all unused imports and fix CRLF (#31207) 2018-06-11 15:12:12 +02:00
sql-proto Upgrade to Lucene 7.4.0. (#31529) 2018-06-22 16:17:17 +02:00
sql-shared-client SQL: Remove the last remaining server dependencies from jdbc (#30771) 2018-05-25 15:41:41 -04:00
sql-shared-proto Rename elasticsearch-core to core (#31185) 2018-06-07 16:50:21 -04:00
src Core: Combine doExecute methods in TransportAction (#31517) 2018-06-25 09:41:22 +01:00
build.gradle SQL: Fix build on Java 10 2018-06-14 18:30:27 +03:00