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 (84%) from src/com/google/inject/ProviderToInternalFactoryAdapter.java]
  2. 76c24b1 This should be the last big refactoring before Guice 2 final... by limpbizkit · 16 years ago
  3. 72d11dd Taking advantage of the error message changes in some extensions. by limpbizkit · 16 years ago
  4. 490833f Cleaning up exceptions and Javadoc: by limpbizkit · 16 years ago
  5. a98bc7a Cleaning up some internals for the SPI. by limpbizkit · 16 years ago
  6. 163c48a Cleanup after the big errors refactoring. by limpbizkit · 16 years ago
  7. 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
  8. fcf2b8c Renaming ExternalContext to InjectionPoint, and changing how it's used in ProvisionException. Also changing LoggerProvider to LoggerFactory. by limpbizkit · 17 years ago
  9. a2915a9 Container -> Injector; container scope -> singleton scope by kevinb9n · 17 years ago
  10. 63e9a82 Simplified source directory structure. Forget Maven. by crazyboblee · 17 years ago[Renamed from src/main/java/com/google/inject/ProviderToInternalFactoryAdapter.java]
  11. 3be9b71 Moved sources into 'java' directories to make Maven happy. by crazyboblee · 17 years ago[Renamed from src/main/com/google/inject/ProviderToInternalFactoryAdapter.java]
  12. 97223d4 Moved src directories to be more maven friendly. by crazyboblee · 17 years ago[Renamed from src/com/google/inject/ProviderToInternalFactoryAdapter.java]
  13. bd9544e Renamed Locator to Provider. by crazyboblee · 17 years ago[Renamed (89%) from src/com/google/inject/LocatorToInternalFactoryAdapter.java]
  14. 5746d5d Renamed ContainerCreationException to CreationException (shorter). Renamed Factory to Locator. by crazyboblee · 17 years ago[Renamed (90%) from src/com/google/inject/FactoryToInternalFactoryAdapter.java]
  15. a99dca7 Silly code-style fixes by kevinb9n · 17 years ago
  16. a6e7398 Added Binding. The source object now follows the binding all the way through. by crazyboblee · 17 years ago
  17. abc4dd0 Implemented explicit preloading. Updated copyright notices. by crazyboblee · 17 years ago
  18. 7289ac1 Pulled up some anonymous inner classes. Hopefully the CB will be eligible for garbage collection after startup. I'll have to test this theory later. by crazyboblee · 17 years ago