public
Description: some patches to google guice to make it more guicey for GuiceyFruit
Homepage: http://code.google.com/p/guiceyfruit/
Clone URL: git://github.com/jstrachan/guicey.git
guicey /
README.md

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)