1. 53664a7 Regrettably replacing jarjar'd Google Collections with minimal copies of the parts that we use. by limpbizkit · 15 years ago
  2. 210bf43 Replace ReferenceCache w/ MapMaker. by crazyboblee · 15 years ago
  3. 53708f0 Fix for issue 254. http://code.google.com/p/google-guice/issues/detail?id=254 by limpbizkit · 16 years ago
  4. 43ed8e5 Removed old Javadocs. by limpbizkit · 16 years ago
  5. fe579cf Applied Stuart McColloch's patch for issue 121 - making Guice into an OSGi bundle, using BND. by limpbizkit · 16 years ago
  6. f716cf4 OSGi support - we now export OSGi metadata in our manifest. by limpbizkit · 16 years ago
  7. d4b1bf7 Renamed 'visitable' to 'commands' by limpbizkit · 16 years ago
  8. fb6285a Cleaned up remaining warnings. by crazyboblee · 17 years ago
  9. bca2251 Issue 92: use "snapshot" as default version name by kevinb9n · 17 years ago
  10. 2394ca6 Issue 93: run an optimize-imports over all the source. by kevinb9n · 17 years ago
  11. 42f16e6 Fixed Struts 2 plugin to load user's module. Added more error detection. by crazyboblee · 17 years ago
  12. f739015 Added Spring and JNDI integration. by crazyboblee · 17 years ago
  13. 27f8a58 Re-add the Injector.getInstance() methods which were removed frankly by mistake. by kevinb9n · 17 years ago
  14. a2915a9 Container -> Injector; container scope -> singleton scope by kevinb9n · 17 years ago
  15. c4c1676 Removed old Javadocs. by kevinb9n · 17 years ago
  16. 3b08d4d Updated IntelliJ project. by crazyboblee · 17 years ago
  17. 63e9a82 Simplified source directory structure. Forget Maven. by crazyboblee · 17 years ago
  18. efdb6f3 Updated build to create a servlet jar and struts2-plugin jar. by crazyboblee · 17 years ago
  19. 924e7e2 Updated struts2 directory structure to support maven. Updated intellij project. by crazyboblee · 17 years ago
  20. 0dfec97 Moved servlet package into its own module. by crazyboblee · 17 years ago
  21. bd9544e Renamed Locator to Provider. by crazyboblee · 17 years ago
  22. 0bfdbc6 Removed convenience methods from Container. Broke down BindingBuilder into multiple interfaces to limit which methods can be called at which times. Filled in missing Javadocs. Synced AbstractModule with Binder. Added code to detect optional=true on constructors. Created Struts 2 modules and got that code working again. Modified CreationException to record stack trace. by crazyboblee · 17 years ago
  23. 0789b19 Added support for implicit bindings. Did away with getCreator(). Made Struts plugin validate up front. by crazyboblee · 17 years ago
  24. 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