1. 3236b10 Replace guava 11 with 16 and extract Guava as a separate dependency. by Christian Edward Gruber · 11 years ago
  2. 7246088 Fix typo, alertnative -> alternative. (Issue 777.) by Sam Berlin · 11 years ago
  3. 5e5e2f5 Don't unnecessarily invoke Key#toString() when running in non-HTTP based RequestScope. Key#toString() is not memoized (unlike hashCode) and these allocations end up being consistently visible in our garbage sampling. by Sam Berlin · 11 years ago
  4. a0e7344 Restore versions to 4.0-SNAPSHOT by Christian Edward Gruber · 11 years ago
  5. ce48fa8 Bump version numbers to release 4.0-beta. by Christian Edward Gruber · 11 years ago
  6. 9e2d95b Clean up some formatting (includes some format artifacts from internal changes), and remove executable bit from several files which do not need them. by Christian Edward Gruber · 11 years ago
  7. 882330d HttpServletRequest#getCookies() can return null; checks that in ContinuingHttpServletRequest. by Christian Edward Gruber · 11 years ago
  8. e5ed5b4 Add an @Inject constructor to DefaultFilterPipeline so services which depend upon it can be used with Modules.requireAtInjectOnConstructorsModule() by Christian Edward Gruber · 11 years ago
  9. 9111f48 Add a ISE exception subclass for scoping exceptions by Christian Edward Gruber · 11 years ago
  10. 7d72771 Actually pom versions should really be 3.1.0 to reflect the addition of a couple of new features (ProvisionListener SPI) by Stuart McCulloch · 12 years ago
  11. 7f6a136 Bump pom versions towards next maintenance release by Stuart McCulloch · 12 years ago
  12. 2804e19 Add explicit @Inject. by Sam Berlin · 12 years ago
  13. 389cb71 Fixed exception in contextpath string manipulation. by Sam Berlin · 12 years ago
  14. 1db3e79 Follow-up cleanup CL, removing an unnecessary parameter and strengthening typing. by Sam Berlin · 12 years ago
  15. 997ae12 Reduce stack size and simplify control flow in FilterChainInvocation. by Sam Berlin · 12 years ago
  16. 7dc62e5 Add a new transferRequest method to ServletScopes which propagates all existing scoped objects. Allows servlet engines to detach & reattach threads (while waiting for a request to receive results from RPCs). by Sam Berlin · 12 years ago
  17. 04cdfd9 Remove duplicate code & instead delegate to Scopes.isScoped method. by Sam Berlin · 13 years ago
  18. b2f5582 Add ServletScopes.isRequestScoped. by Sam Berlin · 13 years ago
  19. fee2d23 Ensure servlets & filters are processed in the correct order in all scenarios. Fix so that code like: by Sam Berlin · 13 years ago
  20. 9afcdd8 Prune all the billions of c.g.i.servlet.Filter{ChainInvocation,Definition}.doFilter elements from the stack traces. by Sam Berlin · 13 years ago
  21. f74ee67 Better errors when using binder(), etc. outside of configure(). by Sam Berlin · 13 years ago
  22. fbbb52d by guice.mirrorbot@gmail.com · 13 years ago
  23. 8c92236 by guice.mirrorbot@gmail.com · 13 years ago
  24. b405e04 by guice.mirrorbot@gmail.com · 13 years ago
  25. fb66c42 fix issue 636, GuiceFilter should keep a strong ref to its logger. by sberlin · 13 years ago
  26. 05bf8e5 by guice.mirrorbot@gmail.com · 13 years ago
  27. e09d8bf by guice.mirrorbot@gmail.com · 13 years ago
  28. ab8f0c6 by guice.mirrorbot@gmail.com · 13 years ago
  29. 0b26f78 by guice.mirrorbot@gmail.com · 13 years ago
  30. b7a02b0 by sberlin · 13 years ago
  31. ec76179 by sberlin · 13 years ago
  32. a23937e by sberlin · 13 years ago
  33. 4e11457 fixup whitespace by sberlin · 13 years ago
  34. d9c913a switch Guice from manually repackaging Guava to depending on Guava. it's still jarjar'd right now, which is causing a ~400k increase in guice-snapshot.jar. next step is to switch to ProGuard to remove the unnecessary code and cut it back down (even further?!). this will let people build from Guice source and depend directly on Guava code without having to worry about hiding internal/util. by sberlin · 13 years ago
  35. 5b73df6 rm @Override to maintain source compatibility. by sberlin · 13 years ago
  36. e133f5f Make the @RequestParameteters Map derive its values from the existing by isaac.q.shum · 13 years ago
  37. 4e10dab issue 418 - make sure servlet extension works with context paths. thanks to Henning for provided the patches. by sberlin · 14 years ago
  38. 8b64d45 Remove InjectorBuilder in favor of methods in Binder. by sberlin · 14 years ago
  39. b886ce3 rm ServletScopes.nullObject -- use a null value in the map to seed a key with null. by sberlin · 14 years ago
  40. 2196786 allow scopeRequest/continueRequest to seed with a null value, and also type-check the values immediately. by sberlin · 14 years ago
  41. 0e9a2c5 add @since tag. by sberlin · 14 years ago
  42. a5c13e2 simplify servlet SPI test. by sberlin · 14 years ago
  43. 71fe73e issue 570 & issue 569 -- share a hierarchy for servlet module bindings, expose a method to see if the binding will match against a URI. by sberlin · 14 years ago
  44. 845fc0e fix @since version. by sberlin · 14 years ago
  45. 8846db3 Update Maven poms to use new jarjar processing rules, allow jarjar and munge profiles to be turned off, and synchronize bundle headers in Ant and Maven builds by mcculls · 14 years ago
  46. c13b545 adding more missing @since 3.0 tags. by sberlin · 14 years ago
  47. 6e37096 issue 16. hide internal things (that can be hidden). need to followup to limit visibility on internal things that need to stay pseudo-open and really close the rest. by sberlin · 14 years ago
  48. 103af50 update extension package-info.java files to reference 3.0 instead of 2.0, also fix issue 563 -- assistedinject package-info referenced the wrong jar name. by sberlin · 14 years ago
  49. bc7e150 Issue 552: add buildable maven poms by mcculls · 14 years ago
  50. 97adab5 Tentative fix for string index out of bounds exception in issue #560 by dhanji · 14 years ago
  51. 2873555 flip the order of the type parameters in ProviderWithExtensionVisitor to match the order in the BindingTargetVisitor. by sberlin · 14 years ago
  52. 2a031c0 fix issue 544 -- allow ServletModules to be reused w/o reconstructing new ones. also fixes a bug where a ServletModule that contained only filters would have run each filter twice if the module was being reused (or three times if it was being used a third time, etc..). thanks to mathiue.carbou for pointing out the problem. by sberlin · 14 years ago
  53. 9ae3c2d add toString impls to each servletmodule binding. by sberlin · 14 years ago
  54. b8d2574 Comment wording changed. by dhanji · 14 years ago
  55. 0693a15 Support for custom request scopes overloaded onto the @RequestScoped annotation. by dhanji · 14 years ago
  56. e511cf4 remove unused imports. by sberlin · 14 years ago
  57. 10925e4 sberlin review for the previous CL. by dhanji · 14 years ago
  58. 7ebe5f6 More tests for the continuing request idiom. by dhanji · 14 years ago
  59. 1848a29 Early support for thread-continuation of servlet request. by dhanji · 14 years ago
  60. 99ca2d6 update parameter names to reflect what they are. by sberlin · 14 years ago
  61. b4b7f72 issue 524 part 2 -- add an SPI to the servlet extension to be able to introspect on its bindings. by sberlin · 14 years ago
  62. f8537ea move extensions that weren't under extensions/ into that directory. simplify paths so everything is uniform for extensions. by sberlin · 14 years ago