OpenSearch/qa/smoke-test-http/src/test/java/org/elasticsearch/http
Jay Modi f3f6ff97ee
Single instance of the IndexNameExpressionResolver (#52604)
This commit modifies the codebase so that our production code uses a
single instance of the IndexNameExpressionResolver class. This change
is being made in preparation for allowing name expression resolution
to be augmented by a plugin.

In order to remove some instances of IndexNameExpressionResolver, the
single instance is added as a parameter of Plugin#createComponents and
PersistentTaskPlugin#getPersistentTasksExecutor.

Backport of #52596
2020-02-21 07:50:02 -07:00
..
ContextAndHeaderTransportIT.java Single instance of the IndexNameExpressionResolver (#52604) 2020-02-21 07:50:02 -07: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 Deprecate types in index API (#36575) 2018-12-18 08:53:49 -05:00
HttpSmokeTestCase.java Remove `MockTcpTransport` for ESIntegTestCase (#36089) 2018-11-30 09:04:51 -07: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
SearchRestCancellationIT.java Convert most awaitBusy calls to assertBusy (#45794) (#47112) 2019-09-29 12:21:46 +01:00
TestDeprecatedQueryBuilder.java Lowercase static final DeprecationLogger instance names (#34887) 2018-10-25 21:12:19 -07:00
TestDeprecationHeaderRestAction.java Remove DeprecationLogger from route objects (#52285) 2020-02-12 15:05:41 -07:00
TestDeprecationPlugin.java RestHandlers declare handled routes (#52123) 2020-02-09 22:48:32 -07:00
TestResponseHeaderPlugin.java RestHandlers declare handled routes (#52123) 2020-02-09 22:48:32 -07:00
TestResponseHeaderRestAction.java RestHandlers declare handled routes (#52123) 2020-02-09 22:48:32 -07:00