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.
