OpenSearch/client/rest-high-level
Lee Hinman b4c78019b0
Remove all dependencies from XContentBuilder (#29225)
* Remove all dependencies from XContentBuilder

This commit removes all of the non-JDK dependencies from XContentBuilder, with
the exception of `CollectionUtils.ensureNoSelfReferences`. It adds a third
extension point around dealing with time-based fields and formatters to work
around the Joda dependency.

This decoupling allows us to be able to move XContentBuilder to a separate lib
so it can be available for things like the high level rest client.

Relates to #28504
2018-03-27 12:58:22 -06:00
..
src Remove all dependencies from XContentBuilder (#29225) 2018-03-27 12:58:22 -06:00
build.gradle Add rank-eval module to transport client and HL client dependencies 2017-12-13 18:05:43 +01:00