1. 3472284 Merge pull request #916 from benmccann/missing-since by Sam Berlin · 9 years ago
  2. bac730f Add missing @since tags for 4.0 by Ben McCann · 9 years ago
  3. e3f5566 Merge pull request #915 from google/moe_writing_branch_from_156c8cc762fab971efb727c7ab107fa243be2fc9 by Sam Berlin · 9 years ago
  4. 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
  5. 5e6c933 Implement more granular locks for a Singleton scope in Guice. by timofeyb · 9 years ago
  6. 6c85843 Add a default value and make it true for dagger & guice MapKey. by sameb · 9 years ago
  7. 06669e7 Merge pull request #911 from mcculls/dependency-stack-performance by Sam Berlin · 9 years ago
  8. 6b79ff8 Change initial DependencyStack size from 10 to 16 by Stuart McCulloch · 9 years ago
  9. fef0dd6 Merge pull request #912 from google/moe-changes by Sam Berlin · 9 years ago
  10. 825f8c1 Some work on issue 910 -- ensure that anonymous keys & typeliterals don't by sameb · 9 years ago
  11. 02c489e Fix ModuleAnnotatedMethodScanners so that they scan modules installed in by sameb · 9 years ago
  12. fb04cae Add ability to not scope exception to RemoteProviderBinder by cnester · 9 years ago
  13. af6a1df Move detailed javadoc description down to implementation class by Stuart McCulloch · 9 years ago
  14. 1f9c76b Improve performance of internal DependencyStack collection by Stuart McCulloch · 9 years ago
  15. 156c8cc Merge pull request #905 from google/moe_writing_branch_from_b605a34702d8d8112983aca891e3e2b6987ec45e by Sam Berlin · 9 years ago
  16. 85f14e0 Further fixes for https://github.com/google/guice/issues/904 -- java8 generates by sameb · 9 years ago
  17. 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
  18. 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
  19. 9ba15fe s/Set/Optional and fix grammar. by sameb · 9 years ago
  20. 0b33461 Add a @ProvidesInto{Set,Map,Optional} & MultibindingsScanner that allow users by sameb · 9 years ago
  21. 54da0e3 Rework the public API into scanning for additional @Provides-like annotations. by sameb · 9 years ago
  22. a363105 Fix https://github.com/google/guice/issues/904 -- assistedinject factory method by sameb · 9 years ago
  23. 0910c1e Create a dagger/guice interoperability library, which permits (with limitations) the use of Dagger modules in Guice. by cgruber · 9 years ago
  24. 32780fa Update OptionalBinder javadoc comment to use toInstance() vs to() when a binding value is used. by christophf · 9 years ago
  25. 7445e44 Fix ElementSource attribution for ModuleAnnotatedMethodScanner bindings. by sameb · 9 years ago
  26. 9be698d Minor optimizations to InternalContext by lukes · 9 years ago
  27. 7ddc816 Merge pull request #902 from google/merge-moe-changes by Sam Berlin · 9 years ago
  28. 74519f5 Only warn one per dependency, otherwise log spam can destroy disks. This time w/o using Sets.newConcurrentHashSet., by sameb · 9 years ago
  29. e18906a Add some SPI methods to allow users to annotate Module methods with arbitrary by sameb · 9 years ago
  30. 9867f9c Implement my old patch for issue #366, with some tweaks. This does the by sameb · 9 years ago
  31. f11bf2d Make Guice ignore validation of scope annotations on abstract types for types annotated with @Component. This allows one to provide Dagger Components with Guice Injectors. by dweis · 9 years ago
  32. b605a34 Merge pull request #897 from google/moe_writing_branch_from_1215316c7bae68bde9133f8fffa43c074c156633 by Sam Berlin · 9 years ago
  33. 60826c0 Optimization: move ParameterizedTypeImpl checks out of line. by bulach · 9 years ago
  34. d0e92a7 Change jdk8 profile in pom.xml to use the <reporting> element rather than <reportPlugins>. by cgdecker · 9 years ago
  35. 1bf1e9e Add the source of the binding when mapbinder/multibinder fail because of a null by sameb · 9 years ago
  36. ac3cf7c Remove usages of '_' as a one-character identifier by cushon · 9 years ago
  37. eee0710 Merge pull request #889 from tavianator/require-explicit-same-injector by Sam Berlin · 9 years ago
  38. fdbdc63 Fix linked binding behavior with requireExplicitBindings() in the parent. by Tavian Barnes · 9 years ago
  39. a59c18d Better error message checks in JitBindingsTest. by Tavian Barnes · 9 years ago
  40. 6c9726f Clarify some documentation about linked bindings and child injectors. by Tavian Barnes · 9 years ago
  41. 1dd0a91 Fix https://github.com/google/guice/issues/888. by Tavian Barnes · 9 years ago
  42. ce7daa9 Merge pull request #885 from google/moe_writing_branch_from_1215316c7bae68bde9133f8fffa43c074c156633 by Sam Berlin · 9 years ago
  43. ba0cff0 Fix for https://github.com/google/guice/issues/884 -- don't let by sameb · 9 years ago
  44. 0604fc7 Merge pull request #878 from google/moe_writing_branch_from_1215316c7bae68bde9133f8fffa43c074c156633 by Sam Berlin · 10 years ago
  45. 3c0a500 rm unchecked suppression. by Sam Berlin · 10 years ago
  46. 0c3a880 Robustness: wrap any calls to System.getProperty in case security is enabled. by Stuart McCulloch · 10 years ago
  47. 4f6c567 Adds a test that explicitly tests all of the bindings created by MapBinder. by flan · 10 years ago
  48. bed1413 Adds a binding for Collection<javax.inject.Provider<E>> to Multibinder. by flan · 10 years ago
  49. 615fd2b Make SpiUtils tests more accurate by multiplying the expected results instead by flan · 10 years ago
  50. f618960 Simplifies MapBinder by moving Key generation to RealMapBinder's constructor. by flan · 10 years ago
  51. 9c8b618 Simplifies Multibinder by moving Key generation to RealMultibinder's by flan · 10 years ago
  52. b0ced51 Merge pull request #874 from tbroyer/guice-bom by Sam Berlin · 10 years ago
  53. 3b76b6f Add "BOM" (Bill of Materials) for easier use with Maven by Thomas Broyer · 10 years ago
  54. 1215316 Merge pull request #868 from google/moe_writing_branch_from_2b4dd1617e61fac3869381e9e7728b488badc5e2 by Sam Berlin · 10 years ago
  55. d7aa953 Making Singleton's creation lock less coarse. by timofeyb · 10 years ago
  56. 03c2bbf Change ${parent.version} to ${project.version} since Maven apparently complains about ${parent.version}. by cgdecker · 10 years ago
  57. 377e161 Merge pull request #864 from google/moe_writing_branch_from_2b4dd1617e61fac3869381e9e7728b488badc5e2 by Sam Berlin · 10 years ago
  58. 0f59e8c Fix stupid typos. by cgdecker · 10 years ago
  59. d7d9d2a Update jdk8-tests/pom.xml to not inherit jar plugin settings from the parent. by cgdecker · 10 years ago
  60. 1de48d2 Explicitly mark sh files as executable. by Sam Berlin · 10 years ago
  61. cd92207 Add missing imports to make Java8LanguageFeatureBindingTest actually compile. by cgdecker · 10 years ago
  62. 35c2b31 Add a .gitattributes file to force consistent line endings in text files. by sameb · 10 years ago
  63. ded13a7 Add a Maven module for JDK8-specific tests to open-source Guice. by cgdecker · 10 years ago
  64. e73f22b Merge pull request #863 from google/moe_writing_branch_from_2b4dd1617e61fac3869381e9e7728b488badc5e2 by Sam Berlin · 10 years ago
  65. 136bc20 Remove all .iml and .ipr IntelliJ project files and add IntelliJ project files and directories to .gitignore. by cgdecker · 10 years ago
  66. 98be102 Sync EnsureJpaCanTakeObjectsInPropertiesTest by Sam Berlin · 10 years ago
  67. 0daf9e7 Merge pull request #862 from backuitist/patch-1 by Sam Berlin · 10 years ago
  68. 3d49442 Fix RequestDispatcherRequestWrapper inconsistency between `getRequestURI` and `getRequestURL` by Bruno Bieth · 10 years ago
  69. c040e37 Merge pull request #860 from cstamas/issue-745-pathInfo-decode by Sam Berlin · 10 years ago
  70. 41c126f Issue #745: PathInfo not encoded by Tamas Cservenak · 10 years ago
  71. 2b4dd16 Merge pull request #859 from google/moe_writing_branch_from_74b915b1eaa6de6b5efcf905b346b24ff563bbbb by Sam Berlin · 10 years ago
  72. 1d3f8cd Add support for java.util.Optional, reflectively. If the class exists, we bind by sameb · 10 years ago
  73. d135889 Merge pull request #839 from magnayn/master by Sam Berlin · 10 years ago
  74. d8d5819 Introduce a test that shows a JPA provider being passed a datasource by Nigel Magnay · 10 years ago
  75. aa2f2dc Update tests to use JPA 2.0. by Nigel Magnay · 10 years ago
  76. 6084d8f Allow JPA properties to be Objects as well as simple strings. by Nigel Magnay · 10 years ago
  77. 3f1d2e4 Merge pull request #845 from mcculls/add-missing-license-headers by Sam Berlin · 10 years ago
  78. 6247159 Results of 'mvn license:format -N' plus some minor tweaking by Stuart McCulloch · 10 years ago
  79. 4ad6256 Use 'mvn license:format -N' at top of project to add missing headers by Stuart McCulloch · 10 years ago
  80. d520c6e Merge pull request #857 from HiJon89/master by Sam Berlin · 10 years ago
  81. 9923333 Move the references to javax.servlet into the anonymous class by Jonathan Haber · 10 years ago
  82. 8d59cf3 Update README.md by Sam Berlin · 10 years ago
  83. f396c56 Merge pull request #855 from cgdecker/repository by Colin Decker · 10 years ago
  84. a7e52fc Override release repository from parent to use https, which is now required. by Colin Decker · 10 years ago
  85. 74b915b Merge pull request #854 from google/moe_writing_branch_from_3f02dd5fe0748fb8ab9b3f3682b96b6c8e6d7815 by Sam Berlin · 10 years ago
  86. 1433eff Delete unused code from WeakKeySet. by dweis · 10 years ago
  87. b159fc5 Presize collections in MapBinder and Multibinder providers. by lukes · 10 years ago
  88. 43c3b68 Add a lazy option to @Bind. by lukes · 10 years ago
  89. 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
  90. 37f39b5 Merge pull request #851 from tavianator/de-duplicate-scopes by Sam Berlin · 10 years ago
  91. d1e965c De-duplicate equivalent scope bindings. by Tavian Barnes · 10 years ago
  92. a1f464d Merge pull request #838 from mcculls/misc-build-improvements by Sam Berlin · 10 years ago
  93. 2fb23e3 Miscellaneous build improvements: by Stuart McCulloch · 10 years ago
  94. 4ea2c2a Merge pull request #835 from also/patch-1 by Sam Berlin · 10 years ago
  95. a7a1f34 Merge pull request #833 from sameb/fix-compare by Sam Berlin · 10 years ago
  96. 0583644 fix typo in javadoc by Ryan Berdeen · 10 years ago
  97. 3f02dd5 Merge pull request #834 from google/moe_writing_branch_from_5b65f8c4dcf95a89d3b5ace2dbee3e54fa963722 by Sam Berlin · 10 years ago
  98. c8836d3 comment out the no-aop build for comparisons by Sam Berlin · 10 years ago
  99. 4faa20e Updating Multibinder to support injection of Collection<Provider<T>> alongside the usual Set<T>. by Sam Berlin · 10 years ago
  100. 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