OpenSearch/qa/smoke-test-http/src/test/java/org/elasticsearch/http
Nik Everett 749039ad4f Consolidate the last easy parser construction (#22095)
Moves the last of the "easy" parser construction into
`RestRequest`, this time with a new method
`RestRequest#contentParser`. The rest of the production
code that builds `XContentParser` isn't "easy" because it is
exposed in the Transport Client API (a Builder) object.
2016-12-14 15:41:25 -05:00
..
ContextAndHeaderTransportIT.java Plugins: Remove response action filters (#21950) 2016-12-05 16:14:04 -08:00
CorsNotSetIT.java restore throws IOException clause on all performRequest sync methods 2016-07-19 15:18:05 +02:00
CorsRegexIT.java Remove legacy BWC test infrastructure and tests (#21915) 2016-12-02 08:06:20 +01:00
DeprecationHttpIT.java restore throws IOException clause on all performRequest sync methods 2016-07-19 15:18:05 +02:00
DetailedErrorsDisabledIT.java Remove legacy BWC test infrastructure and tests (#21915) 2016-12-02 08:06:20 +01:00
DetailedErrorsEnabledIT.java restore throws IOException clause on all performRequest sync methods 2016-07-19 15:18:05 +02:00
HttpCompressionIT.java Remove legacy BWC test infrastructure and tests (#21915) 2016-12-02 08:06:20 +01:00
HttpSmokeTestCase.java [TEST] Add back skip of external clusters 2016-12-02 11:53:33 +01:00
ResponseHeaderPluginIT.java Remove legacy BWC test infrastructure and tests (#21915) 2016-12-02 08:06:20 +01:00
TestDeprecatedQueryBuilder.java Remove support for empty queries (#22092) 2016-12-12 12:37:12 +01:00
TestDeprecationHeaderRestAction.java Consolidate the last easy parser construction (#22095) 2016-12-14 15:41:25 -05:00
TestDeprecationPlugin.java Migrate query registration from push to pull 2016-07-20 12:33:51 -04:00
TestResponseHeaderPlugin.java Fix remaining tests that either need access to the netty module or require explict configuration 2016-07-12 16:29:57 +02:00
TestResponseHeaderRestAction.java Remove lenient URL parameter parsing 2016-10-04 12:45:29 -04:00