-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Load stable plugins as synthetic modules (#91869)
* Load nonmodular stable plugins as ubermodules We can use the ubermodule classloader to load stable plugins if the plugin descriptor does not give us a module to load from the plugin bundle. We create the synthetic module name by munging the plugin name into a suitable form. For testing, we have to provide the uber module classloader read access to the app classloader's unnamed module, where the stable api modules are loaded by default. * Update docs/changelog/91869.yaml
- Loading branch information
1 parent
4026ff2
commit 788750b
Showing
4 changed files
with
66 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 91869 | ||
summary: Load stable plugins as synthetic modules | ||
area: Infra/Plugins | ||
type: enhancement | ||
issues: [] |
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