Skip to content

[MNG-7103] Make generic VersionScheme a component #8346

@jira-importer

Description

@jira-importer

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

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions