1. f7ac6ea Patches to let Guice be more OSGi (and classloader) friendly. Solves issue 439, issue 337, issue 443, and issue 343. All provided by Stuart McCulloch. Many thanks, Stuart! by sberlin · 14 years ago
  2. 2cd3f72 fix for locking problem in old assisted inject. by dhanji · 15 years ago
  3. 2acabce Update JSR 330 support. by limpbizkit · 15 years ago
  4. 19d7f36 Fixing the package overview page on the main javadoc page to be core-only by limpbizkit · 15 years ago
  5. 3a6d3b7 Fixing core Javadocs, so they are integrated with the complete Javadocs by limpbizkit · 15 years ago
  6. 545cee1 Core javadoc build target. by limpbizkit · 15 years ago
  7. e05f254 Moving JNDI and JMX out to extensions/ by limpbizkit · 15 years ago
  8. 53664a7 Regrettably replacing jarjar'd Google Collections with minimal copies of the parts that we use. by limpbizkit · 15 years ago
  9. 4f6274a Removing all ASM and cglib dependencies from the no_aop build of Guice. by limpbizkit · 15 years ago
  10. bf0d876 Removing all references to method interceptors from the non-AOPified Guice. This passes the full Guice test suite (other than the interceptor tests that are removed, and the tests that fail in the normal Guice build). by limpbizkit · 15 years ago
  11. 7c508c2 Initial support for building an AOP-free copy of the Guice source tree from the standard source tree. by limpbizkit · 15 years ago
  12. 1623bc5 Removed old Javadocs. by limpbizkit · 15 years ago
  13. 6fd7e4f Removing the obsolete commands extension. Almost all of it has been rolled into the Guice SPI. by limpbizkit · 15 years ago
  14. aa3cd30 mcculls' changes from issue 280. by limpbizkit · 16 years ago
  15. 0ce76d7 Updating Google-Collections to include the FinalizableReferenceQueue fix. by limpbizkit · 16 years ago
  16. 53708f0 Fix for issue 254. http://code.google.com/p/google-guice/issues/detail?id=254 by limpbizkit · 16 years ago
  17. b1f42f5 Removing the obsolete PrivateModules extension; PrivateModules are now folded-in to core Guice. by limpbizkit · 16 years ago
  18. 47151c2 Private modules first draft. I'm not in love with the name "PrivateModules" or the "expose" method. But I think this is a reasonable first implementation of parent/child modules. by limpbizkit · 16 years ago
  19. f67bc73 upgrade to jarjar 1.0rc8 by chris.nokleberg · 16 years ago
  20. 7bf3e3c Fix for issue 69: by limpbizkit · 16 years ago
  21. 869a3c0 Stuart McCulloch contributed a custom classloader that fixes the memory leak and supports OSGi-style classloaders (plus any other form of non-delegation). by limpbizkit · 16 years ago
  22. 1601ae5 Adopt latest google collections snapshot (partially); some style cleanup by kevinb9n · 16 years ago
  23. f716cf4 OSGi support - we now export OSGi metadata in our manifest. by limpbizkit · 16 years ago
  24. 16f9ffd Upgrade CGLIB to 2.2, ASM to 3.1, JarJar to 1.0rc7 by chris.nokleberg · 16 years ago
  25. 28d083b Adding source.jar targets to build zipfiles containing the exact sources used to build each .jar. This can help with IDEs who want to attach a specific source .jar for each binary .jar by limpbizkit · 16 years ago
  26. 3a5da39 tweaked build for multibindings by limpbizkit · 16 years ago
  27. 5019270 New multibindings extension. by limpbizkit · 16 years ago
  28. a4a7414 Renamed 'visitable' to 'commands' by limpbizkit · 16 years ago
  29. bf5d227 Visitable binder + build by limpbizkit · 16 years ago
  30. 0c43f22 Javadoc and build file fixes for extensions. by limpbizkit · 16 years ago
  31. 6966a8b use new jarjar "keep" feature instead of manual zapping by chris.nokleberg · 17 years ago
  32. cb2dadd now that we use asm 2.x we can use non-nodep version of cglib for smaller jar by chris.nokleberg · 17 years ago
  33. e1981d4 backport LineNumbers to asm 2.x, will make maveny people happier by chris.nokleberg · 17 years ago
  34. a73288c get rid of most of the unused CGLIB code; saves about 100K by chris.nokleberg · 17 years ago
  35. 61257a8 Added spring package to Javadocs. Made minor updates to various Javadocs. by crazyboblee · 17 years ago
  36. f739015 Added Spring and JNDI integration. by crazyboblee · 17 years ago
  37. efdb6f3 Updated build to create a servlet jar and struts2-plugin jar. by crazyboblee · 17 years ago
  38. 97223d4 Moved src directories to be more maven friendly. by crazyboblee · 17 years ago
  39. bbc3bae Modified build to not include @author in Javadocs. by crazyboblee · 17 years ago
  40. 5db87c6 add utility to extract LineNumbers from bytecode by chris.nokleberg · 17 years ago
  41. e4f8673 add javadoc link to JDK 5 apis by kevinb9n · 17 years ago
  42. 16d415d Upgraded jarjar and removed workaround. by crazyboblee · 17 years ago
  43. 5726c18 Unjar and re-jar to work around jarjar permissions issues. by crazyboblee · 17 years ago
  44. 3a09e29 Added servlet scopes. by crazyboblee · 17 years ago
  45. 46ac59f Upgraded cglib so it works w/ jarjar. by crazyboblee · 17 years ago
  46. 861eb33 Updated jarjar. by crazyboblee · 17 years ago
  47. f0043b7 Modified build script to use jar jar to copy cglib into our package. by crazyboblee · 17 years ago
  48. 62fcdde Finished interception framework. Added Container.findBindingsByType(). by crazyboblee · 17 years ago
  49. 66b415a Initial checkin. by crazyboblee · 18 years ago