Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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.
Attachments
Issue Links
- is superceded by
-
MNG-7951 Change resolver provider components to accept version scheme provider
- Open
- links to