guicey

some patches to google guice to make it more guicey for GuiceyFruit

APACHE-2.0 License

Stars
5

Guicey

This is a fork of google guice with a number of patches added to support GuiceyFruit

Patches applied

  • 354 provide a way to iterate through all objects in a scope
  • 343 OSGi fix: BytecodeGen uses system classloader when applying AOP to system types
  • 337 OSGi fix: AssistedInject needs class load bridging under OSGi
  • OSGi patch to export com.google.inject.internal so that GuiceyFruit can access it without using Fragments (which can't use exports in Felix)
Related Projects