Tamas Cservenak opened MNG-7103 and commented
Maven Resolver, while provides VersionScheme implementation (the GenericVersionScheme does not binds it (makes it a component) nor creates instance from it (it works against interfaces, actual implementation is left to "integration" like Maven is).
As Maven is the main "user" of GenericVersionScheme, it makes sense to bind it in Maven Realm.
Right now, instances of it are created "ad-hoc" (wherever needed) instead of being injected (and shared as singleton), as implementation is stateless/thread-safe.
Issue Links:
- MNG-7951 Change resolver provider components to accept version scheme provider
("is superceded by")
Remote Links:
Backported to: 4.0.0-alpha-2
Tamas Cservenak opened MNG-7103 and commented
Maven Resolver, while provides
VersionSchemeimplementation (theGenericVersionSchemedoes not binds it (makes it a component) nor creates instance from it (it works against interfaces, actual implementation is left to "integration" like Maven is).As Maven is the main "user" of GenericVersionScheme, it makes sense to bind it in Maven Realm.
Right now, instances of it are created "ad-hoc" (wherever needed) instead of being injected (and shared as singleton), as implementation is stateless/thread-safe.
Issue Links:
("is superceded by")
Remote Links:
Backported to: 4.0.0-alpha-2