1. 9923333 Move the references to javax.servlet into the anonymous class by Jonathan Haber · 10 years ago
  2. 8d59cf3 Update README.md by Sam Berlin · 10 years ago
  3. f396c56 Merge pull request #855 from cgdecker/repository by Colin Decker · 10 years ago
  4. a7e52fc Override release repository from parent to use https, which is now required. by Colin Decker · 10 years ago
  5. 74b915b Merge pull request #854 from google/moe_writing_branch_from_3f02dd5fe0748fb8ab9b3f3682b96b6c8e6d7815 by Sam Berlin · 10 years ago
  6. 1433eff Delete unused code from WeakKeySet. by dweis · 10 years ago
  7. b159fc5 Presize collections in MapBinder and Multibinder providers. by lukes · 10 years ago
  8. 43c3b68 Add a lazy option to @Bind. by lukes · 10 years ago
  9. 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
  10. 37f39b5 Merge pull request #851 from tavianator/de-duplicate-scopes by Sam Berlin · 10 years ago
  11. d1e965c De-duplicate equivalent scope bindings. by Tavian Barnes · 10 years ago
  12. a1f464d Merge pull request #838 from mcculls/misc-build-improvements by Sam Berlin · 10 years ago
  13. 2fb23e3 Miscellaneous build improvements: by Stuart McCulloch · 10 years ago
  14. 4ea2c2a Merge pull request #835 from also/patch-1 by Sam Berlin · 10 years ago
  15. a7a1f34 Merge pull request #833 from sameb/fix-compare by Sam Berlin · 10 years ago
  16. 0583644 fix typo in javadoc by Ryan Berdeen · 10 years ago
  17. 3f02dd5 Merge pull request #834 from google/moe_writing_branch_from_5b65f8c4dcf95a89d3b5ace2dbee3e54fa963722 by Sam Berlin · 10 years ago
  18. c8836d3 comment out the no-aop build for comparisons by Sam Berlin · 10 years ago
  19. 4faa20e Updating Multibinder to support injection of Collection<Provider<T>> alongside the usual Set<T>. by Sam Berlin · 10 years ago
  20. 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
  21. 22d4cca Fix the compareBuilds script (compares mvn vs ant generated jars) & add it to travis (before publishing snapshots). Comment out comparing the noaop builds since they're different right now, and update to asm 5.0.3 (which was a source of a difference). by Sam Berlin · 10 years ago
  22. fd493c0 Merge pull request #832 from sameb/publish-snapshots by Sam Berlin · 10 years ago
  23. c15e74a Move utility scripts to util dir, add secure vars to CI username/pwd, update POM to use canonical snapshot dir, add support for snapshot on succesful commit in Travis. by Sam Berlin · 10 years ago
  24. c229763 Merge pull request #831 from sameb/rm-custom-sonatype-deployment by Sam Berlin · 10 years ago
  25. f4d33ba remove custom sonatype deployment profile by Sam Berlin · 10 years ago
  26. 74bf84b Merge pull request #829 from google/moe_writing_branch_from_5b65f8c4dcf95a89d3b5ace2dbee3e54fa963722 by Sam Berlin · 10 years ago
  27. e5abfb2 Do some extra casting to workaround jdk6 compilation issues in SpiUtils. by Sam Berlin · 10 years ago
  28. 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
  29. c34e018 Implement binding deduplication for multibinder & mapbinder in a different way. by Sam Berlin · 10 years ago
  30. 22de684 Fix typo in JavaDoc for c.g.inject.internal.MoreTypes#getGenericSupertype by Sam Berlin · 10 years ago
  31. 1285790 Guice: Fix for issue 295 (@ProvidedBy doesn't work with enums) by Sam Berlin · 10 years ago
  32. 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
  33. 2c80ab4 Merge pull request #827 from sameb/fix-javadoc-everywhere by Sam Berlin · 10 years ago
  34. 310d3ad Only suppress doclint on java8+ profiles by Sam Berlin · 10 years ago
  35. c6c118f Add closing parens to FactoryModuleBuilder javadoc samples by Sam Berlin · 10 years ago
  36. 173d733 remove timestamp from javadoc by Sam Berlin · 10 years ago
  37. a73f78a Merge pull request #823 from google/moe_writing_branch_from_5b65f8c4dcf95a89d3b5ace2dbee3e54fa963722 by Sam Berlin · 10 years ago
  38. 58d6074 Set a bit in ProviderMethodsModule to see if we are generating provider methods for gin. If we are, skip fast class generation. by Sam Berlin · 10 years ago
  39. 5372e8a Redirect latest javadoc page by Sam Berlin · 10 years ago
  40. e517637 Merge pull request #822 from sameb/no-doclava by Sam Berlin · 10 years ago
  41. 3f84edf Fix spacing for Struts2GuicePluginModule by Sam Berlin · 10 years ago
  42. cce0fcd Publish javadocs using jdk8, not jdk7. by Sam Berlin · 10 years ago
  43. 6b3086d Cleanup javadocs. This makes the following changes: by Sam Berlin · 10 years ago
  44. 1aa8696 Merge pull request #820 from lindenbaum/master by Sam Berlin · 10 years ago
  45. 5eb2249 Fix issue 597 -- Adds copyright header. by Fridolin Jackstadt · 10 years ago
  46. 6357239 Fix issue 597 -- JUnit 3 style by Fridolin Jackstadt · 10 years ago
  47. 5b65f8c Merge pull request #821 from google/moe_writing_branch_from_76be88e8140f77a25824f5deb67bb13b8e5dabc6 by Sam Berlin · 10 years ago
  48. 7715581 Fix last flaky test (that I know of). The problem was we were asserting that something existed in a child injector (through inference, by checking it was in the parent blacklist), but if GC ran it could have been ejected from the parent blacklist (since the child injector isn't strongly referenced anywhere). by Sam Berlin · 10 years ago
  49. 50b3d3d Add java8 to travis. by Sam Berlin · 10 years ago
  50. a0dba5f Create CONTRIBUTING.md, copied from Truth's. by Sam Berlin · 10 years ago
  51. cb610bf Fix issue 597 -- entity manager is properly removed even if close operation fails + unit test. by Fridolin Jackstadt · 10 years ago
  52. c8bdc59 Merge pull request #818 from sameb/fix-mvn by Sam Berlin · 10 years ago
  53. 6e28421 Re-add quiet for mvn install, things look better by Sam Berlin · 10 years ago
  54. 394c8ed Fix Travis maven build to download from central by Sam Berlin · 10 years ago
  55. 0983219 Merge pull request #816 from cgruber/ci by Christian Edward Gruber · 10 years ago
  56. fb45f76 restore the test phase to the preparations, and skip the tests (but unquiet the build overall). by Christian Edward Gruber · 10 years ago
  57. 804fed5 shorten (and un-quiet) the install phase in travis. by Christian Edward Gruber · 10 years ago
  58. d3f5d13 Update README.md by Sam Berlin · 10 years ago
  59. 0c27536 Merge pull request #815 from google/moe_writing_branch_from_76be88e8140f77a25824f5deb67bb13b8e5dabc6 by Sam Berlin · 10 years ago
  60. 0558b32 Update references in code & configuration to point to github instead of by Sam Berlin · 10 years ago
  61. d08bba9 More flake fixing: Refactor WeakKeySetUtils into one spot, make everything use by Sam Berlin · 10 years ago
  62. 08125e9 Fix equal comparison against generated/system annotations. This should never by Sam Berlin · 10 years ago
  63. 0ec824f Update README.md by Sam Berlin · 10 years ago
  64. 77d1bae update scripts to point to new docs top level directory. by Sam Berlin · 10 years ago
  65. be5746f Put secure block in the right spot in .travis.yml. by Sam Berlin · 10 years ago
  66. 9ddd15a Merge pull request #814 from google/moe_writing_branch_from_76be88e8140f77a25824f5deb67bb13b8e5dabc6 by Christian Edward Gruber · 10 years ago
  67. 94d0a15 More flake fixing: don't assume methods come in a certain order. Super strange by Sam Berlin · 10 years ago
  68. 842f351 Add support for OptionalBinder to link to normal bindings of that type if by Sam Berlin · 10 years ago
  69. 6ae9ff6 Wrap GcFinalization usage around wrappers that also await a ReferenceQueue. I by Sam Berlin · 10 years ago
  70. c66f08e Automated g4 rollback of changelist 70738452. by Sam Berlin · 10 years ago
  71. 8f89a23 Automated g4 rollback of changelist 70734332. by Sam Berlin · 10 years ago
  72. 9040306 Simplify OptionalBinder implementation to not delegate to a MapBinder. by Sam Berlin · 10 years ago
  73. 9c583bc Update secure token. by Sam Berlin · 10 years ago
  74. 4b8795e fix jdiff ant target by Sam Berlin · 10 years ago
  75. 7b9fb9d /dev/null != dev/null by Sam Berlin · 10 years ago
  76. 3d407b7 Merge pull request #813 from sameb/cleanup-docs by Sam Berlin · 10 years ago
  77. 9abee23 one line -> many by Sam Berlin · 10 years ago
  78. 44168d4 only gen the docs on the ant build. by Sam Berlin · 10 years ago
  79. f916d12 add after-success to travis. by Sam Berlin · 10 years ago
  80. 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
  81. 7f4b353 Merge pull request #812 from cgruber/travis by Christian Edward Gruber · 10 years ago
  82. 83cfc50 Merge branch 'master' of github.com:google/guice by Sam Berlin · 10 years ago
  83. f625cc3 remove latest-javadoc, javadoc & individual api-diff dirs since they're stored in gh-pages now. by Sam Berlin · 10 years ago
  84. 48efa1f remove latest-javadoc, javadoc & individual api-diff dirs since they're stored in gh-pages now. by travis-ci · 10 years ago
  85. 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
  86. ce2f2e7 remove extra whitelisted branches. by Christian Edward Gruber · 10 years ago
  87. 6b75abb Add a travis CI configuration file. by Christian Edward Gruber · 10 years ago
  88. 279ddfa Update README.md by sam · 10 years ago
  89. bf0e7ce Update README.md by sameb · 10 years ago
  90. a8de49c Update README.md by sameb · 10 years ago
  91. c59c3e3 Create README.md by sameb · 10 years ago
  92. 76be88e Detect overrides of @Provides method and add an error for each one. by Sam Berlin · 10 years ago
  93. 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
  94. c00df28 Automated code cleanups by internal tool. by Sam Berlin · 10 years ago
  95. 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
  96. 332041c Various style cleanups to BoundFieldModule & test. by Sam Berlin · 10 years ago
  97. 8d88344 Test for issue #571 by Dhanji R. Prasanna · 10 years ago
  98. 53a5936 Ignore synthetic bridge methods during provider method lookup. by Sam Berlin · 10 years ago
  99. 0c69c36 Fix for build break from servlets patch by Dhanji R. Prasanna · 10 years ago
  100. f39b8fd Review comments by Dhanji R. Prasanna · 10 years ago