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 · 15 years ago
  2. 484f75f Adding notes to package-info pointing at the required .jar files. by limpbizkit · 15 years ago
  3. 53664a7 Regrettably replacing jarjar'd Google Collections with minimal copies of the parts that we use. by limpbizkit · 16 years ago
  4. 210bf43 Replace ReferenceCache w/ MapMaker. by crazyboblee · 16 years ago
  5. 4994bf6 Mikeward's Javadoc fixes. Mike read through all of our Javadoc (thank you!) and found a few typos and simplifications 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. 43ed8e5 Removed old Javadocs. by limpbizkit · 16 years ago
  8. a6e0e78 Moving error sources so they're now reported in the same place for configuration errors and runtime errors. This means that instead of seeing this: by limpbizkit · 16 years ago
  9. 49f67c0 Fixing owner types so they're no longer missing in ThrowingProviderBinder. Also adding the necessary precondition checks so that we always include 'em when necessary. by limpbizkit · 16 years ago
  10. fe579cf Applied Stuart McColloch's patch for issue 121 - making Guice into an OSGi bundle, using BND. by limpbizkit · 16 years ago
  11. 1601ae5 Adopt latest google collections snapshot (partially); some style cleanup by kevinb9n · 16 years ago
  12. f716cf4 OSGi support - we now export OSGi metadata in our manifest. by limpbizkit · 16 years ago
  13. eab7647 A bunch of polish fixes for 2.0: by limpbizkit · 16 years ago
  14. e39d8d8 Unifying unique annotations, used for creating unique keys by limpbizkit · 17 years ago
  15. 0197f9d Fixing a bug in the unique annotation in throwingproviderbinder by limpbizkit · 17 years ago
  16. a39bbc0 Added assistedinject, throwing providers modules by limpbizkit · 17 years ago
  17. 0c43f22 Javadoc and build file fixes for extensions. by limpbizkit · 17 years ago
  18. e451ef7 Adding AssistedInject and ThrowingProviders as Guice extensions. by limpbizkit · 17 years ago