1. 53664a7 Regrettably replacing jarjar'd Google Collections with minimal copies of the parts that we use. by limpbizkit · 15 years ago
  2. 9c65cc2 update to cglib snapshot that should have fix for duplicated classname issue by chris.nokleberg · 16 years ago
  3. aa3cd30 mcculls' changes from issue 280. by limpbizkit · 16 years ago
  4. 648fbae Temporary fix to ensure extensions have access to ImmutableMultimap. The current approach for creating jarjar'd extensions isn't going to work as cleanly as I'd originally hoped because jarjar vacuums out dependencies unused by Guice. by limpbizkit · 16 years ago
  5. 0ce76d7 Updating Google-Collections to include the FinalizableReferenceQueue fix. by limpbizkit · 16 years ago
  6. 53708f0 Fix for issue 254. http://code.google.com/p/google-guice/issues/detail?id=254 by limpbizkit · 16 years ago
  7. 8bb742a Specifying Java 1.5 explicitly in the build. We don't work build perfectly on Java 1.6 yet... by limpbizkit · 16 years ago
  8. 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
  9. fe579cf Applied Stuart McColloch's patch for issue 121 - making Guice into an OSGi bundle, using BND. by limpbizkit · 16 years ago
  10. f716cf4 OSGi support - we now export OSGi metadata in our manifest. by limpbizkit · 16 years ago
  11. 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
  12. bca2251 Issue 92: use "snapshot" as default version name by kevinb9n · 17 years ago
  13. 3431e20 update ant build: when we build, we're gonna build 1.0 final. w0o0t by kevinb9n · 17 years ago
  14. f739015 Added Spring and JNDI integration. by crazyboblee · 17 years ago
  15. efdb6f3 Updated build to create a servlet jar and struts2-plugin jar. by crazyboblee · 17 years ago