You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by bhaisaab <gi...@git.apache.org> on 2014/12/03 11:55:49 UTC

[GitHub] cloudstack pull request: CLOUDSTACK-8011: Upgrade maven dependenci...

GitHub user bhaisaab opened a pull request:

    https://github.com/apache/cloudstack/pull/50

    CLOUDSTACK-8011: Upgrade maven dependencies

    Changes;
    - Upgrades maven-war plugin to 4.5 (faster war packaging)
    - Upgrade spring framework to latest minor release
    - Upgrade ehcache, jasypt, httpclient, httpcore and other core dependencies
    - Upgrade mockito, powermock dependencies
    - Upgrade to latest ipv6 library, fix unit test NetUtilsTest
    
    Newer dependencies can be listed using:
    mvn versions:display-dependency-updates -Dnoredist -Dsimulator -P developer,systemvm
    
    Testing;
    - Tested using Maven 3.2.1
    - Local noredist build with unit tests succeeds
    - CloudStack mgmt server started, basic business layer tests work
    - Observed 10-15% build time improvement using new maven-war plugin
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>

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

    $ git pull https://github.com/apache/cloudstack bugfix/4.5-8011

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

    https://github.com/apache/cloudstack/pull/50.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 #50
    
----
commit b6b55b7db1fca5a0ea72bc1b57b1e459eb90112c
Author: Rohit Yadav <ro...@shapeblue.com>
Date:   2014-12-03T10:44:59Z

    CLOUDSTACK-8011: Upgrade maven dependencies
    
    Changes;
    - Upgrades maven-war plugin to 4.5 (faster war packaging)
    - Upgrade spring framework to latest minor release
    - Upgrade ehcache, jasypt, httpclient, httpcore and other core dependencies
    - Upgrade mockito, powermock dependencies
    - Upgrade to latest ipv6 library, fix unit test NetUtilsTest
    
    Newer dependencies can be listed using:
    mvn versions:display-dependency-updates -Dnoredist -Dsimulator -P developer,systemvm
    
    Testing;
    - Tested using Maven 3.2.1
    - Local noredist build with unit tests succeeds
    - CloudStack mgmt server started, basic business layer tests work
    - Observed 10-15% build time improvement using new maven-war plugin
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>

----


---
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.
---