1. 6b75abb Add a travis CI configuration file. by Christian Edward Gruber · 10 years ago
  2. 279ddfa Update README.md by sam · 10 years ago
  3. bf0e7ce Update README.md by sameb · 10 years ago
  4. a8de49c Update README.md by sameb · 10 years ago
  5. c59c3e3 Create README.md by sameb · 10 years ago
  6. 76be88e Detect overrides of @Provides method and add an error for each one. by Sam Berlin · 10 years ago
  7. 26d0006 Change the line number test to generate a class with javax.inject.Inject rather than c.g.inject.Inject. by Sam Berlin · 10 years ago
  8. c00df28 Automated code cleanups by internal tool. by Sam Berlin · 10 years ago
  9. ca81e59 Submitting Stuart McCulloch's patch from https://github.com/sonatype/sisu-guice/blob/master/PATCHES/GUICE_288_decouple_thread_local.patch. by Sam Berlin · 10 years ago
  10. 332041c Various style cleanups to BoundFieldModule & test. by Sam Berlin · 10 years ago
  11. 8d88344 Test for issue #571 by Dhanji R. Prasanna · 10 years ago
  12. 53a5936 Ignore synthetic bridge methods during provider method lookup. by Sam Berlin · 10 years ago
  13. 0c69c36 Fix for build break from servlets patch by Dhanji R. Prasanna · 10 years ago
  14. f39b8fd Review comments by Dhanji R. Prasanna · 10 years ago
  15. 3b02622 Snapshot cookies in continuing request to prevent mutation side effects by Dhanji R. Prasanna · 10 years ago
  16. 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
  17. 409e0f5 Try to use cglibs FastClass to invoke @Provides methods, it's faster! by Sam Berlin · 10 years ago
  18. 4daa205 Ignore synthetic/bridge methods when determining if a method should be injected. This broke injections for different reasons before & after java8, but the fix is the same for both. by Sam Berlin · 10 years ago
  19. 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
  20. f83bda3 Update provision & creation exception messages. The previous messages caused misdiagnosis, as users think "There was a Guice error" when there is an error in user code. by Sam Berlin · 10 years ago
  21. 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
  22. 20dd9af Automated rollback. by Sam Berlin · 10 years ago
  23. 615f61f Implement hashCode and equals in FactoryProvider/FactoryProvider2, with the aim of allowing Guice to dedupe bindings. by Sam Berlin · 10 years ago
  24. 628ec00 Make WeakKeySet less susceptible to programming errors by making the backingMap key a concrete type. by Sam Berlin · 10 years ago
  25. 4754a22 Add equals/hashCode to Providers.guicify(...) results. by Sam Berlin · 10 years ago
  26. 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
  27. 269f2f6 Fix issue 379 -- strip the query off the URI when checking to see if the by Sam Berlin · 10 years ago
  28. f5349cd Use the correct key to check for blacklisting of multibound elements. by Sam Berlin · 10 years ago
  29. 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
  30. 647b24f Fix external issue 755. Grapher config was wrong. by Sam Berlin · 10 years ago
  31. c35ebc2 Fix external issue 372 -- only scrub the pathInfo if the servletPath actually by Sam Berlin · 10 years ago
  32. c7ae433 Add BoundFieldModule to automatically bind @Bind annotated fields to their by Sam Berlin · 10 years ago
  33. a5b2b1f Suppress compiler errors reported by an error-prone checker ([]) for tests. by Sam Berlin · 10 years ago
  34. 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
  35. 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
  36. c013fac *** Reason for rollback *** by Sam Berlin · 10 years ago
  37. 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
  38. bab9b60 Enhance WeakKeySet to auto evict keys and avoid calling toString on Keys. by Christian Edward Gruber · 10 years ago
  39. cc8870b Add OptionalBinderTest into multibindings AllTests. by Christian Edward Gruber · 10 years ago
  40. 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
  41. 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
  42. 4ab2a90 Memoize Key#toString() to reduce allocations. by Christian Edward Gruber · 10 years ago
  43. 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
  44. a78c488 Fix up API diffs upload script. by Christian Edward Gruber · 10 years ago
  45. 509e354 Added updated 4.0 api diffs. by Christian Edward Gruber · 10 years ago
  46. 47e16bf Revert "Added updated 4.0 api diffs." by Christian Edward Gruber · 10 years ago
  47. 016d079 Fix uploadJavadocs.sh script to work with git. by Christian Edward Gruber · 10 years ago
  48. 154c0bd Added updated Javadocs. by Christian Edward Gruber · 10 years ago
  49. 8240b43 Added updated 4.0 api diffs. by Christian Edward Gruber · 10 years ago
  50. 80ed818 Fix .gitignore to account for extensions. by Christian Edward Gruber · 10 years ago
  51. b6c35cd Update the opensource jars to asm 5.0, fix up the POMs & ant scripts. by Sam Berlin · 10 years ago
  52. 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
  53. 29ce12b Add an SPI for @Provides methods (using the extensions SPI) so that users can by Sam Berlin · 10 years ago
  54. 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
  55. c33e73c Improve OutOfScopeException so that it tells you which key it was trying to by Sam Berlin · 10 years ago
  56. 8ad60eb Change LinkedBindingBuilder.toProvider(Provider) to accept a jsr330 provider, by Sam Berlin · 10 years ago
  57. 883fe03 Make ServletScopes#scopeRequest slightly more efficient for larger seed maps. by Sam Berlin · 10 years ago
  58. 41c1c29 Add ignores for ant build spam. by Christian Edward Gruber · 10 years ago
  59. 3236b10 Replace guava 11 with 16 and extract Guava as a separate dependency. by Christian Edward Gruber · 10 years ago
  60. bb63dc1 Revert parts of the .gitignore fix related to ant. by Christian Edward Gruber · 10 years ago
  61. a2aab02 update gitignore to properly avoid maven target folders. by Christian Edward Gruber · 10 years ago
  62. e91540e Fixes issue 652. Allow method interceptors to capture the method & call it later from a by Sam Berlin · 10 years ago
  63. 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
  64. 31d8fbf Fix issue 723 -- minor optimizations to TypeConverterBindingProcessor. by Sam Berlin · 10 years ago
  65. 95295fd Add latest api diffs & latest javadoc again. by Sam Berlin · 10 years ago
  66. 7533957 delete latest-javadoc & latest-api-diffs one more time to try this again... by Sam Berlin · 10 years ago
  67. 1c2a6ad fix jdiff to point to correct javadoc location, and fix javadoc to have --since for 3.0. by Sam Berlin · 10 years ago
  68. 638f614 add javadoc to api-diffs by Sam Berlin · 10 years ago
  69. 05ca0df updated latest api diffs by Sam Berlin · 10 years ago
  70. adf1c61 remove latest-api-diffs. by Sam Berlin · 10 years ago
  71. 0593b00 add new latest javadocs. by Sam Berlin · 10 years ago
  72. b1a1ef7 remove old latest-javadocs by Sam Berlin · 10 years ago
  73. 1047e98 Fix no_aop build (make it easier to replace the cglib tokens in the ant build files). by Sam Berlin · 10 years ago
  74. e812003 Update to asm 4.2, cglib 3.1. Fix .gitignore to only ignore /build, not every dir named 'build'. by Sam Berlin · 10 years ago
  75. ebe9f05 Re-committed the rolled back CL, after fixing internal projects. by Sam Berlin · 10 years ago
  76. 35023b8 Fix issue 779 -- deduplicate listeners & interceptors. Using a slightly modified patch from Tavian Barnes, thanks Tavian! by Sam Berlin · 10 years ago
  77. 3338a48 Fix issue 734 -- MapBinder doesn't allow injection of Map<K, javax.inject.Provider<V>>. by Sam Berlin · 10 years ago
  78. 32a8f24 Fix issue 720 -- minor build fixes, from the issue: by Sam Berlin · 10 years ago
  79. a4c16e8 Rolled back commit -- broke some internal projects. by Sam Berlin · 10 years ago
  80. be1bbda Fix issue 748 -- add a protected method in PrivateModule for binding provision by Sam Berlin · 10 years ago
  81. c5848c0 Optimize RecordingBinder.withSource so it doesn't always create a new binder. by Sam Berlin · 10 years ago
  82. 7246088 Fix typo, alertnative -> alternative. (Issue 777.) by Sam Berlin · 10 years ago
  83. 9b268e4 Pass the correct stage to Modules.override, so currentStage() works. by Sam Berlin · 10 years ago
  84. 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
  85. 3382133 Make guice build with javac 8. by Christian Edward Gruber · 11 years ago
  86. e1197a9 Update Guice's maven build system to run the unit tests in three configurations, representing the three different values for stack-trace inclusion in error messages. Additionally, modify the open-source InternalFlags to log a warning if a value is passed to the flag that does not correspond to the Enum. by Christian Edward Gruber · 11 years ago
  87. a922826 Make named classes for anonymous Modules so they appear prettier (and useful) in error messages. by Christian Edward Gruber · 11 years ago
  88. ba5acdf Allow turning off stack trace collection in Guice. by Christian Edward Gruber · 11 years ago
  89. 2e39ef7 Print out the modules that led to a binding during error reporting, but by Christian Edward Gruber · 11 years ago
  90. 401a6a4 Added updated 4.0 api diffs. by Christian Edward Gruber · 11 years ago
  91. 54565b2 Update script for api diffs. by Christian Edward Gruber · 11 years ago
  92. 8743a0b Convert from MapMaker to CacheBuilder. Change mostly from Stewart McCulloch mcculls@gmail.com modulo internal build issues, a few tweaks and dealing with some test flakage in a functional test. by Christian Edward Gruber · 11 years ago
  93. c01ba1d Convert an anonymous subclass of ThreadLocal in the implementation of InjectorImpl to a nested class, thus eliminating its implicit parent reference. This implicit parent reference creates some additional work during debugging and is unnecessary. by Christian Edward Gruber · 11 years ago
  94. 33736ec Because error-prone treats more than one scope annotation on a class as a compile-time error, existing builds that upgrade to error prone will fail. To support that, given that these are tests of the run-time version of the failure, add a supporession to the usages. by Christian Edward Gruber · 11 years ago
  95. b0aeeda Remove loophole for making non-canonical Keys. This makes the behaviour of Key.get(new TypeLiteral<T>() {}) and new Key<T>() {} the same. by Christian Edward Gruber · 11 years ago
  96. 2d45468 Fix Inject documentation, as method injection happens after field injection. by Christian Edward Gruber · 11 years ago
  97. 2bb4771 Exposes ElementSource at getSource() methods. by Christian Edward Gruber · 11 years ago
  98. 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
  99. 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
  100. 0130391 Doing a cleanup before we can make having @javax.inject.Inject on an abstract method a compile error. I am suppressing the error for the test case that intentionally tests this error. by Christian Edward Gruber · 11 years ago