1. 5a209e9 Update version to 4.0 by Colin Decker · 9 years ago
  2. 646e174 Add more missing @since 4.0 and remove references to *-3.0.jar in extensions' package-info.java files. by cgdecker · 9 years ago
  3. 1a30c07 Also fix usages of a couple of @Beta APIs. by cgdecker · 9 years ago
  4. 61b6b1c Align dagger-adapter name and add it to the Bill-Of-Materials pom.xml by Stuart McCulloch · 9 years ago
  5. bac730f Add missing @since tags for 4.0 by Ben McCann · 9 years ago
  6. 3809a81 Update dagger-adapter to depend on dagger-2.0 (and swap in the up-to-date api jar for the ant build) by cgruber · 9 years ago
  7. 6c85843 Add a default value and make it true for dagger & guice MapKey. by sameb · 9 years ago
  8. 825f8c1 Some work on issue 910 -- ensure that anonymous keys & typeliterals don't by sameb · 9 years ago
  9. fb04cae Add ability to not scope exception to RemoteProviderBinder by cnester · 9 years ago
  10. 85f14e0 Further fixes for https://github.com/google/guice/issues/904 -- java8 generates by sameb · 9 years ago
  11. db4dbfd Add a snapshot repository to guice's parent pom configuration, so it can rely on snapshot versions of things while in development. by cgruber · 9 years ago
  12. 2ca4130 Give the dagger interop extension a name, remove the explicit dependency on the parent (which should happen automatically), and use ${project.version} instead of hard-coding the version... like the other extensions. by sameb · 9 years ago
  13. 9ba15fe s/Set/Optional and fix grammar. by sameb · 9 years ago
  14. 0b33461 Add a @ProvidesInto{Set,Map,Optional} & MultibindingsScanner that allow users by sameb · 9 years ago
  15. a363105 Fix https://github.com/google/guice/issues/904 -- assistedinject factory method by sameb · 9 years ago
  16. 0910c1e Create a dagger/guice interoperability library, which permits (with limitations) the use of Dagger modules in Guice. by cgruber · 9 years ago
  17. 32780fa Update OptionalBinder javadoc comment to use toInstance() vs to() when a binding value is used. by christophf · 9 years ago
  18. 1bf1e9e Add the source of the binding when mapbinder/multibinder fail because of a null by sameb · 9 years ago
  19. 4f6c567 Adds a test that explicitly tests all of the bindings created by MapBinder. by flan · 9 years ago
  20. bed1413 Adds a binding for Collection<javax.inject.Provider<E>> to Multibinder. by flan · 9 years ago
  21. 615fd2b Make SpiUtils tests more accurate by multiplying the expected results instead by flan · 9 years ago
  22. f618960 Simplifies MapBinder by moving Key generation to RealMapBinder's constructor. by flan · 9 years ago
  23. 9c8b618 Simplifies Multibinder by moving Key generation to RealMultibinder's by flan · 9 years ago
  24. 136bc20 Remove all .iml and .ipr IntelliJ project files and add IntelliJ project files and directories to .gitignore. by cgdecker · 10 years ago
  25. 98be102 Sync EnsureJpaCanTakeObjectsInPropertiesTest by Sam Berlin · 10 years ago
  26. 3d49442 Fix RequestDispatcherRequestWrapper inconsistency between `getRequestURI` and `getRequestURL` by Bruno Bieth · 10 years ago
  27. 41c126f Issue #745: PathInfo not encoded by Tamas Cservenak · 10 years ago
  28. 1d3f8cd Add support for java.util.Optional, reflectively. If the class exists, we bind by sameb · 10 years ago
  29. d135889 Merge pull request #839 from magnayn/master by Sam Berlin · 10 years ago
  30. d8d5819 Introduce a test that shows a JPA provider being passed a datasource by Nigel Magnay · 10 years ago
  31. aa2f2dc Update tests to use JPA 2.0. by Nigel Magnay · 10 years ago
  32. 6084d8f Allow JPA properties to be Objects as well as simple strings. by Nigel Magnay · 10 years ago
  33. 6247159 Results of 'mvn license:format -N' plus some minor tweaking by Stuart McCulloch · 10 years ago
  34. 9923333 Move the references to javax.servlet into the anonymous class by Jonathan Haber · 10 years ago
  35. b159fc5 Presize collections in MapBinder and Multibinder providers. by lukes · 10 years ago
  36. 43c3b68 Add a lazy option to @Bind. by lukes · 10 years ago
  37. 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
  38. 2fb23e3 Miscellaneous build improvements: by Stuart McCulloch · 10 years ago
  39. 4faa20e Updating Multibinder to support injection of Collection<Provider<T>> alongside the usual Set<T>. by Sam Berlin · 10 years ago
  40. 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
  41. e5abfb2 Do some extra casting to workaround jdk6 compilation issues in SpiUtils. by Sam Berlin · 10 years ago
  42. 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
  43. c34e018 Implement binding deduplication for multibinder & mapbinder in a different way. by Sam Berlin · 10 years ago
  44. 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
  45. c6c118f Add closing parens to FactoryModuleBuilder javadoc samples by Sam Berlin · 10 years ago
  46. 3f84edf Fix spacing for Struts2GuicePluginModule by Sam Berlin · 10 years ago
  47. 6b3086d Cleanup javadocs. This makes the following changes: by Sam Berlin · 10 years ago
  48. 5eb2249 Fix issue 597 -- Adds copyright header. by Fridolin Jackstadt · 10 years ago
  49. 6357239 Fix issue 597 -- JUnit 3 style by Fridolin Jackstadt · 10 years ago
  50. cb610bf Fix issue 597 -- entity manager is properly removed even if close operation fails + unit test. by Fridolin Jackstadt · 10 years ago
  51. 0558b32 Update references in code & configuration to point to github instead of by Sam Berlin · 10 years ago
  52. d08bba9 More flake fixing: Refactor WeakKeySetUtils into one spot, make everything use by Sam Berlin · 10 years ago
  53. 08125e9 Fix equal comparison against generated/system annotations. This should never by Sam Berlin · 10 years ago
  54. 94d0a15 More flake fixing: don't assume methods come in a certain order. Super strange by Sam Berlin · 10 years ago
  55. 842f351 Add support for OptionalBinder to link to normal bindings of that type if by Sam Berlin · 10 years ago
  56. 6ae9ff6 Wrap GcFinalization usage around wrappers that also await a ReferenceQueue. I by Sam Berlin · 10 years ago
  57. c66f08e Automated g4 rollback of changelist 70738452. by Sam Berlin · 10 years ago
  58. 8f89a23 Automated g4 rollback of changelist 70734332. by Sam Berlin · 10 years ago
  59. 9040306 Simplify OptionalBinder implementation to not delegate to a MapBinder. by Sam Berlin · 10 years ago
  60. c00df28 Automated code cleanups by internal tool. by Sam Berlin · 10 years ago
  61. 332041c Various style cleanups to BoundFieldModule & test. by Sam Berlin · 10 years ago
  62. 8d88344 Test for issue #571 by Dhanji R. Prasanna · 10 years ago
  63. 0c69c36 Fix for build break from servlets patch by Dhanji R. Prasanna · 10 years ago
  64. f39b8fd Review comments by Dhanji R. Prasanna · 10 years ago
  65. 3b02622 Snapshot cookies in continuing request to prevent mutation side effects by Dhanji R. Prasanna · 10 years ago
  66. 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
  67. 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
  68. 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
  69. 20dd9af Automated rollback. by Sam Berlin · 10 years ago
  70. 615f61f Implement hashCode and equals in FactoryProvider/FactoryProvider2, with the aim of allowing Guice to dedupe bindings. by Sam Berlin · 10 years ago
  71. 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
  72. 269f2f6 Fix issue 379 -- strip the query off the URI when checking to see if the by Sam Berlin · 10 years ago
  73. 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
  74. 647b24f Fix external issue 755. Grapher config was wrong. by Sam Berlin · 10 years ago
  75. c35ebc2 Fix external issue 372 -- only scrub the pathInfo if the servletPath actually by Sam Berlin · 10 years ago
  76. c7ae433 Add BoundFieldModule to automatically bind @Bind annotated fields to their by Sam Berlin · 10 years ago
  77. 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
  78. 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
  79. c013fac *** Reason for rollback *** by Sam Berlin · 10 years ago
  80. 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
  81. bab9b60 Enhance WeakKeySet to auto evict keys and avoid calling toString on Keys. by Christian Edward Gruber · 10 years ago
  82. cc8870b Add OptionalBinderTest into multibindings AllTests. by Christian Edward Gruber · 10 years ago
  83. 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
  84. 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
  85. 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
  86. b6c35cd Update the opensource jars to asm 5.0, fix up the POMs & ant scripts. by Sam Berlin · 10 years ago
  87. 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
  88. 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
  89. c33e73c Improve OutOfScopeException so that it tells you which key it was trying to by Sam Berlin · 10 years ago
  90. 8ad60eb Change LinkedBindingBuilder.toProvider(Provider) to accept a jsr330 provider, by Sam Berlin · 10 years ago
  91. 883fe03 Make ServletScopes#scopeRequest slightly more efficient for larger seed maps. by Sam Berlin · 10 years ago
  92. 41c1c29 Add ignores for ant build spam. by Christian Edward Gruber · 10 years ago
  93. 3236b10 Replace guava 11 with 16 and extract Guava as a separate dependency. by Christian Edward Gruber · 10 years ago
  94. 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 · 10 years ago
  95. 3338a48 Fix issue 734 -- MapBinder doesn't allow injection of Map<K, javax.inject.Provider<V>>. by Sam Berlin · 10 years ago
  96. 7246088 Fix typo, alertnative -> alternative. (Issue 777.) by Sam Berlin · 10 years ago
  97. 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 · 10 years ago
  98. 2bb4771 Exposes ElementSource at getSource() methods. by Christian Edward Gruber · 11 years ago
  99. 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
  100. 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