-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: share ExtensionGetter Bean with plugins for extension retrieval (…
…#6365) #### What type of PR is this? /kind improvement /area core /milestone 2.18.x #### What this PR does / why we need it: 通过将 ExtensionGetter Bean 共享到给插件的 ApplicationContext,插件能够方便地使用该 Bean 来获取扩展。此更改确保插件具有可靠的扩展访问方式,从而促进系统内更好的模块化和可扩展性。 #### Which issue(s) this PR fixes: Fixes #6357 #### Does this PR introduce a user-facing change? ```release-note 将 ExtensionGetter Bean 共享给插件使用,以便插件可以通过它来获取扩展 ```
- Loading branch information
Showing
2 changed files
with
5 additions
and
2 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