1. 394c8ed Fix Travis maven build to download from central by Sam Berlin · 10 years ago
  2. 0983219 Merge pull request #816 from cgruber/ci by Christian Edward Gruber · 10 years ago
  3. fb45f76 restore the test phase to the preparations, and skip the tests (but unquiet the build overall). by Christian Edward Gruber · 10 years ago
  4. 804fed5 shorten (and un-quiet) the install phase in travis. by Christian Edward Gruber · 10 years ago
  5. d3f5d13 Update README.md by Sam Berlin · 10 years ago
  6. 0c27536 Merge pull request #815 from google/moe_writing_branch_from_76be88e8140f77a25824f5deb67bb13b8e5dabc6 by Sam Berlin · 10 years ago
  7. 0558b32 Update references in code & configuration to point to github instead of by Sam Berlin · 10 years ago
  8. d08bba9 More flake fixing: Refactor WeakKeySetUtils into one spot, make everything use by Sam Berlin · 10 years ago
  9. 08125e9 Fix equal comparison against generated/system annotations. This should never by Sam Berlin · 10 years ago
  10. 0ec824f Update README.md by Sam Berlin · 10 years ago
  11. 77d1bae update scripts to point to new docs top level directory. by Sam Berlin · 10 years ago
  12. be5746f Put secure block in the right spot in .travis.yml. by Sam Berlin · 10 years ago
  13. 9ddd15a Merge pull request #814 from google/moe_writing_branch_from_76be88e8140f77a25824f5deb67bb13b8e5dabc6 by Christian Edward Gruber · 10 years ago
  14. 94d0a15 More flake fixing: don't assume methods come in a certain order. Super strange by Sam Berlin · 10 years ago
  15. 842f351 Add support for OptionalBinder to link to normal bindings of that type if by Sam Berlin · 10 years ago
  16. 6ae9ff6 Wrap GcFinalization usage around wrappers that also await a ReferenceQueue. I by Sam Berlin · 10 years ago
  17. c66f08e Automated g4 rollback of changelist 70738452. by Sam Berlin · 10 years ago
  18. 8f89a23 Automated g4 rollback of changelist 70734332. by Sam Berlin · 10 years ago
  19. 9040306 Simplify OptionalBinder implementation to not delegate to a MapBinder. by Sam Berlin · 10 years ago
  20. 9c583bc Update secure token. by Sam Berlin · 10 years ago
  21. 4b8795e fix jdiff ant target by Sam Berlin · 10 years ago
  22. 7b9fb9d /dev/null != dev/null by Sam Berlin · 10 years ago
  23. 3d407b7 Merge pull request #813 from sameb/cleanup-docs by Sam Berlin · 10 years ago
  24. 9abee23 one line -> many by Sam Berlin · 10 years ago
  25. 44168d4 only gen the docs on the ant build. by Sam Berlin · 10 years ago
  26. f916d12 add after-success to travis. by Sam Berlin · 10 years ago
  27. 7165876 Update travis.yml to auto-publish javadoc & jdiff on changes, update javadoc/jdiff scripts to make it work. by Sam Berlin · 10 years ago
  28. 7f4b353 Merge pull request #812 from cgruber/travis by Christian Edward Gruber · 10 years ago
  29. 83cfc50 Merge branch 'master' of github.com:google/guice by Sam Berlin · 10 years ago
  30. f625cc3 remove latest-javadoc, javadoc & individual api-diff dirs since they're stored in gh-pages now. by Sam Berlin · 10 years ago
  31. 48efa1f remove latest-javadoc, javadoc & individual api-diff dirs since they're stored in gh-pages now. by travis-ci · 10 years ago
  32. de2b43e Make maven build only fail at the end, so extensions that fail won't short-circuit other independent extensions. by Christian Edward Gruber · 10 years ago
  33. ce2f2e7 remove extra whitelisted branches. by Christian Edward Gruber · 10 years ago
  34. 6b75abb Add a travis CI configuration file. by Christian Edward Gruber · 10 years ago
  35. 279ddfa Update README.md by sam · 10 years ago
  36. bf0e7ce Update README.md by sameb · 10 years ago
  37. a8de49c Update README.md by sameb · 10 years ago
  38. c59c3e3 Create README.md by sameb · 10 years ago
  39. 76be88e Detect overrides of @Provides method and add an error for each one. by Sam Berlin · 10 years ago
  40. 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
  41. c00df28 Automated code cleanups by internal tool. by Sam Berlin · 10 years ago
  42. 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
  43. 332041c Various style cleanups to BoundFieldModule & test. by Sam Berlin · 10 years ago
  44. 8d88344 Test for issue #571 by Dhanji R. Prasanna · 10 years ago
  45. 53a5936 Ignore synthetic bridge methods during provider method lookup. by Sam Berlin · 10 years ago
  46. 0c69c36 Fix for build break from servlets patch by Dhanji R. Prasanna · 10 years ago
  47. f39b8fd Review comments by Dhanji R. Prasanna · 10 years ago
  48. 3b02622 Snapshot cookies in continuing request to prevent mutation side effects by Dhanji R. Prasanna · 10 years ago
  49. 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
  50. 409e0f5 Try to use cglibs FastClass to invoke @Provides methods, it's faster! by Sam Berlin · 10 years ago
  51. 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
  52. 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
  53. 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
  54. 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
  55. 20dd9af Automated rollback. by Sam Berlin · 10 years ago
  56. 615f61f Implement hashCode and equals in FactoryProvider/FactoryProvider2, with the aim of allowing Guice to dedupe bindings. by Sam Berlin · 10 years ago
  57. 628ec00 Make WeakKeySet less susceptible to programming errors by making the backingMap key a concrete type. by Sam Berlin · 10 years ago
  58. 4754a22 Add equals/hashCode to Providers.guicify(...) results. by Sam Berlin · 10 years ago
  59. 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
  60. 269f2f6 Fix issue 379 -- strip the query off the URI when checking to see if the by Sam Berlin · 10 years ago
  61. f5349cd Use the correct key to check for blacklisting of multibound elements. by Sam Berlin · 10 years ago
  62. 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
  63. 647b24f Fix external issue 755. Grapher config was wrong. by Sam Berlin · 10 years ago
  64. c35ebc2 Fix external issue 372 -- only scrub the pathInfo if the servletPath actually by Sam Berlin · 10 years ago
  65. c7ae433 Add BoundFieldModule to automatically bind @Bind annotated fields to their by Sam Berlin · 10 years ago
  66. a5b2b1f Suppress compiler errors reported by an error-prone checker ([]) for tests. by Sam Berlin · 10 years ago
  67. 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
  68. 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
  69. c013fac *** Reason for rollback *** by Sam Berlin · 10 years ago
  70. 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
  71. bab9b60 Enhance WeakKeySet to auto evict keys and avoid calling toString on Keys. by Christian Edward Gruber · 10 years ago
  72. cc8870b Add OptionalBinderTest into multibindings AllTests. by Christian Edward Gruber · 10 years ago
  73. 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
  74. 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
  75. 4ab2a90 Memoize Key#toString() to reduce allocations. by Christian Edward Gruber · 10 years ago
  76. 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
  77. a78c488 Fix up API diffs upload script. by Christian Edward Gruber · 10 years ago
  78. 509e354 Added updated 4.0 api diffs. by Christian Edward Gruber · 10 years ago
  79. 47e16bf Revert "Added updated 4.0 api diffs." by Christian Edward Gruber · 10 years ago
  80. 016d079 Fix uploadJavadocs.sh script to work with git. by Christian Edward Gruber · 10 years ago
  81. 154c0bd Added updated Javadocs. by Christian Edward Gruber · 10 years ago
  82. 8240b43 Added updated 4.0 api diffs. by Christian Edward Gruber · 10 years ago
  83. 80ed818 Fix .gitignore to account for extensions. by Christian Edward Gruber · 10 years ago
  84. b6c35cd Update the opensource jars to asm 5.0, fix up the POMs & ant scripts. by Sam Berlin · 10 years ago
  85. 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
  86. 29ce12b Add an SPI for @Provides methods (using the extensions SPI) so that users can by Sam Berlin · 10 years ago
  87. 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
  88. c33e73c Improve OutOfScopeException so that it tells you which key it was trying to by Sam Berlin · 10 years ago
  89. 8ad60eb Change LinkedBindingBuilder.toProvider(Provider) to accept a jsr330 provider, by Sam Berlin · 10 years ago
  90. 883fe03 Make ServletScopes#scopeRequest slightly more efficient for larger seed maps. by Sam Berlin · 10 years ago
  91. 41c1c29 Add ignores for ant build spam. by Christian Edward Gruber · 10 years ago
  92. 3236b10 Replace guava 11 with 16 and extract Guava as a separate dependency. by Christian Edward Gruber · 10 years ago
  93. bb63dc1 Revert parts of the .gitignore fix related to ant. by Christian Edward Gruber · 10 years ago
  94. a2aab02 update gitignore to properly avoid maven target folders. by Christian Edward Gruber · 10 years ago
  95. e91540e Fixes issue 652. Allow method interceptors to capture the method & call it later from a by Sam Berlin · 10 years ago
  96. 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
  97. 31d8fbf Fix issue 723 -- minor optimizations to TypeConverterBindingProcessor. by Sam Berlin · 10 years ago
  98. 95295fd Add latest api diffs & latest javadoc again. by Sam Berlin · 10 years ago
  99. 7533957 delete latest-javadoc & latest-api-diffs one more time to try this again... by Sam Berlin · 10 years ago
  100. 1c2a6ad fix jdiff to point to correct javadoc location, and fix javadoc to have --since for 3.0. by Sam Berlin · 10 years ago