mrszj / google-guice

Automatically exported from code.google.com/p/google-guice
Apache License 2.0
0 stars 0 forks source link

Make Guava an external dependency instead of jarjaring #689

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Guava is an excellent library that's getting progressively more widely used as 
an external dependency in third-party Java libraries.

Guice should follow suit, thus encouraging Guice users to adopt the Guava API 
too. Bundling a second copy of Guava inside Guice unnecessarily duplicates its 
classes, adds bogus autocompletion suggestions to IDEs, and consumes extra 
memory at runtime.

Original issue reported on code.google.com by inetper...@gmail.com on 1 Mar 2012 at 7:44

GoogleCodeExporter commented 9 years ago

Original comment by mccu...@gmail.com on 16 Oct 2013 at 10:09