[
https://issues.apache.org/jira/browse/CLOUDSTACK-8011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14232874#comment-14232874
]
ASF GitHub Bot commented on CLOUDSTACK-8011:
--------------------------------------------
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
----
> Upgrade Maven dependencies
> --------------------------
>
> Key: CLOUDSTACK-8011
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8011
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Reporter: Rohit Yadav
> Assignee: Rohit Yadav
> Fix For: 4.5.0, 4.6.0
>
>
> We're using very old dependencies with the project, in a discussion on how to
> improve quality and speed up build process Rajani suggested that newer
> maven-war plugin is faster than the 4.3 one we're using now. The task is to
> simply upgrade dependencies, we don't have to upgrade all of them to major
> version but to last/latest minor versions at the least.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)