You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@apache.org> on 2018/06/10 09:31:00 UTC

[jira] [Closed] (MNG-6344) Upgrade Guice to 4.2.0

     [ https://issues.apache.org/jira/browse/MNG-6344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Osipov closed MNG-6344.
-------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: 3.5.4-candidate)
                   3.5.4

Fixed with [29e9b50b8bdd6abd454ef84d3247a5fe36bc79f3|https://gitbox.apache.org/repos/asf?p=maven.git;a=commit;h=29e9b50b8bdd6abd454ef84d3247a5fe36bc79f3].

> Upgrade Guice to 4.2.0
> ----------------------
>
>                 Key: MNG-6344
>                 URL: https://issues.apache.org/jira/browse/MNG-6344
>             Project: Maven
>          Issue Type: Dependency upgrade
>    Affects Versions: 3.5.2
>            Reporter: Sylwester Lachiewicz
>            Assignee: Michael Osipov
>            Priority: Minor
>             Fix For: 3.5.4
>
>
> A new version is available from [https://github.com/google/guice/wiki/Guice41] (released in 2016) - we should consider update.
> While updating - Maven depends on Guice, but with removed AOP code. 
> {code:java}
> org.apache.maven:maven-core:jar:3.5.3-SNAPSHOT
>  \- com.google.inject:guice:jar:no_aop:4.0:compile
>  \- aopalliance:aopalliance:jar:1.0:compile{code}
> This has impact on performance [https://github.com/google/guice/wiki/OptionalAOP]
> If we decide to keep no_aop version, probably dependency to aopalliance can be removed (4kb).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)