OpenSearch/plugin
Lee Hinman 2ecce78b13 Decouple XContentType from StreamInput/Output (elastic/x-pack-elasticsearch#4065)
This removes the readFrom and writeTo methods from XContentType, instead using
the more generic `readEnum` and `writeEnum` methods. Luckily they are both
encoded exactly the same way, so there is no compatibility layer needed for
backwards compatibility.

This is the x-pack side of https://github.com/elastic/elasticsearch/pull/28927

Original commit: elastic/x-pack-elasticsearch@f1c0928490
2018-03-07 14:50:33 -07:00
..
bwc Relax remote check for bwc project checkouts (elastic/x-pack-elasticsearch#3924) 2018-02-13 14:54:38 -06:00
core Decouple XContentType from StreamInput/Output (elastic/x-pack-elasticsearch#4065) 2018-03-07 14:50:33 -07:00
deprecation Build: Replace provided configuration with compileOnly (elastic/x-pack-elasticsearch#3868) 2018-02-09 11:30:43 -08:00
graph [TEST] Add deterministic routing of docs to shards to prevent 2018-02-19 15:46:51 +00:00
keys Rename core plugin and transport dirs 2017-02-10 11:02:42 -08:00
logstash Build: Replace provided configuration with compileOnly (elastic/x-pack-elasticsearch#3868) 2018-02-09 11:30:43 -08:00
ml Wrap stream passed to createParser in try-with-resources (elastic/x-pack-elasticsearch#4055) 2018-03-04 16:48:15 -07:00
monitoring Wrap stream passed to createParser in try-with-resources (elastic/x-pack-elasticsearch#4055) 2018-03-04 16:48:15 -07:00
rollup Fix Javadocs for o.e.x.r.j.RollupIndexer 2018-03-06 14:12:42 -08:00
security Wrap stream passed to createParser in try-with-resources (elastic/x-pack-elasticsearch#4055) 2018-03-04 16:48:15 -07:00
sql SQL: Move parameter processing from the client to the server (elastic/x-pack-elasticsearch#3822) 2018-03-07 09:25:25 -05:00
src/test REST Tests: Remove human parameter (elastic/x-pack-elasticsearch#4032) 2018-03-04 11:54:09 -08:00
upgrade Tests: suppress testIndexUpgradeInfoLicense on release builds (elastic/x-pack-elasticsearch#3930) 2018-02-14 13:56:40 -05:00
watcher Wrap stream passed to createParser in try-with-resources (elastic/x-pack-elasticsearch#4055) 2018-03-04 16:48:15 -07:00
build.gradle Rollups for Elasticsearch (elastic/x-pack-elasticsearch#4002) 2018-02-23 17:10:37 -05:00