OpenSearch/modules
Jay Modi a0279bc069
Responses can use Writeable.Reader interface (#34655)
In order to remove Streamable from the codebase, Response objects need
to be read using the Writeable.Reader interface which this change
enables. This change enables the use of Writeable.Reader by adding the
`Action#getResponseReader` method. The default implementation simply
uses the existing `newResponse` method and the readFrom method. As
responses are migrated to the Writeable.Reader interface, Action
classes can be updated to throw an UnsupportedOperationException when
`newResponse` is called and override the `getResponseReader` method.

Relates #34389
2018-10-26 09:21:54 -06:00
..
aggs-matrix-stats Add a new "contains" feature (#34738) 2018-10-25 08:50:50 +03:00
analysis-common Lowercase static final DeprecationLogger instance names (#34887) 2018-10-25 21:12:19 -07:00
ingest-common Add a new "contains" feature (#34738) 2018-10-25 08:50:50 +03:00
lang-expression Add a new "contains" feature (#34738) 2018-10-25 08:50:50 +03:00
lang-mustache Add a new "contains" feature (#34738) 2018-10-25 08:50:50 +03:00
lang-painless Add a new "contains" feature (#34738) 2018-10-25 08:50:50 +03:00
mapper-extras Simplify the return type of FieldMapper#parse. (#32654) 2018-09-04 01:15:19 +00:00
parent-join Refactor children aggregator into a generic ParentJoinAggregator (#34845) 2018-10-26 16:26:45 +02:00
percolator Lowercase static final DeprecationLogger instance names (#34887) 2018-10-25 21:12:19 -07:00
rank-eval Fix a variety of typos and misspelled words (#32792) 2018-10-03 18:11:38 +01:00
reindex Improve IndexNotFoundException's default error message (#34649) 2018-10-24 12:53:31 -07:00
repository-url Add a new "contains" feature (#34738) 2018-10-25 08:50:50 +03:00
transport-netty4 Responses can use Writeable.Reader interface (#34655) 2018-10-26 09:21:54 -06:00
build.gradle Painless: Add spi jar that will be published for extending whitelists (#28302) 2018-01-18 19:16:26 -08:00