Java6: +1

Guava:
I do think a library schould have as few dependencies as possible (or even none at all). But hiding a dependency by including it is the worst. This prevents the user from updating the dependency if there are known bugs or even vulnerabilities in the dependency. And guice is not that kind of library which releases every other week.
Therefore make it explicit and allow the user to use a different/newer version of guava if they want to.

--
You received this message because you are subscribed to the Google Groups "google-guice" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-guice.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to