mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
Refactor RestMainAction into separate module (#95881)
we want to allow overriding info (GET /) api in serverless, therefore this commit moves the RestMainAction and is transport classes into a module that has a rest plugin Main endpoint is often used in testing to verfiy that a cluster is ready, hence this commit also has to add a testing dependency on main to a lot of modules relates #95422
This commit is contained in:
parent
f13b1a5648
commit
dc03c47ada
41 changed files with 200 additions and 47 deletions
|
@ -134,7 +134,6 @@ module org.elasticsearch.server {
|
|||
exports org.elasticsearch.action.get;
|
||||
exports org.elasticsearch.action.index;
|
||||
exports org.elasticsearch.action.ingest;
|
||||
exports org.elasticsearch.action.main;
|
||||
exports org.elasticsearch.action.resync;
|
||||
exports org.elasticsearch.action.search;
|
||||
exports org.elasticsearch.action.support;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue