Actions
Feature proposal #5703
openRewrite plugin loading
Description
The current plugin loading loads on demand, but causes issues with heavy SQL duplication. Instead load the SQL in 1 go and cache the results to allow for any and all future usage without additional SQL overhead.
Updated by krileon almost 9 years ago
- Status changed from New to Assigned
- Assignee set to krileon
Updated by krileon almost 9 years ago
- Subject changed from Refactor plugin loading to Rewrite plugin loading
Updated by krileon about 8 years ago
- Target version changed from CB 2.1 to CB 3.0
This needs to happen when cbPluginHandler is rewritten into a CBLib usage.
Updated by krileon about 6 years ago
This needs to happen early in the createApplication function of CBLib to allow plugins to extend the DI.
Actions