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 (92%) from src/com/google/inject/ConstructorInjectorStore.java]
  2. e89c49e Some low-hanging fruit optimizations. by limpbizkit · 15 years ago
  3. eb40513 Overdue update to fix the no-AOP build of Guice to compile. by limpbizkit · 15 years ago
  4. a843a95 Simplifying listeners: by limpbizkit · 15 years ago
  5. ccb15e4 Fixing a bug reported by James Strachan. The Encounter isn't being invalidated, which is leading to problems since its methods don't work after the hear() method returns. by limpbizkit · 15 years ago
  6. 8d62075 Support deferred lookups of providers and members injectors from the Encounter. by limpbizkit · 15 years ago
  7. 7cef5b0 We now fire InjectionListeners on member injectors. by limpbizkit · 15 years ago
  8. 97eac0f Injector.getMembersInjector() and Binder.getMembersInjector() APIs both implemented and tested. by limpbizkit · 15 years ago
  9. 516e2ab Error handling. Now if InjectionListeners or InjectableTypeListeners fail, we include those errors in our pretty error report. by limpbizkit · 15 years ago
  10. 03b81a6 Early draft of InjectionListeners. by limpbizkit · 15 years ago