1. d9c913a switch Guice from manually repackaging Guava to depending on Guava. it's still jarjar'd right now, which is causing a ~400k increase in guice-snapshot.jar. next step is to switch to ProGuard to remove the unnecessary code and cut it back down (even further?!). this will let people build from Guice source and depend directly on Guava code without having to worry about hiding internal/util. by sberlin · 13 years ago
  2. f8537ea move extensions that weren't under extensions/ into that directory. simplify paths so everything is uniform for extensions. by sberlin · 14 years ago[Renamed from spring/src/com/google/inject/spring/SpringIntegration.java]
  3. 9a227be Move internal utility code to separate package. by limpbizkit@gmail.com · 14 years ago
  4. 53664a7 Regrettably replacing jarjar'd Google Collections with minimal copies of the parts that we use. by limpbizkit · 15 years ago
  5. 6663d02 Axing SourceProviders and SourceProvider in favour of Binder.withSource and Binder.skipSources by limpbizkit · 16 years ago
  6. 9532e62 Eliminated static from SourceProviders. The new mechanism to specify the source of a binding is like this: by limpbizkit · 16 years ago
  7. 1601ae5 Adopt latest google collections snapshot (partially); some style cleanup by kevinb9n · 16 years ago
  8. cad2c2b very minor javadoc tweeks by kevinb9n · 17 years ago
  9. 2394ca6 Issue 93: run an optimize-imports over all the source. by kevinb9n · 17 years ago
  10. 0ac1d0e Added support for automatically binding Spring beans. by crazyboblee · 17 years ago
  11. f739015 Added Spring and JNDI integration. by crazyboblee · 17 years ago