OpenSearch/test/framework
Luca Cavanna 4d589afbc2 AbstractQueryBuilder to no longer extend ToXContentBytes (#25948)
ToXContentToBytes is used as a base class that adds toString and buildAsBytes method implementation to classes that implement ToXContent. With the ongoing cleanups, this class is limited and doesn't add a lot of value, given that buildAsBytes can be replaced with XContentHelper.toXContent and toString can be replaced with Strings.toString(this).

The plan would be to remove ToXContentToBytes entirely, and AbstractQueryBuilder is the first place where we can remove its usage.
2017-07-31 17:38:24 +02:00
..
src AbstractQueryBuilder to no longer extend ToXContentBytes (#25948) 2017-07-31 17:38:24 +02:00
build.gradle Shade external dependencies in the rest client jar 2017-07-24 12:55:43 -05:00