Complete Migration from Plexus to Eclipse Sisu #28
Replies: 3 comments 3 replies
-
+1, the plugins (and extensions) must use v4 api now which totally hides the maven "core" internal IoC. Work started but is not yet complete. |
Beta Was this translation helpful? Give feedback.
-
Technically Maven can use https://maven.apache.org/maven-jsr330.html (JSR 330) which means using JSR330 compliant annotations (https://github.com/eclipse/sisu.plexus/wiki/Plexus-to-JSR330) should be documented better and examples should be created/updated accordingly. |
Beta Was this translation helpful? Give feedback.
-
I would not invest time to migrate to sisu. I would rather migrate the remaining v3 services to the DI framework API and implementation. |
Beta Was this translation helpful? Give feedback.
-
A long time ago, Maven switched from Plexus to Eclipse Sisu.
My understanding is that it is a core functionality because it is the dependency injection framework (I hope, I'm correct).
Ideas:
Beta Was this translation helpful? Give feedback.
All reactions