1. 5ae41eb Post release refactor. I moved almost everything that was package-private in com.google.inject to the internal package. The motivation is to simplify things - the previous setup was extremely awkward because c.g.i could call into internal, but not the reverse. Similarly for the SPI package. by limpbizkit · 15 years ago[Renamed (89%) from src/com/google/inject/ScopeBindingProcessor.java]
  2. 03b81a6 Early draft of InjectionListeners. by limpbizkit · 15 years ago
  3. 53664a7 Regrettably replacing jarjar'd Google Collections with minimal copies of the parts that we use. by limpbizkit · 15 years ago
  4. fcbdf99 Pretty massive rewrite of PrivateModules so that they're now implemented in core Guice. by limpbizkit · 16 years ago
  5. 5fb9d92 Rewrite of parent injectors. by limpbizkit · 16 years ago
  6. b3a8f0b Last of the planned major changes to the SPI. Aside from Javadoc I consider the SPI to be complete for v2. (with a possible addition of a ProviderMethodBinding feature also) by limpbizkit · 16 years ago
  7. 4ce9cfa Changing the loading of StackTraceElements to be as lazy as possible. Sam Berlin was running into memory issues when these were loaded eagerly. by limpbizkit · 16 years ago
  8. 00ca9f7 New names for the core elements: by limpbizkit · 16 years ago[Renamed (90%) from src/com/google/inject/ScopesElementProcessor.java]
  9. 477f9f9 Grand unification of commands and SPI: by limpbizkit · 16 years ago