mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
Move PluginsService to its own internal package (#109872)
* Mechanical package change in IntelliJ * A couple of manual fixups * Export plugins.loading to deprecation * Put plugin-cli in a module so can export PluginsUtils to it.
This commit is contained in:
parent
832c93f3be
commit
b9e7965184
87 changed files with 180 additions and 87 deletions
|
@ -460,4 +460,5 @@ module org.elasticsearch.server {
|
|||
org.elasticsearch.serverless.shardhealth,
|
||||
org.elasticsearch.serverless.apifiltering;
|
||||
exports org.elasticsearch.lucene.spatial;
|
||||
exports org.elasticsearch.plugins.loading to org.elasticsearch.deprecation, org.elasticsearch.plugins.cli;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue