1. 3d3a9fa Give more information when duplicate elements are found in a multibound set. by Christian Edward Gruber · 11 years ago
  2. 51829aa Automated g4 rollback of changelist 50265868. by Christian Edward Gruber · 11 years ago
  3. 28c75b2 Give more information when duplicate elements are found in a multibound set. by Christian Edward Gruber · 11 years ago
  4. a0e7344 Restore versions to 4.0-SNAPSHOT by Christian Edward Gruber · 11 years ago
  5. 359c5c3 Fix up poms to properly sign on deploy, provide source and javadoc jars per sonatype's requirements, and bump the API version to 1.4 for OSGI components. by Christian Edward Gruber · 11 years ago
  6. ce48fa8 Bump version numbers to release 4.0-beta. by Christian Edward Gruber · 11 years ago
  7. 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
  8. 8f19635 Add logging for when AssistedInject falls into non-optimized mode, so people can take action and fix it. by Christian Edward Gruber · 11 years ago
  9. 9f8b438 Use a single UniqueAnnotation instead of creating a new one each time. by Christian Edward Gruber · 11 years ago
  10. e391585 Change Key so that it upgrades Annotation classes where all methods have default values into an instance of the Annotation with the defaults as values, so that: by Christian Edward Gruber · 11 years ago
  11. ad6584a Fix issue 663: Grapher is producing corrupt graphs by Christian Edward Gruber · 11 years ago
  12. 45d86df Fix http://code.google.com/p/google-guice/issues/detail?id=742 by having assistedinject fail if the target implementation class has a scop by Christian Edward Gruber · 11 years ago
  13. 94c2d2c Suppress a warning in advance that will be a run-time error in Guice in a subsequent commit, and which will be added to error-prone and caught at compile-time for those who use it. by Christian Edward Gruber · 11 years ago
  14. 882330d HttpServletRequest#getCookies() can return null; checks that in ContinuingHttpServletRequest. by Christian Edward Gruber · 11 years ago
  15. bf2b16c Add support for ProvisionListeners to notify on toInstance & constant bindings. by Christian Edward Gruber · 11 years ago
  16. 2303007 Upgrade to cglib 3.0 adn ASM 4.0. by Christian Edward Gruber · 11 years ago
  17. 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
  18. 9111f48 Add a ISE exception subclass for scoping exceptions by Christian Edward Gruber · 11 years ago
  19. 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
  20. 7f6a136 Bump pom versions towards next maintenance release by Stuart McCulloch · 12 years ago
  21. 2804e19 Add explicit @Inject. by Sam Berlin · 12 years ago
  22. 389cb71 Fixed exception in contextpath string manipulation. by Sam Berlin · 12 years ago
  23. 1db3e79 Follow-up cleanup CL, removing an unnecessary parameter and strengthening typing. by Sam Berlin · 12 years ago
  24. 997ae12 Reduce stack size and simplify control flow in FilterChainInvocation. by Sam Berlin · 12 years ago
  25. 8b7aaec Update ThrowingProviderBinder to have a better exception in case of ProvisionExceptions from more than one dependency. by Sam Berlin · 12 years ago
  26. 15dbe78 Change AssertionError to use the whole ProvisionException as a cause, so we can see exactly what goes wrong when nothing should go wrong. by Sam Berlin · 12 years ago
  27. e6abeff Change the new ThrowingProviderBinder.providing to look for @ThrowingInject instead of @Inject. by Sam Berlin · 12 years ago
  28. 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
  29. cd12655 Don't assume methods will be in order when asserting error messages. by Sam Berlin · 12 years ago
  30. 8557c77 Add a new method to ThrowingProviderBinder: providing(Class) or providing(TypeLiteral). by Sam Berlin · 12 years ago
  31. 88ee52d Fix issue 670, keep values from MapBinder & Multibinder distinct. by Sam Berlin · 12 years ago
  32. 21a1967 Fix issue 670, keep values from MapBinder & Multibinder distinct. by Sam Berlin · 12 years ago
  33. 04cdfd9 Remove duplicate code & instead delegate to Scopes.isScoped method. by Sam Berlin · 12 years ago
  34. 45ef017 Cleanup a few things: by Sam Berlin · 12 years ago
  35. b2f5582 Add ServletScopes.isRequestScoped. by Sam Berlin · 12 years ago
  36. 8a539da Remove @MediumTest annotation since it is not available on the build classpath by Stuart McCulloch · 12 years ago
  37. c2bee81 Fix issue 667, cleanup javadoc for Multibinder by Sam Berlin · 13 years ago
  38. fee2d23 Ensure servlets & filters are processed in the correct order in all scenarios. Fix so that code like: by Sam Berlin · 13 years ago
  39. 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
  40. f74ee67 Better errors when using binder(), etc. outside of configure(). by Sam Berlin · 13 years ago
  41. c0b196b by guice.mirrorbot@gmail.com · 13 years ago
  42. fbbb52d by guice.mirrorbot@gmail.com · 13 years ago
  43. 8c92236 by guice.mirrorbot@gmail.com · 13 years ago
  44. b405e04 by guice.mirrorbot@gmail.com · 13 years ago
  45. d77a85a fix issue 623, move log4j.properties for persist extension out of src and into test. by sberlin · 13 years ago
  46. fb66c42 fix issue 636, GuiceFilter should keep a strong ref to its logger. by sberlin · 13 years ago
  47. 05bf8e5 by guice.mirrorbot@gmail.com · 13 years ago
  48. e09d8bf by guice.mirrorbot@gmail.com · 13 years ago
  49. e390a0f by guice.mirrorbot@gmail.com · 13 years ago
  50. ab8f0c6 by guice.mirrorbot@gmail.com · 13 years ago
  51. 0b26f78 by guice.mirrorbot@gmail.com · 13 years ago
  52. ee443bc by guice.mirrorbot@gmail.com · 13 years ago
  53. 6585c73 Failing test for a multibinder bug reported here: by limpbizkit · 13 years ago
  54. b719556 by sberlin · 13 years ago
  55. b7a02b0 by sberlin · 13 years ago
  56. 0aecc68 by sberlin · 13 years ago
  57. 5a886aa by sberlin · 13 years ago
  58. ec76179 by sberlin · 13 years ago
  59. a23937e by sberlin · 13 years ago
  60. 3b24461 fixup whitespace by sberlin · 13 years ago
  61. 4e11457 fixup whitespace by sberlin · 13 years ago
  62. 7855aca fixup whitespace by sberlin · 13 years ago
  63. 81007ff fixup whitespace by sberlin · 13 years ago
  64. 4b86269 fixup whitespace by sberlin · 13 years ago
  65. 01758ce fixup whitespace by sberlin · 13 years ago
  66. 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
  67. 6cf0488 Remove unnecessary import added in r1555 by drew.mclaughlin · 13 years ago
  68. 895fa39 Implement hashCode and equals for MultimapBinder. by drew.mclaughlin · 13 years ago
  69. 5b73df6 rm @Override to maintain source compatibility. by sberlin · 13 years ago
  70. e133f5f Make the @RequestParameteters Map derive its values from the existing by isaac.q.shum · 13 years ago
  71. 4e10dab issue 418 - make sure servlet extension works with context paths. thanks to Henning for provided the patches. by sberlin · 13 years ago
  72. 77b8178 issue 602 - allow grapher to be rooted at keys. contributed by bojan, thanks! by sberlin · 13 years ago
  73. 65814e6 issue 595 -- persist extension didn't work if @Transacation was on the class, thanks to cgdecker for the patch and bug report! by sberlin · 13 years ago
  74. 405828b issues 592 & 591, documentation updates. by sberlin · 13 years ago
  75. 23cf2d4 fix issue 594 -- assistedinject does the wrong thing if assisted type is scoped. by sberlin · 13 years ago
  76. 33018c3 Add standard Apache LICENSE and NOTICE files to the Maven build by mcculls · 13 years ago
  77. 8468bab Fix for issues 581 and 582 by dhanji · 13 years ago
  78. 8b64d45 Remove InjectorBuilder in favor of methods in Binder. by sberlin · 13 years ago
  79. 692ca95 Align Maven no_aop classifier to match the Ant target by mcculls · 13 years ago
  80. 3bdf721 fix for NO_AOP build. by sberlin · 13 years ago
  81. cf09ab9 put generics back in Struts2Factory. by sberlin · 13 years ago
  82. c1d48f8 cleanup struts2 examples/code. by sberlin · 13 years ago
  83. 81a0c60 re-add struts2 to build.xml & pom.xml, cleanup compile. by sberlin@gmail.com · 13 years ago
  84. 95d0418 changes to the struts2 plugin, by Ben McCann. by sberlin@gmail.com · 13 years ago
  85. 12c1a0a Pull back struts2 extension code in preperation for changes to make it better. by sberlin@gmail.com · 13 years ago
  86. b886ce3 rm ServletScopes.nullObject -- use a null value in the map to seed a key with null. by sberlin · 13 years ago
  87. 4d93ce6 fix license. by sberlin@gmail.com · 13 years ago
  88. ba8a4cd add more tests for @CheckedProvides methods, fix bug exposed with @Exposed methods, cleanup class names & javadoc. by sberlin@gmail.com · 13 years ago
  89. 2196786 allow scopeRequest/continueRequest to seed with a null value, and also type-check the values immediately. by sberlin · 13 years ago
  90. fcb2b1b discontinue the struts2 extension. by sberlin · 13 years ago
  91. 5f47ccc change period to semicolon show javadoc shows it in the one-liner for package infos. by sberlin · 13 years ago
  92. 6716a71 a few more @sinces. by sberlin · 13 years ago
  93. 488284d deprecated ThrowingProvider in favor of CheckedProvider, which lets you specify more than one exception type. remove tentative @ThrowingProvides in favor of @CheckedProvides. add tests. by sberlin · 14 years ago
  94. 0e9a2c5 add @since tag. by sberlin · 14 years ago
  95. a5c13e2 simplify servlet SPI test. by sberlin · 14 years ago
  96. 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
  97. 845fc0e fix @since version. by sberlin · 14 years ago
  98. aacb484 Add some comments to the Maven POMs by mcculls · 14 years ago
  99. 2c3076b Update to jarjar-maven-plugin 1.3 release, and use simple logger in persist tests by mcculls · 14 years ago
  100. 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