1. 255af73 Merge 2.0-maven branch into trunk. by sberlin@gmail.com · 14 years ago
  2. f7ac6ea Patches to let Guice be more OSGi (and classloader) friendly. Solves issue 439, issue 337, issue 443, and issue 343. All provided by Stuart McCulloch. Many thanks, Stuart! by sberlin · 14 years ago
  3. b4fdfbe JSR 330 scopes support by limpbizkit · 15 years ago
  4. 28e3001 Rewrote struts2 plugin and added some bugfixes to the servlet regex dispatcher. by dhanji · 15 years ago
  5. 53664a7 Regrettably replacing jarjar'd Google Collections with minimal copies of the parts that we use. by limpbizkit · 16 years ago
  6. 210bf43 Replace ReferenceCache w/ MapMaker. by crazyboblee · 16 years ago
  7. 53708f0 Fix for issue 254. http://code.google.com/p/google-guice/issues/detail?id=254 by limpbizkit · 16 years ago
  8. 43ed8e5 Removed old Javadocs. by limpbizkit · 16 years ago
  9. fe579cf Applied Stuart McColloch's patch for issue 121 - making Guice into an OSGi bundle, using BND. by limpbizkit · 16 years ago
  10. f716cf4 OSGi support - we now export OSGi metadata in our manifest. by limpbizkit · 16 years ago
  11. d4b1bf7 Renamed 'visitable' to 'commands' by limpbizkit · 17 years ago
  12. fb6285a Cleaned up remaining warnings. by crazyboblee · 17 years ago
  13. bca2251 Issue 92: use "snapshot" as default version name by kevinb9n · 17 years ago
  14. 2394ca6 Issue 93: run an optimize-imports over all the source. by kevinb9n · 17 years ago
  15. 42f16e6 Fixed Struts 2 plugin to load user's module. Added more error detection. by crazyboblee · 18 years ago
  16. f739015 Added Spring and JNDI integration. by crazyboblee · 18 years ago
  17. 27f8a58 Re-add the Injector.getInstance() methods which were removed frankly by mistake. by kevinb9n · 18 years ago
  18. a2915a9 Container -> Injector; container scope -> singleton scope by kevinb9n · 18 years ago
  19. c4c1676 Removed old Javadocs. by kevinb9n · 18 years ago
  20. 3b08d4d Updated IntelliJ project. by crazyboblee · 18 years ago
  21. 63e9a82 Simplified source directory structure. Forget Maven. by crazyboblee · 18 years ago
  22. efdb6f3 Updated build to create a servlet jar and struts2-plugin jar. by crazyboblee · 18 years ago
  23. 924e7e2 Updated struts2 directory structure to support maven. Updated intellij project. by crazyboblee · 18 years ago
  24. 0dfec97 Moved servlet package into its own module. by crazyboblee · 18 years ago
  25. bd9544e Renamed Locator to Provider. by crazyboblee · 18 years ago
  26. 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 · 18 years ago
  27. 0789b19 Added support for implicit bindings. Did away with getCreator(). Made Struts plugin validate up front. by crazyboblee · 18 years ago
  28. 10a3b02 Added intercept() to ContainerBuilder. Hid ConstructionProxy, ProxyFactory, etc. Removed intercept package. Added query package. Started Struts 2 plugin and example. by crazyboblee · 18 years ago