1. 136bc20 Remove all .iml and .ipr IntelliJ project files and add IntelliJ project files and directories to .gitignore. by cgdecker · 10 years ago
  2. 98be102 Sync EnsureJpaCanTakeObjectsInPropertiesTest by Sam Berlin · 10 years ago
  3. 3d49442 Fix RequestDispatcherRequestWrapper inconsistency between `getRequestURI` and `getRequestURL` by Bruno Bieth · 10 years ago
  4. 41c126f Issue #745: PathInfo not encoded by Tamas Cservenak · 10 years ago
  5. 1d3f8cd Add support for java.util.Optional, reflectively. If the class exists, we bind by sameb · 10 years ago
  6. d135889 Merge pull request #839 from magnayn/master by Sam Berlin · 10 years ago
  7. d8d5819 Introduce a test that shows a JPA provider being passed a datasource by Nigel Magnay · 10 years ago
  8. aa2f2dc Update tests to use JPA 2.0. by Nigel Magnay · 10 years ago
  9. 6084d8f Allow JPA properties to be Objects as well as simple strings. by Nigel Magnay · 10 years ago
  10. 6247159 Results of 'mvn license:format -N' plus some minor tweaking by Stuart McCulloch · 10 years ago
  11. 9923333 Move the references to javax.servlet into the anonymous class by Jonathan Haber · 10 years ago
  12. b159fc5 Presize collections in MapBinder and Multibinder providers. by lukes · 10 years ago
  13. 43c3b68 Add a lazy option to @Bind. by lukes · 10 years ago
  14. 117b2a6 When checking for Logger keys in providermethodsmodule don't create a new Key<Logger> for every parameter. Instead use a constant. by lukes · 10 years ago
  15. 2fb23e3 Miscellaneous build improvements: by Stuart McCulloch · 10 years ago
  16. 4faa20e Updating Multibinder to support injection of Collection<Provider<T>> alongside the usual Set<T>. by Sam Berlin · 10 years ago
  17. 6dec441 Guice Multibindings: follow-up to earlier CL to make MultimapBinder package-private so that Real{Provider}MultimapProvider.initialize are accessible by generated code by Sam Berlin · 10 years ago
  18. e5abfb2 Do some extra casting to workaround jdk6 compilation issues in SpiUtils. by Sam Berlin · 10 years ago
  19. ca0cc18 Guice Multibindings: convert multibinding anonymous providers into package-private inner classes so that @Inject methods can be referenced by generated code. by Sam Berlin · 10 years ago
  20. c34e018 Implement binding deduplication for multibinder & mapbinder in a different way. by Sam Berlin · 10 years ago
  21. 9c24575 OptionalBinder: Make Optional<Provider> anonymous provider an inner class so that @Inject members can be referenced by generated code. by Sam Berlin · 10 years ago
  22. c6c118f Add closing parens to FactoryModuleBuilder javadoc samples by Sam Berlin · 10 years ago
  23. 3f84edf Fix spacing for Struts2GuicePluginModule by Sam Berlin · 10 years ago
  24. 6b3086d Cleanup javadocs. This makes the following changes: by Sam Berlin · 10 years ago
  25. 5eb2249 Fix issue 597 -- Adds copyright header. by Fridolin Jackstadt · 10 years ago
  26. 6357239 Fix issue 597 -- JUnit 3 style by Fridolin Jackstadt · 10 years ago
  27. cb610bf Fix issue 597 -- entity manager is properly removed even if close operation fails + unit test. by Fridolin Jackstadt · 10 years ago
  28. 0558b32 Update references in code & configuration to point to github instead of by Sam Berlin · 10 years ago
  29. d08bba9 More flake fixing: Refactor WeakKeySetUtils into one spot, make everything use by Sam Berlin · 10 years ago
  30. 08125e9 Fix equal comparison against generated/system annotations. This should never by Sam Berlin · 10 years ago
  31. 94d0a15 More flake fixing: don't assume methods come in a certain order. Super strange by Sam Berlin · 10 years ago
  32. 842f351 Add support for OptionalBinder to link to normal bindings of that type if by Sam Berlin · 10 years ago
  33. 6ae9ff6 Wrap GcFinalization usage around wrappers that also await a ReferenceQueue. I by Sam Berlin · 10 years ago
  34. c66f08e Automated g4 rollback of changelist 70738452. by Sam Berlin · 10 years ago
  35. 8f89a23 Automated g4 rollback of changelist 70734332. by Sam Berlin · 10 years ago
  36. 9040306 Simplify OptionalBinder implementation to not delegate to a MapBinder. by Sam Berlin · 10 years ago
  37. c00df28 Automated code cleanups by internal tool. by Sam Berlin · 10 years ago
  38. 332041c Various style cleanups to BoundFieldModule & test. by Sam Berlin · 10 years ago
  39. 8d88344 Test for issue #571 by Dhanji R. Prasanna · 10 years ago
  40. 0c69c36 Fix for build break from servlets patch by Dhanji R. Prasanna · 10 years ago
  41. f39b8fd Review comments by Dhanji R. Prasanna · 10 years ago
  42. 3b02622 Snapshot cookies in continuing request to prevent mutation side effects by Dhanji R. Prasanna · 10 years ago
  43. 4a4d825 Block when transferring request scope instead of checking owners & throwing exceptions. This lets users delete hacky spin loops. by Sam Berlin · 10 years ago
  44. f9a3d2d Skip synthetic/bridge methods when validating CheckedProvider interfaces, otherwise java8 breaks validation by adding a synthetic bridge default method. by Sam Berlin · 10 years ago
  45. a23bc0e Implement hashCode and equals in FactoryProvider/FactoryProvider2, with the aim of allowing Guice to dedupe bindings. Reroll of earlier change with a bug fixed. by Sam Berlin · 10 years ago
  46. 20dd9af Automated rollback. by Sam Berlin · 10 years ago
  47. 615f61f Implement hashCode and equals in FactoryProvider/FactoryProvider2, with the aim of allowing Guice to dedupe bindings. by Sam Berlin · 10 years ago
  48. 14e2703 Implement hashCode and equals on type returned by Providers.of(...). There doesn't seem to be any reason *not* to provide these methods, and it means downstream code that does by Sam Berlin · 10 years ago
  49. 269f2f6 Fix issue 379 -- strip the query off the URI when checking to see if the by Sam Berlin · 10 years ago
  50. f1abba3 On second thought, according to the javadocs @ http://docs.oracle.com/javaee/5/api/javax/servlet/http/HttpServletRequest.html#getPathInfo() .. this is probably more correct, and still better than what it was before. by Sam Berlin · 10 years ago
  51. 647b24f Fix external issue 755. Grapher config was wrong. by Sam Berlin · 10 years ago
  52. c35ebc2 Fix external issue 372 -- only scrub the pathInfo if the servletPath actually by Sam Berlin · 10 years ago
  53. c7ae433 Add BoundFieldModule to automatically bind @Bind annotated fields to their by Sam Berlin · 10 years ago
  54. 57aad21 Change Opcodes.ASM4 to Opcodes.ASM5, to work with java8 lambdas. Also update opensource build to ASM 5.0.1. by Sam Berlin · 10 years ago
  55. d57f8ec The bug in the test that became flaky has been fixed. Note that this is not a strict rollback of the rollback - I've added protection against the NPE that would happen if there's a GC between the isBlacklisted call and the getSources call. by Sam Berlin · 10 years ago
  56. c013fac *** Reason for rollback *** by Sam Berlin · 10 years ago
  57. d1d7ef3 Fix MapBinder's duplicate key error message so that more than one binding with the same source gets listed twice. This was causing a problem with the tests that turned stack traces off, because the two different bindings line numbers were both changed to "Unknown Source", so it collapsed them into a single item. by Christian Edward Gruber · 10 years ago
  58. bab9b60 Enhance WeakKeySet to auto evict keys and avoid calling toString on Keys. by Christian Edward Gruber · 10 years ago
  59. cc8870b Add OptionalBinderTest into multibindings AllTests. by Christian Edward Gruber · 10 years ago
  60. af24f63 Adds a new OptionalBinder. OptionalBinder allows frameworks to setup bindings for items that user code may or may not bind. It also allows frameworks to set default values that users can override. by Christian Edward Gruber · 10 years ago
  61. cade897 Preparations for OptionalBinder. This fixes MapBinder's SPI so elements from different MapBinders are distinct, and also fixes ProviderLookup's Provider so it exposes its dependency, which allows MapBinder to properly find its dependencies. by Christian Edward Gruber · 10 years ago
  62. af07a48 Unbreak MOE by adding a .gitignore to extensions (suppressing build/ folders under it) and narrowing the exclusion of bduild folders in the root to just at the root. This lets /lib/build exist and be used, including by MOE. by Christian Edward Gruber · 10 years ago
  63. b6c35cd Update the opensource jars to asm 5.0, fix up the POMs & ant scripts. by Sam Berlin · 10 years ago
  64. 8859456 Update MapBinder so it fails on duplicate bindings with a more descriptive error message, including all the keys that had duplicates and where the duplicate bindings were bound. Example error message that has 'a' bound twice and 'b' bound twice: by Sam Berlin · 10 years ago
  65. 10f305d This change removes final from fields annotated with @Inject. In addition to being discouraged due to weak semantics [1], it is incompatible with the standard javax.inject.Inject annotation [2]. by Sam Berlin · 10 years ago
  66. c33e73c Improve OutOfScopeException so that it tells you which key it was trying to by Sam Berlin · 10 years ago
  67. 8ad60eb Change LinkedBindingBuilder.toProvider(Provider) to accept a jsr330 provider, by Sam Berlin · 10 years ago
  68. 883fe03 Make ServletScopes#scopeRequest slightly more efficient for larger seed maps. by Sam Berlin · 10 years ago
  69. 41c1c29 Add ignores for ant build spam. by Christian Edward Gruber · 10 years ago
  70. 3236b10 Replace guava 11 with 16 and extract Guava as a separate dependency. by Christian Edward Gruber · 10 years ago
  71. 0e896db A Message should have only one source but as it is used in Errors, currently it can have multiple sources. The Message objects is returned from two public methods(Elements#getElements() and Errors#getMessages()) that make any changes in its method declarations difficult. As the first step, I am going to remove all calls to the Message constructor that receives multiple sources from []. So, the only calls will be from Errors that I will deal with separately. by Sam Berlin · 11 years ago
  72. 3338a48 Fix issue 734 -- MapBinder doesn't allow injection of Map<K, javax.inject.Provider<V>>. by Sam Berlin · 11 years ago
  73. 7246088 Fix typo, alertnative -> alternative. (Issue 777.) by Sam Berlin · 11 years ago
  74. 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
  75. 2bb4771 Exposes ElementSource at getSource() methods. by Christian Edward Gruber · 11 years ago
  76. 96e81ba An alternative way to support ShareableModule, Modules.override and Multibinder: use annotations that compare equal iff the binding strategy matches, so Guice will dedupe for us. by Christian Edward Gruber · 11 years ago
  77. 6c69bcf An alternative way to support ShareableModule, Modules.override and Multibinder: use annotations that compare equal iff the binding strategy matches, so Guice will dedupe for us. by Christian Edward Gruber · 11 years ago
  78. 3d3a9fa Give more information when duplicate elements are found in a multibound set. by Christian Edward Gruber · 11 years ago
  79. 51829aa Automated g4 rollback of changelist 50265868. by Christian Edward Gruber · 11 years ago
  80. 28c75b2 Give more information when duplicate elements are found in a multibound set. by Christian Edward Gruber · 11 years ago
  81. a0e7344 Restore versions to 4.0-SNAPSHOT by Christian Edward Gruber · 11 years ago
  82. 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
  83. ce48fa8 Bump version numbers to release 4.0-beta. by Christian Edward Gruber · 11 years ago
  84. 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
  85. 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
  86. 9f8b438 Use a single UniqueAnnotation instead of creating a new one each time. by Christian Edward Gruber · 11 years ago
  87. 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
  88. ad6584a Fix issue 663: Grapher is producing corrupt graphs by Christian Edward Gruber · 11 years ago
  89. 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
  90. 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
  91. 882330d HttpServletRequest#getCookies() can return null; checks that in ContinuingHttpServletRequest. by Christian Edward Gruber · 11 years ago
  92. bf2b16c Add support for ProvisionListeners to notify on toInstance & constant bindings. by Christian Edward Gruber · 11 years ago
  93. 2303007 Upgrade to cglib 3.0 adn ASM 4.0. by Christian Edward Gruber · 11 years ago
  94. 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
  95. 9111f48 Add a ISE exception subclass for scoping exceptions by Christian Edward Gruber · 11 years ago
  96. 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
  97. 7f6a136 Bump pom versions towards next maintenance release by Stuart McCulloch · 12 years ago
  98. 2804e19 Add explicit @Inject. by Sam Berlin · 12 years ago
  99. 389cb71 Fixed exception in contextpath string manipulation. by Sam Berlin · 12 years ago
  100. 1db3e79 Follow-up cleanup CL, removing an unnecessary parameter and strengthening typing. by Sam Berlin · 12 years ago