Source: guice
Version: 4.0-3
Priority: wishlist

Rebuilding guice, with no changes at all, will make it less broken on Java 9.

guice copies cglib into its binary at build time. cglib has been updated
to fix Java 9 problems since guice was built. Rebuilding will pick up
these fixes.

This is causing maven to crash immediately on start:

[ERROR] Error executing Maven.
[ERROR] java.lang.IllegalStateException: Unable to load cache item
[ERROR] Caused by: Unable to load cache item
[ERROR] Caused by: Could not initialize class
com.google.inject.internal.cglib.core.$ReflectUtils

Reply via email to