1. d0e92a7 Change jdk8 profile in pom.xml to use the <reporting> element rather than <reportPlugins>. by cgdecker · 9 years ago
  2. 1bf1e9e Add the source of the binding when mapbinder/multibinder fail because of a null by sameb · 9 years ago
  3. ac3cf7c Remove usages of '_' as a one-character identifier by cushon · 9 years ago
  4. eee0710 Merge pull request #889 from tavianator/require-explicit-same-injector by Sam Berlin · 9 years ago
  5. fdbdc63 Fix linked binding behavior with requireExplicitBindings() in the parent. by Tavian Barnes · 9 years ago
  6. a59c18d Better error message checks in JitBindingsTest. by Tavian Barnes · 9 years ago
  7. 6c9726f Clarify some documentation about linked bindings and child injectors. by Tavian Barnes · 9 years ago
  8. 1dd0a91 Fix https://github.com/google/guice/issues/888. by Tavian Barnes · 9 years ago
  9. ce7daa9 Merge pull request #885 from google/moe_writing_branch_from_1215316c7bae68bde9133f8fffa43c074c156633 by Sam Berlin · 9 years ago
  10. ba0cff0 Fix for https://github.com/google/guice/issues/884 -- don't let by sameb · 9 years ago
  11. 0604fc7 Merge pull request #878 from google/moe_writing_branch_from_1215316c7bae68bde9133f8fffa43c074c156633 by Sam Berlin · 10 years ago
  12. 3c0a500 rm unchecked suppression. by Sam Berlin · 10 years ago
  13. 0c3a880 Robustness: wrap any calls to System.getProperty in case security is enabled. by Stuart McCulloch · 10 years ago
  14. 4f6c567 Adds a test that explicitly tests all of the bindings created by MapBinder. by flan · 10 years ago
  15. bed1413 Adds a binding for Collection<javax.inject.Provider<E>> to Multibinder. by flan · 10 years ago
  16. 615fd2b Make SpiUtils tests more accurate by multiplying the expected results instead by flan · 10 years ago
  17. f618960 Simplifies MapBinder by moving Key generation to RealMapBinder's constructor. by flan · 10 years ago
  18. 9c8b618 Simplifies Multibinder by moving Key generation to RealMultibinder's by flan · 10 years ago
  19. b0ced51 Merge pull request #874 from tbroyer/guice-bom by Sam Berlin · 10 years ago
  20. 3b76b6f Add "BOM" (Bill of Materials) for easier use with Maven by Thomas Broyer · 10 years ago
  21. 1215316 Merge pull request #868 from google/moe_writing_branch_from_2b4dd1617e61fac3869381e9e7728b488badc5e2 by Sam Berlin · 10 years ago
  22. d7aa953 Making Singleton's creation lock less coarse. by timofeyb · 10 years ago
  23. 03c2bbf Change ${parent.version} to ${project.version} since Maven apparently complains about ${parent.version}. by cgdecker · 10 years ago
  24. 377e161 Merge pull request #864 from google/moe_writing_branch_from_2b4dd1617e61fac3869381e9e7728b488badc5e2 by Sam Berlin · 10 years ago
  25. 0f59e8c Fix stupid typos. by cgdecker · 10 years ago
  26. d7d9d2a Update jdk8-tests/pom.xml to not inherit jar plugin settings from the parent. by cgdecker · 10 years ago
  27. 1de48d2 Explicitly mark sh files as executable. by Sam Berlin · 10 years ago
  28. cd92207 Add missing imports to make Java8LanguageFeatureBindingTest actually compile. by cgdecker · 10 years ago
  29. 35c2b31 Add a .gitattributes file to force consistent line endings in text files. by sameb · 10 years ago
  30. ded13a7 Add a Maven module for JDK8-specific tests to open-source Guice. by cgdecker · 10 years ago
  31. e73f22b Merge pull request #863 from google/moe_writing_branch_from_2b4dd1617e61fac3869381e9e7728b488badc5e2 by Sam Berlin · 10 years ago
  32. 136bc20 Remove all .iml and .ipr IntelliJ project files and add IntelliJ project files and directories to .gitignore. by cgdecker · 10 years ago
  33. 98be102 Sync EnsureJpaCanTakeObjectsInPropertiesTest by Sam Berlin · 10 years ago
  34. 0daf9e7 Merge pull request #862 from backuitist/patch-1 by Sam Berlin · 10 years ago
  35. 3d49442 Fix RequestDispatcherRequestWrapper inconsistency between `getRequestURI` and `getRequestURL` by Bruno Bieth · 10 years ago
  36. c040e37 Merge pull request #860 from cstamas/issue-745-pathInfo-decode by Sam Berlin · 10 years ago
  37. 41c126f Issue #745: PathInfo not encoded by Tamas Cservenak · 10 years ago
  38. 2b4dd16 Merge pull request #859 from google/moe_writing_branch_from_74b915b1eaa6de6b5efcf905b346b24ff563bbbb by Sam Berlin · 10 years ago
  39. 1d3f8cd Add support for java.util.Optional, reflectively. If the class exists, we bind by sameb · 10 years ago
  40. d135889 Merge pull request #839 from magnayn/master by Sam Berlin · 10 years ago
  41. d8d5819 Introduce a test that shows a JPA provider being passed a datasource by Nigel Magnay · 10 years ago
  42. aa2f2dc Update tests to use JPA 2.0. by Nigel Magnay · 10 years ago
  43. 6084d8f Allow JPA properties to be Objects as well as simple strings. by Nigel Magnay · 10 years ago
  44. 3f1d2e4 Merge pull request #845 from mcculls/add-missing-license-headers by Sam Berlin · 10 years ago
  45. 6247159 Results of 'mvn license:format -N' plus some minor tweaking by Stuart McCulloch · 10 years ago
  46. 4ad6256 Use 'mvn license:format -N' at top of project to add missing headers by Stuart McCulloch · 10 years ago
  47. d520c6e Merge pull request #857 from HiJon89/master by Sam Berlin · 10 years ago
  48. 9923333 Move the references to javax.servlet into the anonymous class by Jonathan Haber · 10 years ago
  49. 8d59cf3 Update README.md by Sam Berlin · 10 years ago
  50. f396c56 Merge pull request #855 from cgdecker/repository by Colin Decker · 10 years ago
  51. a7e52fc Override release repository from parent to use https, which is now required. by Colin Decker · 10 years ago
  52. 74b915b Merge pull request #854 from google/moe_writing_branch_from_3f02dd5fe0748fb8ab9b3f3682b96b6c8e6d7815 by Sam Berlin · 10 years ago
  53. 1433eff Delete unused code from WeakKeySet. by dweis · 10 years ago
  54. b159fc5 Presize collections in MapBinder and Multibinder providers. by lukes · 10 years ago
  55. 43c3b68 Add a lazy option to @Bind. by lukes · 10 years ago
  56. 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
  57. 37f39b5 Merge pull request #851 from tavianator/de-duplicate-scopes by Sam Berlin · 10 years ago
  58. d1e965c De-duplicate equivalent scope bindings. by Tavian Barnes · 10 years ago
  59. a1f464d Merge pull request #838 from mcculls/misc-build-improvements by Sam Berlin · 10 years ago
  60. 2fb23e3 Miscellaneous build improvements: by Stuart McCulloch · 10 years ago
  61. 4ea2c2a Merge pull request #835 from also/patch-1 by Sam Berlin · 10 years ago
  62. a7a1f34 Merge pull request #833 from sameb/fix-compare by Sam Berlin · 10 years ago
  63. 0583644 fix typo in javadoc by Ryan Berdeen · 10 years ago
  64. 3f02dd5 Merge pull request #834 from google/moe_writing_branch_from_5b65f8c4dcf95a89d3b5ace2dbee3e54fa963722 by Sam Berlin · 10 years ago
  65. c8836d3 comment out the no-aop build for comparisons by Sam Berlin · 10 years ago
  66. 4faa20e Updating Multibinder to support injection of Collection<Provider<T>> alongside the usual Set<T>. by Sam Berlin · 10 years ago
  67. 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
  68. 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
  69. fd493c0 Merge pull request #832 from sameb/publish-snapshots by Sam Berlin · 10 years ago
  70. 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
  71. c229763 Merge pull request #831 from sameb/rm-custom-sonatype-deployment by Sam Berlin · 10 years ago
  72. f4d33ba remove custom sonatype deployment profile by Sam Berlin · 10 years ago
  73. 74bf84b Merge pull request #829 from google/moe_writing_branch_from_5b65f8c4dcf95a89d3b5ace2dbee3e54fa963722 by Sam Berlin · 10 years ago
  74. e5abfb2 Do some extra casting to workaround jdk6 compilation issues in SpiUtils. by Sam Berlin · 10 years ago
  75. 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
  76. c34e018 Implement binding deduplication for multibinder & mapbinder in a different way. by Sam Berlin · 10 years ago
  77. 22de684 Fix typo in JavaDoc for c.g.inject.internal.MoreTypes#getGenericSupertype by Sam Berlin · 10 years ago
  78. 1285790 Guice: Fix for issue 295 (@ProvidedBy doesn't work with enums) by Sam Berlin · 10 years ago
  79. 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
  80. 2c80ab4 Merge pull request #827 from sameb/fix-javadoc-everywhere by Sam Berlin · 10 years ago
  81. 310d3ad Only suppress doclint on java8+ profiles by Sam Berlin · 10 years ago
  82. c6c118f Add closing parens to FactoryModuleBuilder javadoc samples by Sam Berlin · 10 years ago
  83. 173d733 remove timestamp from javadoc by Sam Berlin · 10 years ago
  84. a73f78a Merge pull request #823 from google/moe_writing_branch_from_5b65f8c4dcf95a89d3b5ace2dbee3e54fa963722 by Sam Berlin · 10 years ago
  85. 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
  86. 5372e8a Redirect latest javadoc page by Sam Berlin · 10 years ago
  87. e517637 Merge pull request #822 from sameb/no-doclava by Sam Berlin · 10 years ago
  88. 3f84edf Fix spacing for Struts2GuicePluginModule by Sam Berlin · 10 years ago
  89. cce0fcd Publish javadocs using jdk8, not jdk7. by Sam Berlin · 10 years ago
  90. 6b3086d Cleanup javadocs. This makes the following changes: by Sam Berlin · 10 years ago
  91. 1aa8696 Merge pull request #820 from lindenbaum/master by Sam Berlin · 10 years ago
  92. 5eb2249 Fix issue 597 -- Adds copyright header. by Fridolin Jackstadt · 10 years ago
  93. 6357239 Fix issue 597 -- JUnit 3 style by Fridolin Jackstadt · 10 years ago
  94. 5b65f8c Merge pull request #821 from google/moe_writing_branch_from_76be88e8140f77a25824f5deb67bb13b8e5dabc6 by Sam Berlin · 10 years ago
  95. 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
  96. 50b3d3d Add java8 to travis. by Sam Berlin · 10 years ago
  97. a0dba5f Create CONTRIBUTING.md, copied from Truth's. by Sam Berlin · 10 years ago
  98. cb610bf Fix issue 597 -- entity manager is properly removed even if close operation fails + unit test. by Fridolin Jackstadt · 10 years ago
  99. c8bdc59 Merge pull request #818 from sameb/fix-mvn by Sam Berlin · 10 years ago
  100. 6e28421 Re-add quiet for mvn install, things look better by Sam Berlin · 10 years ago