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:
Patrick Doyle 2024-06-19 15:23:47 -04:00 committed by GitHub
parent 832c93f3be
commit b9e7965184
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
87 changed files with 180 additions and 87 deletions

View file

@ -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;
}