aboutsummaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)Author
2014-03-20Update the opensource jars to asm 5.0, fix up the POMs & ant scripts.Sam Berlin
2014-03-10Update MapBinder so it fails on duplicate bindings with a more descriptive er...Sam Berlin
2014-03-10This change removes final from fields annotated with @Inject. In addition to...Sam Berlin
2014-03-10Improve OutOfScopeException so that it tells you which key it was trying toSam Berlin
2014-03-10Change LinkedBindingBuilder.toProvider(Provider) to accept a jsr330 provider,Sam Berlin
2014-03-10Make ServletScopes#scopeRequest slightly more efficient for larger seed maps.Sam Berlin
2014-02-13Add ignores for ant build spam.Christian Edward Gruber
2014-02-13Replace guava 11 with 16 and extract Guava as a separate dependency.Christian Edward Gruber
2013-12-11A Message should have only one source but as it is used in Errors, currently ...Sam Berlin
2013-12-06Fix issue 734 -- MapBinder doesn't allow injection of Map<K, javax.inject.Pro...Sam Berlin
2013-12-06Fix typo, alertnative -> alternative. (Issue 777.)Sam Berlin
2013-12-06Don't unnecessarily invoke Key#toString() when running in non-HTTP based Requ...Sam Berlin
2013-09-18Exposes ElementSource at getSource() methods.Christian Edward Gruber
2013-09-18An alternative way to support ShareableModule, Modules.override and Multibind...Christian Edward Gruber
2013-09-18An alternative way to support ShareableModule, Modules.override and Multibind...Christian Edward Gruber
2013-08-09Give more information when duplicate elements are found in a multibound set.Christian Edward Gruber
2013-08-09Automated g4 rollback of changelist 50265868.Christian Edward Gruber
2013-08-09Give more information when duplicate elements are found in a multibound set.Christian Edward Gruber
2013-07-31Restore versions to 4.0-SNAPSHOTChristian Edward Gruber
2013-07-31Fix up poms to properly sign on deploy, provide source and javadoc jars per s...Christian Edward Gruber
2013-07-29Bump version numbers to release 4.0-beta.Christian Edward Gruber
2013-06-26Clean up some formatting (includes some format artifacts from internal change...Christian Edward Gruber
2013-05-16Add logging for when AssistedInject falls into non-optimized mode, so people ...Christian Edward Gruber
2013-05-16Use a single UniqueAnnotation instead of creating a new one each time.Christian Edward Gruber
2013-05-16Change Key so that it upgrades Annotation classes where all methods have defa...Christian Edward Gruber
2013-05-16Fix issue 663: Grapher is producing corrupt graphsChristian Edward Gruber
2013-05-15Fix http://code.google.com/p/google-guice/issues/detail?id=742 by having assi...Christian Edward Gruber
2013-05-15Suppress a warning in advance that will be a run-time error in Guice in a sub...Christian Edward Gruber
2013-05-15HttpServletRequest#getCookies() can return null; checks that in ContinuingHtt...Christian Edward Gruber
2013-05-15Add support for ProvisionListeners to notify on toInstance & constant bindings.Christian Edward Gruber
2013-05-15Upgrade to cglib 3.0 adn ASM 4.0.Christian Edward Gruber
2013-05-15Add an @Inject constructor to DefaultFilterPipeline so services which depend ...Christian Edward Gruber
2013-05-15Add a ISE exception subclass for scoping exceptionsChristian Edward Gruber
2012-08-31Actually pom versions should really be 3.1.0 to reflect the addition of a cou...Stuart McCulloch
2012-08-31Bump pom versions towards next maintenance releaseStuart McCulloch
2012-05-31Add explicit @Inject.Sam Berlin
2012-05-27Fixed exception in contextpath string manipulation.Sam Berlin
2012-05-27Follow-up cleanup CL, removing an unnecessary parameter and strengthening typ...Sam Berlin
2012-05-27Reduce stack size and simplify control flow in FilterChainInvocation.Sam Berlin
2012-05-27Update ThrowingProviderBinder to have a better exception in case of Provision...Sam Berlin
2012-05-27Change AssertionError to use the whole ProvisionException as a cause, so we c...Sam Berlin
2012-05-27Change the new ThrowingProviderBinder.providing to look for @ThrowingInject i...Sam Berlin
2012-05-27Add a new transferRequest method to ServletScopes which propagates all existi...Sam Berlin
2012-05-27Don't assume methods will be in order when asserting error messages.Sam Berlin
2012-03-01Add a new method to ThrowingProviderBinder: providing(Class) or providing(Typ...Sam Berlin
2012-02-26Fix issue 670, keep values from MapBinder & Multibinder distinct.Sam Berlin
2012-01-21Fix issue 670, keep values from MapBinder & Multibinder distinct.Sam Berlin
2012-01-17Remove duplicate code & instead delegate to Scopes.isScoped method.Sam Berlin
2012-01-13Cleanup a few things:Sam Berlin
2012-01-13Add ServletScopes.isRequestScoped.Sam Berlin