This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reconfigure the service manager instead of aggregate config
The various plugin managers are built using configured services — but those services are typically not yet configured at the time the ServiceListener is invoked. As such, we need to re-configure the service manager prior to attempts to create the various plugin managers. Since the logic is the same between merging configuration for the service manager as it is for plugin managers, I have extracted methods for this that each routine can invoke. Finally, I've also added logic to *not* create a plugin manager if we did not receive any configuration for it.
- Loading branch information
1 parent
407c96d
commit 8de7f22
Showing
4 changed files
with
150 additions
and
78 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
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