On 27 May 2014, at 14:48, Sam Berlin <[email protected]> wrote:
> Don't think it is, sorry. Stuart, your sisu fork might be up to date and 
> available in maven somewhere?
> 
Yes, I deployed sisu-guice 3.2.2 today which is HEAD (specifically 
53a5936f5505) plus the patches listed in 
https://github.com/sonatype/sisu-guice/tree/sisu-guice-3.2.2/PATCHES:

      <dependency>
        <groupId>org.sonatype.sisu</groupId>
        <artifactId>sisu-guice</artifactId>
        <version>3.2.2</version>
      </dependency>

The usual extensions are also available, although under slightly different GAV 
coordinates to distinguish them from the official Guice artifacts:

      <dependency>
        <groupId>org.sonatype.sisu.inject</groupId>
        <artifactId>guice-servlet</artifactId>
        <version>3.2.2</version>
      </dependency>

I also just noticed that the ASM team have deployed 5.0.3 (unfortunately too 
late for this release of sisu-guice, which uses ASM 5.0.2, but afaict the 
changes appear to be minor)

But if people want to repackage it with a different version of ASM and/or CGLIB 
they can always take the raw classes which are deployed under:

      <dependency>
        <groupId>org.sonatype.sisu</groupId>
        <artifactId>sisu-guice</artifactId>
        <version>3.2.2</version>
        <classifier>classes</classifier>
      </dependency>

which is the original jar before the ASM and CGLIB classes were embedded using 
jar jar.

--
Cheers, Stuart
> sam
> 
> On May 27, 2014 9:39 AM, "Ian Clarke" <[email protected]> wrote:
> Thanks Sam, do you know if HEAD is available via a Maven repo anywhere?
> 
> Regards,
> 
> Ian.
> 
> 
> On Mon, May 26, 2014 at 4:18 PM, Sam Berlin <[email protected]> wrote:
> Yeah, we have a little more work to do to get it totally right for Java8. 
> There's a bunch of gotchas. HEAD should be nearly ready, though. If you're 
> able to give that a spin and let us know how it goes, that's be very helpful
> 
> sam
> 
> On May 26, 2014 4:54 PM, "Ian Clarke" <[email protected]> wrote:
> Recently I decided to try using Guice together with Java 8 on a project.  
> I've found that I'm getting exceptions that reveal nothing about the actual 
> cause of whatever the problem is, like this: 
> https://gist.github.com/sanity/b5bae483958fed51e4ab.  I'm under significant 
> time pressure with this project and I can't really afford to waste time 
> hunting down problems that Guice should be reporting immediately.
> 
> Some Googling revealed this: 
> https://code.google.com/p/google-guice/issues/detail?id=757
> 
> It seems like there is currently no fix for this, is this true?  If so, I'm 
> forced to conclude that Guice isn't production ready for use with Java 8 :-/
> 
> Ian.
> 
> -- 
> 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/d/optout.
> 
> -- 
> 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/d/optout.
> 
> 
> 
> -- 
> 
> 
> 
> Ian Clarke / Co-Founder & CTO
> Email: [email protected]
> Web: http://www.onespot.com
> Personal Blog: http://blog.locut.us/
> LinkedIn: http://www.linkedin.com/in/iancjclarke
> 
> 
> -- 
> 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/d/optout.
> 
> -- 
> 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/d/optout.

-- 
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/d/optout.

Reply via email to