Comment #16 on issue 488 by [email protected]: Exception in Finalizer in AppEngine
http://code.google.com/p/google-guice/issues/detail?id=488

As mentioned above, Guice 3.0 embeds a local copy of Guava repackaged under a different package name. So adding Guava 12.0 to your classpath won't change anything because Guice will still use the old embedded code.

You either need to build Guice trunk locally and use that (at least until the next release is available), or look at http://search.maven.org/#artifactdetails%7Corg.sonatype.sisu%7Csisu-guice%7C3.1.5%7Cjar which is Guice trunk plus some extra patches (these patches include making Guava a proper dependency rather than embedded).

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" 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-dev.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to