-
Type:
Dependency upgrade
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.5.2
-
Fix Version/s: 3.5.4
-
Component/s: None
-
Labels:None
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.
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
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).
- links to