OpenSearch/modules/reindex
Ryan Ernst 28ab77a023
Add StreamableResponseAction to aid in deprecation of Streamable (#43770)
The Action base class currently works for both Streamable and Writeable
response types. This commit intorduces StreamableResponseAction, for
which only the legacy Action implementions which provide newResponse()
will extend. This eliminates the need for overriding newResponse() with
an UnsupportedOperationException.

relates #34389
2019-06-28 21:40:00 -07:00
..
src Add StreamableResponseAction to aid in deprecation of Streamable (#43770) 2019-06-28 21:40:00 -07:00
build.gradle Propogate version in reindex from remote search (#42958) 2019-06-06 14:50:06 -04:00