aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-24Merge pull request #889 from tavianator/require-explicit-same-injectorSam Berlin
2015-01-19Fix linked binding behavior with requireExplicitBindings() in the parent.Tavian Barnes
2015-01-07Better error message checks in JitBindingsTest.Tavian Barnes
2015-01-07Clarify some documentation about linked bindings and child injectors.Tavian Barnes
2014-12-19Fix https://github.com/google/guice/issues/888.Tavian Barnes
2014-12-05Merge pull request #885 from google/moe_writing_branch_from_1215316c7bae68bde...Sam Berlin
2014-12-05Fix for https://github.com/google/guice/issues/884 -- don't letsameb
2014-11-07Merge pull request #878 from google/moe_writing_branch_from_1215316c7bae68bde...Sam Berlin
2014-11-07rm unchecked suppression.Sam Berlin
2014-11-07Robustness: wrap any calls to System.getProperty in case security is enabled.Stuart McCulloch
2014-11-07Adds a test that explicitly tests all of the bindings created by MapBinder.flan
2014-11-07Adds a binding for Collection<javax.inject.Provider<E>> to Multibinder.flan
2014-11-07Make SpiUtils tests more accurate by multiplying the expected results insteadflan
2014-11-07Simplifies MapBinder by moving Key generation to RealMapBinder's constructor.flan
2014-11-07Simplifies Multibinder by moving Key generation to RealMultibinder'sflan
2014-11-04Merge pull request #874 from tbroyer/guice-bomSam Berlin
2014-11-04Add "BOM" (Bill of Materials) for easier use with MavenThomas Broyer
2014-10-28Merge pull request #868 from google/moe_writing_branch_from_2b4dd1617e61fac38...Sam Berlin
2014-10-27Making Singleton's creation lock less coarse.timofeyb
2014-10-27Change ${parent.version} to ${project.version} since Maven apparently complai...cgdecker
2014-10-21Merge pull request #864 from google/moe_writing_branch_from_2b4dd1617e61fac38...Sam Berlin
2014-10-21Fix stupid typos.cgdecker
2014-10-21Update jdk8-tests/pom.xml to not inherit jar plugin settings from the parent.cgdecker
2014-10-20Explicitly mark sh files as executable.Sam Berlin
2014-10-20Add missing imports to make Java8LanguageFeatureBindingTest actually compile.cgdecker
2014-10-20Add a .gitattributes file to force consistent line endings in text files.sameb
2014-10-20Add a Maven module for JDK8-specific tests to open-source Guice.cgdecker
2014-10-20Merge pull request #863 from google/moe_writing_branch_from_2b4dd1617e61fac38...Sam Berlin
2014-10-20Remove all .iml and .ipr IntelliJ project files and add IntelliJ project file...cgdecker
2014-10-20Sync EnsureJpaCanTakeObjectsInPropertiesTestSam Berlin
2014-10-18Merge pull request #862 from backuitist/patch-1Sam Berlin
2014-10-18Fix RequestDispatcherRequestWrapper inconsistency between `getRequestURI` and...Bruno Bieth
2014-10-09Merge pull request #860 from cstamas/issue-745-pathInfo-decodeSam Berlin
2014-10-09Issue #745: PathInfo not encodedTamas Cservenak
2014-10-08Merge pull request #859 from google/moe_writing_branch_from_74b915b1eaa6de6b5...Sam Berlin
2014-10-08Add support for java.util.Optional, reflectively. If the class exists, we bindsameb
2014-10-07Merge pull request #839 from magnayn/masterSam Berlin
2014-10-07Introduce a test that shows a JPA provider being passed a datasourceNigel Magnay
2014-10-07Update tests to use JPA 2.0.Nigel Magnay
2014-10-07Allow JPA properties to be Objects as well as simple strings.Nigel Magnay
2014-10-04Merge pull request #845 from mcculls/add-missing-license-headersSam Berlin
2014-10-03Results of 'mvn license:format -N' plus some minor tweakingStuart McCulloch
2014-10-03Use 'mvn license:format -N' at top of project to add missing headersStuart McCulloch
2014-10-03Merge pull request #857 from HiJon89/masterSam Berlin
2014-10-03Move the references to javax.servlet into the anonymous classJonathan Haber
2014-09-24Update README.mdSam Berlin
2014-09-24Merge pull request #855 from cgdecker/repositoryColin Decker
2014-09-24Override release repository from parent to use https, which is now required.Colin Decker
2014-09-24Merge pull request #854 from google/moe_writing_branch_from_3f02dd5fe0748fb8a...Sam Berlin
2014-09-24Delete unused code from WeakKeySet.dweis