OpenSearch/client
Tanguy Leroux ad355f3e0b Forbid direct usage of ContentType.create() methods (#26457)
It's easy to create a wrong Content-Type header when converting a 
XContentType to a Apache HTTP ContentType instance.

This commit the direct usages of ContentType.create() methods in favor of a Request.createContentType(XContentType) method that does the right thing.

Closes #26438
2017-09-06 09:58:46 +02:00
..
benchmark Revert shading for the low level rest client (#26367) 2017-08-25 14:13:12 -05:00
client-benchmark-noop-api-plugin Migrate Search requests to use Writeable reading strategies (#26428) 2017-08-30 11:00:33 -07:00
rest Revert shading for the low level rest client (#26367) 2017-08-25 14:13:12 -05:00
rest-high-level Forbid direct usage of ContentType.create() methods (#26457) 2017-09-06 09:58:46 +02:00
sniffer Revert shading for the low level rest client (#26367) 2017-08-25 14:13:12 -05:00
test Revert shading for the low level rest client (#26367) 2017-08-25 14:13:12 -05:00
transport Add links to external classes in clients javadoc (#25998) 2017-08-17 21:03:47 +02:00