[ 
https://issues.apache.org/jira/browse/MRESOLVER-465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17807662#comment-17807662
 ] 

ASF GitHub Bot commented on MRESOLVER-465:
------------------------------------------

cstamas opened a new pull request, #407:
URL: https://github.com/apache/maven-resolver/pull/407

   Since eons Resolver had the "generic" scheme implementing the `Version`, 
`VersionRange` and `VersionConstraint` API interfaces.
   
   Interesting fact: `GenericVersionRange` and `GenericVersionConstraint` are 
NOT tied in any way to `GenericVersion` implementation, they are happy with 
plain `Version` interface as well, they are truly "generic".
   
   This means, that a scheme needs really only to provide `Version` 
implementation (currently in form of `GenericVersion`) and a "factory" for it 
(currently in a form of `GenericVersionScheme`).
   
   Refactor a bit, and make room for alternate Version implementations.
   
   Fact: the change can be done in source and binary compatible way, and is 
enforced by japicmp.
   
   ---
   
   https://issues.apache.org/jira/browse/MRESOLVER-465




> Make room for new version scheme implementations
> ------------------------------------------------
>
>                 Key: MRESOLVER-465
>                 URL: https://issues.apache.org/jira/browse/MRESOLVER-465
>             Project: Maven Resolver
>          Issue Type: Improvement
>          Components: Resolver
>            Reporter: Tamas Cservenak
>            Priority: Major
>             Fix For: 2.0.0, 2.0.0-alpha-7
>
>
> Since eons Resolver had the "generic" scheme implementing the {{Version}}, 
> {{VersionRange}} and {{VersionConstraint}} API interfaces.
> Interesting fact: {{GenericVersionRange}} and {{GenericVersionConstraint}} 
> are NOT tied in any way to {{GenericVersion}} implementation, they are happy 
> with plain {{Version}} interface as well, they are truly "generic".
> This means, that a scheme needs really only to provide {{Version}} 
> implementatiom (currently in form of {{GenericVersion}}) and a "factory" for 
> it (currently in a form of {{GenericVersionScheme}}.
> Refactor a bit, and make room for alternate {{Version}} implementations.
> Fact: the change can be done in source and binary compatible way, and is 
> enforced by japicmp.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to