[MNG-8438] maven-jline: Migrate to Maven DI (off javax.inject)#1987
[MNG-8438] maven-jline: Migrate to Maven DI (off javax.inject)#1987cstamas merged 2 commits intoapache:masterfrom
Conversation
|
How all this would work - we have many |
|
Maven4 "core" (the new one, impl/maven-impl) is already Maven DI, while "old core" (impl/maven-core) is still sisu DI. Still, there is a "bridge" that makes Maven DI components visible to Sisu, hence "everything work" even if "new core" is already Maven DI. For outside of Maven (this repo), Maven4 stuff can already migrate to Maven DI, while stuff requiring Maven 3 AND 4 support should remain on Sisu as that is the common denominator of two. |
Right, so in short, when migrating components to the new Maven 4 API, they should be migrated to the |
|
Resolve #9416 |
Move to Maven DI
https://issues.apache.org/jira/browse/MNG-8438