- 61c5de6 build: Add device-side support for the AOSP. am: 3c28180 by Igor Murashkin · 9 years ago
- 3c28180 build: Add device-side support for the AOSP. by Igor Murashkin · 9 years ago
- b7fc714 build: Add device-side support for the AOSP. am: 83b7ddb am: af3b325 by Igor Murashkin · 9 years ago
- af3b325 build: Add device-side support for the AOSP. am: 83b7ddb by Igor Murashkin · 9 years ago
- 83b7ddb build: Add device-side support for the AOSP. by Igor Murashkin · 9 years ago int/n/fp2
- cc2490b Merge remote-tracking branch 'goog/master' into nyc-dev by Igor Murashkin · 9 years ago
- 34a08fb build: Add support for building guice within the AOSP (host only). by Igor Murashkin · 9 years ago
- 403a1a2 android: Add project metadata by Igor Murashkin · 9 years ago
- 8e015b5 Merge branch 'upstream-master' by Igor Murashkin · 9 years ago
- c67a90c Initial empty repository by Bill Yi · 9 years ago
- 5a209e9 Update version to 4.0 by Colin Decker · 10 years ago
- 789ea62 Merge pull request #920 from google/merge-internal-changes by Colin Decker · 10 years ago
- 646e174 Add more missing @since 4.0 and remove references to *-3.0.jar in extensions' package-info.java files. by cgdecker · 10 years ago
- 57e87fe Merge pull request #919 from google/moe_writing_branch_from_156c8cc762fab971efb727c7ab107fa243be2fc9 by Sam Berlin · 10 years ago
- 5be3e95 Remove the snapshot repository that was configured to support dagger-adapter. Dagger 2 is now released, so this is not necessary. by cgruber · 10 years ago
- 1a30c07 Also fix usages of a couple of @Beta APIs. by cgdecker · 10 years ago
- 25b0a46 Merge pull request #917 from mcculls/align-dagger-adapter-name by Sam Berlin · 10 years ago
- 61b6b1c Align dagger-adapter name and add it to the Bill-Of-Materials pom.xml by Stuart McCulloch · 10 years ago
- 3472284 Merge pull request #916 from benmccann/missing-since by Sam Berlin · 10 years ago
- bac730f Add missing @since tags for 4.0 by Ben McCann · 10 years ago
- e3f5566 Merge pull request #915 from google/moe_writing_branch_from_156c8cc762fab971efb727c7ab107fa243be2fc9 by Sam Berlin · 10 years ago
- 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 · 10 years ago
- 5e6c933 Implement more granular locks for a Singleton scope in Guice. by timofeyb · 10 years ago
- 6c85843 Add a default value and make it true for dagger & guice MapKey. by sameb · 10 years ago
- 06669e7 Merge pull request #911 from mcculls/dependency-stack-performance by Sam Berlin · 10 years ago
- 6b79ff8 Change initial DependencyStack size from 10 to 16 by Stuart McCulloch · 10 years ago
- fef0dd6 Merge pull request #912 from google/moe-changes by Sam Berlin · 10 years ago
- 825f8c1 Some work on issue 910 -- ensure that anonymous keys & typeliterals don't by sameb · 10 years ago
- 02c489e Fix ModuleAnnotatedMethodScanners so that they scan modules installed in by sameb · 10 years ago
- fb04cae Add ability to not scope exception to RemoteProviderBinder by cnester · 10 years ago
- af6a1df Move detailed javadoc description down to implementation class by Stuart McCulloch · 10 years ago
- 1f9c76b Improve performance of internal DependencyStack collection by Stuart McCulloch · 10 years ago
- 156c8cc Merge pull request #905 from google/moe_writing_branch_from_b605a34702d8d8112983aca891e3e2b6987ec45e by Sam Berlin · 10 years ago
- 85f14e0 Further fixes for https://github.com/google/guice/issues/904 -- java8 generates by sameb · 10 years ago
- 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 · 10 years ago
- 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 · 10 years ago
- 9ba15fe s/Set/Optional and fix grammar. by sameb · 10 years ago
- 0b33461 Add a @ProvidesInto{Set,Map,Optional} & MultibindingsScanner that allow users by sameb · 10 years ago
- 54da0e3 Rework the public API into scanning for additional @Provides-like annotations. by sameb · 10 years ago
- a363105 Fix https://github.com/google/guice/issues/904 -- assistedinject factory method by sameb · 10 years ago
- 0910c1e Create a dagger/guice interoperability library, which permits (with limitations) the use of Dagger modules in Guice. by cgruber · 10 years ago
- 32780fa Update OptionalBinder javadoc comment to use toInstance() vs to() when a binding value is used. by christophf · 10 years ago
- 7445e44 Fix ElementSource attribution for ModuleAnnotatedMethodScanner bindings. by sameb · 10 years ago
- 9be698d Minor optimizations to InternalContext by lukes · 10 years ago
- 7ddc816 Merge pull request #902 from google/merge-moe-changes by Sam Berlin · 10 years ago
- 74519f5 Only warn one per dependency, otherwise log spam can destroy disks. This time w/o using Sets.newConcurrentHashSet., by sameb · 10 years ago
- e18906a Add some SPI methods to allow users to annotate Module methods with arbitrary by sameb · 10 years ago
- 9867f9c Implement my old patch for issue #366, with some tweaks. This does the by sameb · 10 years ago
- 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 · 10 years ago
- b605a34 Merge pull request #897 from google/moe_writing_branch_from_1215316c7bae68bde9133f8fffa43c074c156633 by Sam Berlin · 10 years ago
- 60826c0 Optimization: move ParameterizedTypeImpl checks out of line. by bulach · 10 years ago
- d0e92a7 Change jdk8 profile in pom.xml to use the <reporting> element rather than <reportPlugins>. by cgdecker · 10 years ago
- 1bf1e9e Add the source of the binding when mapbinder/multibinder fail because of a null by sameb · 10 years ago
- ac3cf7c Remove usages of '_' as a one-character identifier by cushon · 10 years ago
- eee0710 Merge pull request #889 from tavianator/require-explicit-same-injector by Sam Berlin · 10 years ago
- fdbdc63 Fix linked binding behavior with requireExplicitBindings() in the parent. by Tavian Barnes · 10 years ago
- a59c18d Better error message checks in JitBindingsTest. by Tavian Barnes · 10 years ago
- 6c9726f Clarify some documentation about linked bindings and child injectors. by Tavian Barnes · 10 years ago
- 1dd0a91 Fix https://github.com/google/guice/issues/888. by Tavian Barnes · 10 years ago
- ce7daa9 Merge pull request #885 from google/moe_writing_branch_from_1215316c7bae68bde9133f8fffa43c074c156633 by Sam Berlin · 10 years ago
- ba0cff0 Fix for https://github.com/google/guice/issues/884 -- don't let by sameb · 10 years ago
- 0604fc7 Merge pull request #878 from google/moe_writing_branch_from_1215316c7bae68bde9133f8fffa43c074c156633 by Sam Berlin · 10 years ago
- 3c0a500 rm unchecked suppression. by Sam Berlin · 10 years ago
- 0c3a880 Robustness: wrap any calls to System.getProperty in case security is enabled. by Stuart McCulloch · 10 years ago
- 4f6c567 Adds a test that explicitly tests all of the bindings created by MapBinder. by flan · 10 years ago
- bed1413 Adds a binding for Collection<javax.inject.Provider<E>> to Multibinder. by flan · 10 years ago
- 615fd2b Make SpiUtils tests more accurate by multiplying the expected results instead by flan · 10 years ago
- f618960 Simplifies MapBinder by moving Key generation to RealMapBinder's constructor. by flan · 10 years ago
- 9c8b618 Simplifies Multibinder by moving Key generation to RealMultibinder's by flan · 10 years ago
- b0ced51 Merge pull request #874 from tbroyer/guice-bom by Sam Berlin · 10 years ago
- 3b76b6f Add "BOM" (Bill of Materials) for easier use with Maven by Thomas Broyer · 10 years ago
- 1215316 Merge pull request #868 from google/moe_writing_branch_from_2b4dd1617e61fac3869381e9e7728b488badc5e2 by Sam Berlin · 10 years ago
- d7aa953 Making Singleton's creation lock less coarse. by timofeyb · 10 years ago
- 03c2bbf Change ${parent.version} to ${project.version} since Maven apparently complains about ${parent.version}. by cgdecker · 10 years ago
- 377e161 Merge pull request #864 from google/moe_writing_branch_from_2b4dd1617e61fac3869381e9e7728b488badc5e2 by Sam Berlin · 10 years ago
- 0f59e8c Fix stupid typos. by cgdecker · 10 years ago
- d7d9d2a Update jdk8-tests/pom.xml to not inherit jar plugin settings from the parent. by cgdecker · 10 years ago
- 1de48d2 Explicitly mark sh files as executable. by Sam Berlin · 10 years ago
- cd92207 Add missing imports to make Java8LanguageFeatureBindingTest actually compile. by cgdecker · 10 years ago
- 35c2b31 Add a .gitattributes file to force consistent line endings in text files. by sameb · 10 years ago
- ded13a7 Add a Maven module for JDK8-specific tests to open-source Guice. by cgdecker · 10 years ago
- e73f22b Merge pull request #863 from google/moe_writing_branch_from_2b4dd1617e61fac3869381e9e7728b488badc5e2 by Sam Berlin · 10 years ago
- 136bc20 Remove all .iml and .ipr IntelliJ project files and add IntelliJ project files and directories to .gitignore. by cgdecker · 10 years ago
- 98be102 Sync EnsureJpaCanTakeObjectsInPropertiesTest by Sam Berlin · 10 years ago
- 0daf9e7 Merge pull request #862 from backuitist/patch-1 by Sam Berlin · 10 years ago
- 3d49442 Fix RequestDispatcherRequestWrapper inconsistency between `getRequestURI` and `getRequestURL` by Bruno Bieth · 10 years ago
- c040e37 Merge pull request #860 from cstamas/issue-745-pathInfo-decode by Sam Berlin · 10 years ago
- 41c126f Issue #745: PathInfo not encoded by Tamas Cservenak · 10 years ago
- 2b4dd16 Merge pull request #859 from google/moe_writing_branch_from_74b915b1eaa6de6b5efcf905b346b24ff563bbbb by Sam Berlin · 10 years ago
- 1d3f8cd Add support for java.util.Optional, reflectively. If the class exists, we bind by sameb · 10 years ago
- d135889 Merge pull request #839 from magnayn/master by Sam Berlin · 10 years ago
- d8d5819 Introduce a test that shows a JPA provider being passed a datasource by Nigel Magnay · 10 years ago
- aa2f2dc Update tests to use JPA 2.0. by Nigel Magnay · 10 years ago
- 6084d8f Allow JPA properties to be Objects as well as simple strings. by Nigel Magnay · 10 years ago
- 3f1d2e4 Merge pull request #845 from mcculls/add-missing-license-headers by Sam Berlin · 10 years ago
- 6247159 Results of 'mvn license:format -N' plus some minor tweaking by Stuart McCulloch · 10 years ago
- 4ad6256 Use 'mvn license:format -N' at top of project to add missing headers by Stuart McCulloch · 10 years ago
- d520c6e Merge pull request #857 from HiJon89/master by Sam Berlin · 10 years ago
- 9923333 Move the references to javax.servlet into the anonymous class by Jonathan Haber · 10 years ago
- 8d59cf3 Update README.md by Sam Berlin · 10 years ago