forked from opensearch-project/OpenSearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup interfaces around ExtensionManager (opensearch-project#7374)
* Cleanup interfaces around ExtensionManager ExtensionsManager has a whole lot of functionality that shouldn't be exposed to external classes, marked much of this package protected for a cleaner interface. Then updated the Noop version to override all public functions to remove extranious feature flag checks. Note; I didn't go so far to remove all getters/setters that were unused but that could be a good follow up in the future. Signed-off-by: Peter Nied <petern@amazon.com> (cherry picked from commit 3687d01)
- Loading branch information
Showing
6 changed files
with
250 additions
and
388 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.