OpenSearch/qa
Lee Hinman 8e8fdc4f0e
Decouple XContentBuilder from BytesReference (#28972)
* Decouple XContentBuilder from BytesReference

This commit removes all mentions of `BytesReference` from `XContentBuilder`.
This is needed so that we can completely decouple the XContent code and move it
into its own dependency.

While this change appears large, it is due to two main changes, moving
`.bytes()` and `.string()` out of XContentBuilder itself into static methods
`BytesReference.bytes` and `Strings.toString` respectively. The rest of the
change is code reacting to these changes (the majority of it in tests).

Relates to #28504
2018-03-14 13:47:57 -06:00
..
ccs-unavailable-clusters Decouple XContentBuilder from BytesReference (#28972) 2018-03-14 13:47:57 -06:00
die-with-dignity Fix description of die with dignity plugin 2018-03-14 07:45:32 -04:00
evil-tests Remove log4j dependency from elasticsearch-core (#28705) 2018-02-20 09:15:54 -07:00
full-cluster-restart Decouple XContentBuilder from BytesReference (#28972) 2018-03-14 13:47:57 -06:00
mixed-cluster Decouple XContentBuilder from BytesReference (#28972) 2018-03-14 13:47:57 -06:00
multi-cluster-search Test: Remove specifying zip distribution in qa tests (#28805) 2018-02-23 13:45:38 -08:00
no-bootstrap-tests Plugins: Allow modules to spawn controllers (#28968) 2018-03-11 09:01:27 -07:00
query-builder-bwc Decouple XContentBuilder from BytesReference (#28972) 2018-03-14 13:47:57 -06:00
reindex-from-old Reindex: Harden old ES version test 2018-01-26 11:24:48 -05:00
rolling-upgrade Test: Remove specifying zip distribution in qa tests (#28805) 2018-02-23 13:45:38 -08:00
smoke-test-client Create nio-transport plugin for NioTransport (#27949) 2018-01-05 09:41:29 -07:00
smoke-test-http Decouple XContentBuilder from BytesReference (#28972) 2018-03-14 13:47:57 -06:00
smoke-test-ingest-disabled Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
smoke-test-ingest-with-all-dependencies version set in ingest pipeline (#27573) 2018-02-21 09:34:51 +01:00
smoke-test-multinode Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
smoke-test-plugins Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
smoke-test-rank-eval-with-mustache [Test] Lower bwc version for rank-eval rest tests 2018-01-22 13:33:42 +01:00
smoke-test-reindex-with-all-modules Fix Parsing Bug with Update By Query for Stored Scripts (#29039) 2018-03-14 07:12:15 -07:00
vagrant Create keystore on package install (#28928) 2018-03-12 12:48:00 -04:00
verify-version-constants Test: Remove specifying zip distribution in qa tests (#28805) 2018-02-23 13:45:38 -08:00
wildfly Decouple XContentBuilder from BytesReference (#28972) 2018-03-14 13:47:57 -06:00
build.gradle Build: Automatically add projects under libs, qa, modules and plugins (#28279) 2018-01-17 19:54:43 -08:00