You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/15 08:04:00 UTC

[jira] [Commented] (FLUME-3131) Upgrade spring framework library dependencies

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

ASF GitHub Bot commented on FLUME-3131:
---------------------------------------

GitHub user szaboferee opened a pull request:

    https://github.com/apache/flume/pull/153

    FLUME-3131 Upgrade spring framework library dependencies

    they cannot be upgraded because they are  activemq dependencies. they were moved to test scope

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

    $ git pull https://github.com/szaboferee/flume FLUME-3131

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

    https://github.com/apache/flume/pull/153.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 #153
    
----
commit ad845be6bd977f9b90c0f3c427714e228176b127
Author: Ferenc Szabo <fs...@cloudera.com>
Date:   2017-08-15T07:30:24Z

    FLUME-3131 Upgrade spring framework library dependencies
    
    they cannot be upgraded because they are  activemq dependencies. they were moved to test scope

----


> Upgrade spring framework library dependencies
> ---------------------------------------------
>
>                 Key: FLUME-3131
>                 URL: https://issues.apache.org/jira/browse/FLUME-3131
>             Project: Flume
>          Issue Type: Bug
>    Affects Versions: 1.7.0
>            Reporter: Attila Simon
>            Assignee: Ferenc Szabo
>            Priority: Critical
>              Labels: dependency
>             Fix For: 1.8.0
>
>         Attachments: FLUME-3131-1.patch, FLUME-3131.patch
>
>
> ||Group||Artifact||Version used||Upgrade target||
> |org.springframework|spring-aop|3.0.7.RELEASE|4.3.9.RELEASE,|
> |org.springframework|spring-context|3.0.7.RELEASE|4.3.9.RELEASE,|
> |org.springframework|spring-core|3.0.7.RELEASE|4.3.9.RELEASE,|
> Security vulnerability: https://www.cvedetails.com/vulnerability-list/vendor_id-9664/product_id-17274/Springsource-Spring-Framework.html
> Maven repositories: 
> - https://mvnrepository.com/artifact/org.springframework/spring-aop
> - https://mvnrepository.com/artifact/org.springframework/spring-context
> - https://mvnrepository.com/artifact/org.springframework/spring-core
> Please do:
> - CVE might be a false alarm or mistake. Please double check.
> - double check the newest version. 
> - consider to remove a dependency if better alternative is available.
> - check whether the lib change would introduce a backward incompatibility (in which case please add this label `breaking_change` and fix version should be the next major)
> Excerpt from mvn dependency:tree
> {noformat}
> org.apache.flume.flume-ng-sources:flume-jms-source:jar:1.8.0-SNAPSHOT
> \- org.apache.activemq:activemq-core:jar:5.7.0:provided
>    +- org.springframework:spring-context:jar:3.0.7.RELEASE:provided
>    |  +- org.springframework:spring-aop:jar:3.0.7.RELEASE:provided
>    |  +- org.springframework:spring-beans:jar:3.0.7.RELEASE:provided
>    |  +- org.springframework:spring-core:jar:3.0.7.RELEASE:provided
>    |  +- org.springframework:spring-expression:jar:3.0.7.RELEASE:provided
>    |  \- org.springframework:spring-asm:jar:3.0.7.RELEASE:provided
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)