1. 03b81a6 Early draft of InjectionListeners. by limpbizkit · 15 years ago
  2. 53664a7 Regrettably replacing jarjar'd Google Collections with minimal copies of the parts that we use. by limpbizkit · 15 years ago
  3. 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
  4. 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
  5. 5fb9d92 Rewrite of parent injectors. by limpbizkit · 16 years ago
  6. 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
  7. 163c48a Cleanup after the big errors refactoring. by limpbizkit · 16 years ago
  8. 9dc32d4 Massive refactoring to exception handling. I'm trying to simplify things, but they are currently a little bit more complicated. I'll do another round shortly. by limpbizkit · 16 years ago
  9. df98fcd Refactoring error messages. I changed 'em from public static final constants to methods. The benefit is that now the arguments are typechecked. More importantly, now we can gather coverage on methods. Which opens the door to figuring out which methods we have test coverage for (not very many!) by limpbizkit · 16 years ago
  10. 009bb09 Moving some stuff from internal to inject to make Parameter.java non-public by limpbizkit · 16 years ago
  11. 64c7bfa Simplifying the ErrorHandlers code further. by limpbizkit · 16 years ago
  12. 916f548 adding first pass of compile-time guice. Also moving stuff to internal to make ConstructionProxy and Reflection classes available there. by limpbizkit · 16 years ago
  13. 2394ca6 Issue 93: run an optimize-imports over all the source. by kevinb9n · 17 years ago
  14. 63e9a82 Simplified source directory structure. Forget Maven. by crazyboblee · 17 years ago[Renamed from src/test/java/com/google/inject/ProxyFactoryTest.java]
  15. 3be9b71 Moved sources into 'java' directories to make Maven happy. by crazyboblee · 17 years ago[Renamed from src/test/com/google/inject/ProxyFactoryTest.java]
  16. 97223d4 Moved src directories to be more maven friendly. by crazyboblee · 17 years ago[Renamed from test/com/google/inject/ProxyFactoryTest.java]
  17. bd9544e Renamed Locator to Provider. by crazyboblee · 17 years ago
  18. 5746d5d Renamed ContainerCreationException to CreationException (shorter). Renamed Factory to Locator. by crazyboblee · 17 years ago
  19. 4f79e40 Renamed query package to macher. by crazyboblee · 17 years ago
  20. 33ce069 Renamed Query to Matcher. The name is more intuitive, and hopefully it'll have the pleasant side effect of discouraging the use of regular expression matchers. by crazyboblee · 17 years ago
  21. 10a3b02 Added intercept() to ContainerBuilder. Hid ConstructionProxy, ProxyFactory, etc. Removed intercept package. Added query package. Started Struts 2 plugin and example. by crazyboblee · 17 years ago[Renamed (97%) from test/com/google/inject/intercept/ProxyFactoryTest.java]
  22. 07bd159 Added Queries.returns(). Renamed all() to any(). Excluded SourceConsumer from source tracing. Added performance check for indexing. Set version # to 1.0rc1. by crazyboblee · 17 years ago
  23. 2a1ea89 Added ProxyFactory.getFactory() to simplify standalone use of ProxyFactory. by crazyboblee · 17 years ago
  24. 62fcdde Finished interception framework. Added Container.findBindingsByType(). by crazyboblee · 17 years ago
  25. 1b82a8f Implemented ProxyFactory. by crazyboblee · 17 years ago