1. 1c22955 Applying the servlet fixes from r840 (on the snapshot) to trunk. by limpbizkit · 15 years ago
  2. 50581d1 Greg Kick's fix to use UniqueAnnotations in the servlets module by limpbizkit · 15 years ago
  3. 391eaec Integrated David You's patch for reading pathInfo better from regex mapped servlets. Tests passing. by dhanji · 15 years ago
  4. 315ee3f Make ServletContext available even a bit earlier than it already was. by dhanji · 15 years ago
  5. efd4852 Added support for early access to the Servlet conteext. See issue 348 by dhanji · 15 years ago
  6. 53664a7 Regrettably replacing jarjar'd Google Collections with minimal copies of the parts that we use. by limpbizkit · 15 years ago
  7. 387abc0 Critical bug fix for issue: http://code.google.com/p/google-guice/issues/detail?id=335 by dhanji · 15 years ago
  8. 36e6d8d Javadoc fix, servlet scopes as singleton. by dhanji · 15 years ago
  9. 210bf43 Replace ReferenceCache w/ MapMaker. by crazyboblee · 15 years ago
  10. c60b665 Fixed NPE on destroy of invalid Servlet error. This is a weird corner case caused by shutdown hook from the servlet container destroying GuiceFilter when one of its filters or servlets was "out of service", i.e. bound incorrectly. by dhanji · 16 years ago
  11. a56b012 Guice Servlet now uses findBindingsByType. Should improve startup performance. by dhanji · 16 years ago
  12. 87dfe5b Error checking for duplicate URI pattern mapping (servlets only). by dhanji · 16 years ago
  13. 1bedfac Added invalid scope (non-singleton) error checking and tests. Should pretty much be the last Guice Servlet 2.0 feature needed before release. by dhanji · 16 years ago
  14. 5c1ab7f Multiple modules support. Also weakened exception in Stage.DEVELOPMENT for multiple injectors with their own pipelines. This allows tests to work in the same VM. by dhanji · 16 years ago
  15. f04bba8 Fixing broken {@link by limpbizkit · 16 years ago
  16. ce2c7b0 Fixing broken {@link by limpbizkit · 16 years ago
  17. a35a329 I mistakenly committed this when I removed the old API diffs. by limpbizkit · 16 years ago
  18. b92a84e Removed old API diffs. by limpbizkit · 16 years ago
  19. b7ed1bb Some cleanups from Jesse's last comments. Performance improvements (minor). Next CL handles more cleanups, multiple modules, and better error checking. by dhanji · 16 years ago
  20. ae3de7d Added varargs mapping for filters and servlets. And added a bunch of tests that verify the dispatch pipeline, servlet spec compliance, and so forth. by dhanji · 16 years ago
  21. bb80789 Kindof important minor bug fix... ;) Tested in container and working properly. More tests and varargs binding coming in next CL. by dhanji · 16 years ago
  22. 6634fe1 Review v733 fixes. And additional tests (all passing). by dhanji · 16 years ago
  23. 52ce321 First cut of Guice Servlet 2.0. Contains regex dispatching, improved binding DSL, and almost the full gamut of features short of per-servlet filtering. by dhanji · 16 years ago
  24. b206d20 Removed old Javadocs. by limpbizkit · 16 years ago
  25. 53708f0 Fix for issue 254. http://code.google.com/p/google-guice/issues/detail?id=254 by limpbizkit · 16 years ago
  26. 43ed8e5 Removed old Javadocs. by limpbizkit · 16 years ago
  27. fe2c25e Adding ElementType.METHOD to play nice with ProviderMethods by limpbizkit · 16 years ago
  28. fe579cf Applied Stuart McColloch's patch for issue 121 - making Guice into an OSGi bundle, using BND. by limpbizkit · 16 years ago
  29. f716cf4 OSGi support - we now export OSGi metadata in our manifest. by limpbizkit · 16 years ago
  30. d4b1bf7 Renamed 'visitable' to 'commands' by limpbizkit · 16 years ago
  31. 81303cd Added a rough implementation of provider methods. Got rid of ProviderLocator. by crazyboblee · 17 years ago
  32. da11d0d Issue 82: improve toString() of bundled scopes by kevinb9n · 17 years ago
  33. 2394ca6 Issue 93: run an optimize-imports over all the source. by kevinb9n · 17 years ago
  34. 61e081c Issue 82: toString() missing in servlet scopes by kevinb9n · 17 years ago
  35. b605482 Issue 35: override to no scope; Issue 56: OutOfScopeException. by kevinb9n · 17 years ago
  36. af46529 Issue 74: make it easier to get your servlets injected. by kevinb9n · 17 years ago
  37. f739015 Added Spring and JNDI integration. by crazyboblee · 17 years ago
  38. 27f8a58 Re-add the Injector.getInstance() methods which were removed frankly by mistake. by kevinb9n · 17 years ago
  39. a2915a9 Container -> Injector; container scope -> singleton scope by kevinb9n · 17 years ago
  40. 3b08d4d Updated IntelliJ project. by crazyboblee · 17 years ago
  41. 63e9a82 Simplified source directory structure. Forget Maven. by crazyboblee · 17 years ago
  42. efdb6f3 Updated build to create a servlet jar and struts2-plugin jar. by crazyboblee · 17 years ago
  43. 924e7e2 Updated struts2 directory structure to support maven. Updated intellij project. by crazyboblee · 17 years ago
  44. 59959ad Moved servlet source directories. by crazyboblee · 17 years ago
  45. 0dfec97 Moved servlet package into its own module. by crazyboblee · 17 years ago