Actions
Architecture #13036
closedRemove the need for Spring in plugin
Status:
Released
Priority:
N/A
Assignee:
Category:
Plugins integration
Target version:
Fix check:
Regression:
Description
Currently, we use spring to manage the loading of plugins.
This is mostly a liability, and the only real use case for spring here is to locate the plugin definition classes and load them.
So, we could remove spring for all of that, which means we would only have spring for authentication (and only that!).
Updated by François ARMAND over 6 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/1999
Updated by François ARMAND over 6 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|a9414ab4656fe2a1a192a89173efda672f78728a.
Updated by Vincent MEMBRÉ over 6 years ago
- Related to Architecture #13037: Remove spring in plugins added
Updated by Vincent MEMBRÉ about 6 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 5.0.0~beta1 which was released today.
Changelog
Actions