You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by barthel <gi...@git.apache.org> on 2015/07/05 22:30:03 UTC

[GitHub] maven pull request: Merge from barthel/maven

GitHub user barthel opened a pull request:

    https://github.com/apache/maven/pull/55

    Merge from barthel/maven 

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/barthel/maven MNG-3092

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/maven/pull/55.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #55
    
----
commit 136073cca113b13aa3b5ca09d35c37b99b47a6ce
Author: barthel <ba...@users.noreply.github.com>
Date:   2015-04-30T12:37:52Z

    MNG-3092: Add basal tests for DefaultVersionRangeResolver.

commit 9a5635e05611b5910b490eccce8f8c58fdef7607
Author: barthel <ba...@users.noreply.github.com>
Date:   2015-07-02T22:06:00Z

    MNG-3092: Add copy of Maven default version range behaviour.
    
    Copy the DefaultVersionRangeResolver and add with the new name
    MavenDefaultVersionRangeResolver.
    First step to insert the strategy pattern for different version range
    resolver.

commit da16089672eaa1f1ee9c6d0fe3349f0aff4cce5f
Author: barthel <ba...@users.noreply.github.com>
Date:   2015-07-02T22:18:18Z

    MNG-3092: Add release only version range resolver strategy.
    
    This strategy resolves only released versions within the version range.

commit f084f6fdd27b805b54c47a821f34221b29179966
Author: barthel <ba...@users.noreply.github.com>
Date:   2015-07-02T22:23:19Z

    MNG-3092: Add new only released version on boundaries strategy.
    
    This strategy resolves all versions in version range but only released
    version at the lowest and highest boundary.

commit 7986e21a2f730ad3af431aa213ff3c280f4c853d
Author: barthel <ba...@users.noreply.github.com>
Date:   2015-07-03T23:28:36Z

    MNG-3092: Use strategy version range resolver as default.
    
    Add a new strategy based version range resolver and use
    as default resolver.
    Leave DefaultVersionRangeResolver for backward compatibility
    only.

commit 62bee372fac0b3bc2a81a2d88971361bba817199
Author: barthel <ba...@users.noreply.github.com>
Date:   2015-07-04T00:06:38Z

    MNG-3092: Make AbstractVersionRangeTestCase abstract.

commit 984435cdcbf56447d33f0db2cc00038a422a0e37
Author: barthel <ba...@users.noreply.github.com>
Date:   2015-07-04T01:32:36Z

    MNG-3092: Configure strategy version range resolver in Guice module
    
    Replace the DefaultVersionRangeResolver with
    StrategyVersionRangeResolver in MavenAetherModule as default.
    Lazy initialize the version range resolver strategy instance.

commit 08f6d223d5df64c8c21a522484ad9d5c7969d6fe
Author: barthel <ba...@users.noreply.github.com>
Date:   2015-07-05T20:17:23Z

    MNG-3092: Add final's and extends JavaDoc.
    
    Add some final at variables and parameters.
    Add or extend JavaDoc on modified/added classes.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[GitHub] maven pull request: Merge from barthel/maven

Posted by barthel <gi...@git.apache.org>.
Github user barthel closed the pull request at:

    https://github.com/apache/maven/pull/55


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org