OpenSearch/qa/smoke-test-http/src/test/java/org/elasticsearch/http
Nik Everett e28509fbfe
Core: Less settings to AbstractComponent (#35140)
Stop passing `Settings` to `AbstractComponent`'s ctor. This allows us to
stop passing around `Settings` in a *ton* of places. While this change
touches many files, it touches them all in fairly small, mechanical
ways, doing a few things per file:
1. Drop the `super(settings);` line on everything that extends
`AbstractComponent`.
2. Drop the `settings` argument to the ctor if it is no longer used.
3. If the file doesn't use `logger` then drop `extends
AbstractComponent` from it.
4. Clean up all compilation failure caused by the `settings` removal
and drop any now unused `settings` isntances and method arguments.

I've intentionally *not* removed the `settings` argument from a few
files:
1. TransportAction
2. AbstractLifecycleComponent
3. BaseRestHandler

These files don't *need* `settings` either, but this change is large
enough as is.

Relates to #34488
2018-10-31 21:23:20 -04:00
..
ContextAndHeaderTransportIT.java Core: Less settings to AbstractComponent (#35140) 2018-10-31 21:23:20 -04:00
CorsNotSetIT.java HLRest: Allow caller to set per request options (#30490) 2018-05-31 13:59:52 -04:00
CorsRegexIT.java HLRest: Allow caller to set per request options (#30490) 2018-05-31 13:59:52 -04:00
DeprecationHttpIT.java Switch many QA projects to use new style requests (#30574) 2018-05-15 17:48:47 -04:00
DetailedErrorsDisabledIT.java Docs: Fixed a grammatical mistake: 'a HTTP ...' -> 'an HTTP ...' (#33744) 2018-09-17 15:35:54 -04:00
DetailedErrorsEnabledIT.java Switch many QA projects to use new style requests (#30574) 2018-05-15 17:48:47 -04:00
HttpCompressionIT.java HLRest: Allow caller to set per request options (#30490) 2018-05-31 13:59:52 -04:00
HttpSmokeTestCase.java Add nio-transport as option for http smoke tests (#31162) 2018-06-07 09:46:36 -06:00
NoHandlerIT.java HLRest: Allow caller to set per request options (#30490) 2018-05-31 13:59:52 -04:00
ResponseHeaderPluginIT.java HLRest: Allow caller to set per request options (#30490) 2018-05-31 13:59:52 -04:00
RestHttpResponseHeadersIT.java Switch many QA projects to use new style requests (#30574) 2018-05-15 17:48:47 -04:00
TestDeprecatedQueryBuilder.java Lowercase static final DeprecationLogger instance names (#34887) 2018-10-25 21:12:19 -07:00
TestDeprecationHeaderRestAction.java Core: Drop settings member from AbstractComponent (#35083) 2018-10-30 16:10:38 -04:00
TestDeprecationPlugin.java Deguice rest handlers (#22575) 2017-01-20 11:48:51 -05:00
TestResponseHeaderPlugin.java Deguice rest handlers (#22575) 2017-01-20 11:48:51 -05:00
TestResponseHeaderRestAction.java Adds nodes usage API to monitor usages of actions (#24169) 2017-06-02 08:46:38 +01:00