Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 744 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 744 Bytes

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)