Guice 3.0 rc3 now available

80 views
Skip to first unread message

Sam Berlin

unread,
Mar 6, 2011, 6:57:41 PM3/6/11
to google...@googlegroups.com, google-g...@googlegroups.com
All,

Guice 3.0 RC3 is now available.  Please see http://code.google.com/p/google-guice/wiki/Guice30 for links and details of what changed since Guice 2.0 (and since the last Guice 3.0 snapshot).

Thanks for reporting all the issues you've encountered from the various release candidates.  Please test this RC also, and with luck we can release it as the official Guice 3.0 release in time for GuiceCon.

Thanks!
 sam

Filipe Sousa

unread,
Mar 7, 2011, 6:12:30 AM3/7/11
to google...@googlegroups.com, google-g...@googlegroups.com
Thank you.

Jason Thrasher

unread,
Mar 8, 2011, 7:55:26 PM3/8/11
to google-guice
I'm finding that the "com.google.inject.internal" package is not
included in the final jar, even though it's in the source tree.
What's the roadmap for adding Guava support, as the package exclusion
is causing a problem for dependencies of guice-spring, namely
SpringIntegration.java.

To fix the issue, I manually change SpringIntegration.java as:
//import static
com.google.inject.internal.util.Preconditions.checkNotNull;
import static com.google.common.base.Preconditions.checkNotNull;
and added the Guava dependency.

Should I submit this as a patch (it's pretty trivial though)?... or am
I missing something?

thanks,
Jason




On Mar 6, 3:57 pm, Sam Berlin <sber...@gmail.com> wrote:
> All,
>
> Guice 3.0 RC3 is now available.  Please seehttp://code.google.com/p/google-
> guice/wiki/Guice30 for links and details of what changed since Guice 2.0
> (and since the last Guice 3.0 snapshot).
>
> Thanks for reporting all the issues you've encountered from the various
> release candidates.  Please test this RC also, and with luck we can release
> it as the official Guice 3.0 release in time for
> GuiceCon<http://code.google.com/p/google-guice/wiki/GuiceCon2011>
> .
>
> Thanks!
>  sam

Sam Berlin

unread,
Mar 8, 2011, 9:59:24 PM3/8/11
to google...@googlegroups.com, Jason Thrasher
Are you using the jars from the downloads page (or from maven)?  Those should be jarjar'ing the internal.util dependencies to hide them from users.  So long as you're strictly using the downloaded or maven jars, things should be fine.  If you attempt to link directly to the source or build yourself (without using the provided ant or maven scripts), there may be problems.

sam


--
You received this message because you are subscribed to the Google Groups "google-guice" group.
To post to this group, send email to google...@googlegroups.com.
To unsubscribe from this group, send email to google-guice...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-guice?hl=en.


Jason Thrasher

unread,
Mar 9, 2011, 3:29:04 PM3/9/11
to google-guice
I had attempted to link directly to the source. I unwound that, and
now 3.0-rc3 is working fine using the maven repo published versions.

user error! thanks,
Jason



On Mar 8, 6:59 pm, Sam Berlin <sber...@gmail.com> wrote:
> Are you using the jars from the downloads page (or from maven)?  Those
> should be jarjar'ing the internal.util dependencies to hide them from
> users.  So long as you're strictly using the downloaded or maven jars,
> things should be fine.  If you attempt to link directly to the source or
> build yourself (without using the provided ant or maven scripts), there may
> be problems.
>
> sam
>
Reply all
Reply to author
Forward
0 new messages