aboutsummaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)Author
2021-12-16Remove log4j jar fileDan Shi
2018-08-28Upgrade guice to 4.2Haibo Huang
2015-04-28Update version to 4.0upstream-masterColin Decker
2015-04-28Add more missing @since 4.0 and remove references to *-3.0.jar in extensions'...cgdecker
2015-04-23Also fix usages of a couple of @Beta APIs.cgdecker
2015-04-22Align dagger-adapter name and add it to the Bill-Of-Materials pom.xmlStuart McCulloch
2015-04-21Add missing @since tags for 4.0Ben McCann
2015-04-21Update dagger-adapter to depend on dagger-2.0 (and swap in the up-to-date api...cgruber
2015-04-21Add a default value and make it true for dagger & guice MapKey.sameb
2015-03-23Some work on issue 910 -- ensure that anonymous keys & typeliterals don'tsameb
2015-03-23Add ability to not scope exception to RemoteProviderBindercnester
2015-02-24Further fixes for https://github.com/google/guice/issues/904 -- java8 generatessameb
2015-02-24Add a snapshot repository to guice's parent pom configuration, so it can rely...cgruber
2015-02-24Give the dagger interop extension a name, remove the explicit dependency on t...sameb
2015-02-24s/Set/Optional and fix grammar.sameb
2015-02-24Add a @ProvidesInto{Set,Map,Optional} & MultibindingsScanner that allow userssameb
2015-02-24Fix https://github.com/google/guice/issues/904 -- assistedinject factory methodsameb
2015-02-24Create a dagger/guice interoperability library, which permits (with limitatio...cgruber
2015-02-24Update OptionalBinder javadoc comment to use toInstance() vs to() when a bind...christophf
2015-01-24Add the source of the binding when mapbinder/multibinder fail because of a nullsameb
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-10-20Remove all .iml and .ipr IntelliJ project files and add IntelliJ project file...cgdecker
2014-10-20Sync EnsureJpaCanTakeObjectsInPropertiesTestSam Berlin
2014-10-18Fix RequestDispatcherRequestWrapper inconsistency between `getRequestURI` and...Bruno Bieth
2014-10-09Issue #745: PathInfo not encodedTamas Cservenak
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-03Results of 'mvn license:format -N' plus some minor tweakingStuart McCulloch
2014-10-03Move the references to javax.servlet into the anonymous classJonathan Haber
2014-09-24Presize collections in MapBinder and Multibinder providers.lukes
2014-09-24Add a lazy option to @Bind.lukes
2014-09-24When checking for Logger keys in providermethodsmodule don't create a new Key...lukes
2014-08-17Miscellaneous build improvements:Stuart McCulloch
2014-08-11Updating Multibinder to support injection of Collection<Provider<T>> alongsid...Sam Berlin
2014-08-11Guice Multibindings: follow-up to earlier CL to make MultimapBinder package-p...Sam Berlin
2014-08-06Do some extra casting to workaround jdk6 compilation issues in SpiUtils.Sam Berlin
2014-08-06Guice Multibindings: convert multibinding anonymous providers into package-pr...Sam Berlin
2014-08-06Implement binding deduplication for multibinder & mapbinder in a different way.Sam Berlin
2014-08-06OptionalBinder: Make Optional<Provider> anonymous provider an inner class so ...Sam Berlin
2014-07-24Add closing parens to FactoryModuleBuilder javadoc samplesSam Berlin
2014-07-21Fix spacing for Struts2GuicePluginModuleSam Berlin
2014-07-20Cleanup javadocs. This makes the following changes:Sam Berlin
2014-07-18Fix issue 597 -- Adds copyright header.Fridolin Jackstadt