1. 7cef5b0 We now fire InjectionListeners on member injectors. by limpbizkit · 15 years ago
  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. c45600e InjectionRequests now expose their injection points (or throw an exception upon request) by limpbizkit · 16 years ago
  5. 76c24b1 This should be the last big refactoring before Guice 2 final... by limpbizkit · 16 years ago
  6. fcbdf99 Pretty massive rewrite of PrivateModules so that they're now implemented in core Guice. by limpbizkit · 16 years ago
  7. 3a8c155 Changed the InjectionPoint factory methods. Now the ConfigurationException includes a partial value, which means that a sink collection doesn't need to be passed in. by limpbizkit · 16 years ago
  8. 0689806 Hopefully the last of the big exceptions refactorings. I went through all of the places we're adding context to our Errors object and made sure we're never doubling-up -- specifing the same injection point or key multiple times. by limpbizkit · 16 years ago
  9. 490833f Cleaning up exceptions and Javadoc: by limpbizkit · 16 years ago
  10. 5fb9d92 Rewrite of parent injectors. by limpbizkit · 16 years ago
  11. 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
  12. 18cb191 Splitting up finding member injectors from finding injection points. This is intended to make it so the new SPI exposes injection points on Module elements without actually having to resolve 'em. by limpbizkit · 16 years ago
  13. 00ca9f7 New names for the core elements: by limpbizkit · 16 years ago[Renamed (88%) from src/com/google/inject/RequestInjectionElementProcessor.java]
  14. 477f9f9 Grand unification of commands and SPI: by limpbizkit · 16 years ago