Add ReloadingPlugin type (#95743)

* Add a ReloadAwarePlugin interface with a qualified export
This commit is contained in:
William Brafford 2023-05-02 21:27:49 -04:00 committed by GitHub
parent 65473db672
commit a8f6205084
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 131 additions and 0 deletions

View file

@ -296,6 +296,7 @@ module org.elasticsearch.server {
exports org.elasticsearch.plugins;
exports org.elasticsearch.plugins.interceptor to org.elasticsearch.security;
exports org.elasticsearch.plugins.spi;
exports org.elasticsearch.plugins.internal to org.elasticsearch.settings.secure;
exports org.elasticsearch.repositories;
exports org.elasticsearch.repositories.blobstore;
exports org.elasticsearch.repositories.fs;