- ad6584a Fix issue 663: Grapher is producing corrupt graphs by Christian Edward Gruber · 12 years ago
- 978ed86 Fix a == vs .equals() bug in MoreTypes. by Christian Edward Gruber · 12 years ago
- 45d86df Fix http://code.google.com/p/google-guice/issues/detail?id=742 by having assistedinject fail if the target implementation class has a scop by Christian Edward Gruber · 12 years ago
- 94c2d2c Suppress a warning in advance that will be a run-time error in Guice in a subsequent commit, and which will be added to error-prone and caught at compile-time for those who use it. by Christian Edward Gruber · 12 years ago
- 882330d HttpServletRequest#getCookies() can return null; checks that in ContinuingHttpServletRequest. by Christian Edward Gruber · 12 years ago
- bf2b16c Add support for ProvisionListeners to notify on toInstance & constant bindings. by Christian Edward Gruber · 12 years ago
- a1867f8 update cglib dependency in poms. by Christian Edward Gruber · 12 years ago
- 2303007 Upgrade to cglib 3.0 adn ASM 4.0. by Christian Edward Gruber · 12 years ago
- e5ed5b4 Add an @Inject constructor to DefaultFilterPipeline so services which depend upon it can be used with Modules.requireAtInjectOnConstructorsModule() by Christian Edward Gruber · 12 years ago
- 9111f48 Add a ISE exception subclass for scoping exceptions by Christian Edward Gruber · 12 years ago
- 7d72771 Actually pom versions should really be 3.1.0 to reflect the addition of a couple of new features (ProvisionListener SPI) by Stuart McCulloch · 12 years ago
- 7f6a136 Bump pom versions towards next maintenance release by Stuart McCulloch · 12 years ago
- 2804e19 Add explicit @Inject. by Sam Berlin · 12 years ago
- c756777 Add Binder.requireAtInjectOnConstructors, to force Guice to require @Inject annotations on constructors. by Sam Berlin · 12 years ago
- 389cb71 Fixed exception in contextpath string manipulation. by Sam Berlin · 12 years ago
- 1db3e79 Follow-up cleanup CL, removing an unnecessary parameter and strengthening typing. by Sam Berlin · 12 years ago
- 997ae12 Reduce stack size and simplify control flow in FilterChainInvocation. by Sam Berlin · 12 years ago
- 8b7aaec Update ThrowingProviderBinder to have a better exception in case of ProvisionExceptions from more than one dependency. by Sam Berlin · 12 years ago
- 15dbe78 Change AssertionError to use the whole ProvisionException as a cause, so we can see exactly what goes wrong when nothing should go wrong. by Sam Berlin · 12 years ago
- e6abeff Change the new ThrowingProviderBinder.providing to look for @ThrowingInject instead of @Inject. by Sam Berlin · 12 years ago
- 7dc62e5 Add a new transferRequest method to ServletScopes which propagates all existing scoped objects. Allows servlet engines to detach & reattach threads (while waiting for a request to receive results from RPCs). by Sam Berlin · 12 years ago
- cd12655 Don't assume methods will be in order when asserting error messages. by Sam Berlin · 12 years ago
- 8557c77 Add a new method to ThrowingProviderBinder: providing(Class) or providing(TypeLiteral). by Sam Berlin · 13 years ago
- 2823a38 Fix issue 643 using a slightly modified version of the patch provided by Stuart. by Sam Berlin · 13 years ago
- d51292d Change ProvisionListener to expose Binding instead of Key, and change bindListener to use a Matcher for Binding instead of Key. This is a backwards incompatible change, but we haven't released yet, so it's worth doing. by Sam Berlin · 13 years ago
- 88ee52d Fix issue 670, keep values from MapBinder & Multibinder distinct. by Sam Berlin · 13 years ago
- 1c9b92a Fix issue 643 using a slightly modified version of the patch provided by Stuart. by Sam Berlin · 13 years ago
- 21a1967 Fix issue 670, keep values from MapBinder & Multibinder distinct. by Sam Berlin · 13 years ago
- 04cdfd9 Remove duplicate code & instead delegate to Scopes.isScoped method. by Sam Berlin · 13 years ago
- 88b6d13 Issue 494 - add Eclipse-ExtensibleAPI:true to core guice.jar by Sam Berlin · 13 years ago
- 45ef017 Cleanup a few things: by Sam Berlin · 13 years ago
- d9b62c2 Do not create a new visitor instance for every call to isSingleton. by Sam Berlin · 13 years ago
- 66094fb Add isEagerSingleton. by Sam Berlin · 13 years ago
- b2f5582 Add ServletScopes.isRequestScoped. by Sam Berlin · 13 years ago
- 8a539da Remove @MediumTest annotation since it is not available on the build classpath by Stuart McCulloch · 13 years ago
- abfe40d Issue 494 - add Eclipse-ExtensibleAPI:true to core guice.jar by Stuart McCulloch · 13 years ago
- c2bee81 Fix issue 667, cleanup javadoc for Multibinder by Sam Berlin · 13 years ago
- ee9a8f3 Fix TypesTest to use an actual parameterized array. Necessary because JDK7 got a little smarter in its getActualTypeArguments method where it returns a Class if the array type isn't generic, and GenericArrayType only if it was actually generic. by Sam Berlin · 13 years ago
- fee2d23 Ensure servlets & filters are processed in the correct order in all scenarios. Fix so that code like: by Sam Berlin · 13 years ago
- 9ee53e9 Defer building of error messages for by Sam Berlin · 13 years ago
- 9afcdd8 Prune all the billions of c.g.i.servlet.Filter{ChainInvocation,Definition}.doFilter elements from the stack traces. by Sam Berlin · 13 years ago
- f74ee67 Better errors when using binder(), etc. outside of configure(). by Sam Berlin · 13 years ago
- 91a844c by guice.mirrorbot@gmail.com · 13 years ago
- c0b196b by guice.mirrorbot@gmail.com · 13 years ago
- be10b4c by guice.mirrorbot@gmail.com · 13 years ago
- fbbb52d by guice.mirrorbot@gmail.com · 13 years ago
- 6b7e718 by guice.mirrorbot@gmail.com · 13 years ago
- 8c92236 by guice.mirrorbot@gmail.com · 13 years ago
- b405e04 by guice.mirrorbot@gmail.com · 13 years ago
- 7e5464e fix issue 616, thanks for the patch! by sberlin · 13 years ago
- d77a85a fix issue 623, move log4j.properties for persist extension out of src and into test. by sberlin · 13 years ago
- 56a879c fix issue 624. by sberlin · 13 years ago
- fb66c42 fix issue 636, GuiceFilter should keep a strong ref to its logger. by sberlin · 13 years ago
- 05bf8e5 by guice.mirrorbot@gmail.com · 13 years ago
- e09d8bf by guice.mirrorbot@gmail.com · 13 years ago
- efa4e9f by guice.mirrorbot@gmail.com · 13 years ago
- e390a0f by guice.mirrorbot@gmail.com · 13 years ago
- ab8f0c6 by guice.mirrorbot@gmail.com · 13 years ago
- 0b26f78 by guice.mirrorbot@gmail.com · 13 years ago
- 404ffc3 by guice.mirrorbot@gmail.com · 13 years ago
- de4cc32 by guice.mirrorbot@gmail.com · 13 years ago
- ee443bc by guice.mirrorbot@gmail.com · 13 years ago
- 6585c73 Failing test for a multibinder bug reported here: by limpbizkit · 13 years ago
- b719556 by sberlin · 13 years ago
- 5221c15 by sberlin · 13 years ago
- b7a02b0 by sberlin · 13 years ago
- 0aecc68 by sberlin · 13 years ago
- 5a886aa by sberlin · 13 years ago
- ec76179 by sberlin · 13 years ago
- a23937e by sberlin · 13 years ago
- 1547789 by sberlin · 13 years ago
- de8fa4e test a change. by sberlin · 13 years ago
- e03b3d9 Test change. by sberlin · 13 years ago
- 3b24461 fixup whitespace by sberlin · 13 years ago
- 4e11457 fixup whitespace by sberlin · 13 years ago
- 7855aca fixup whitespace by sberlin · 13 years ago
- 81007ff fixup whitespace by sberlin · 13 years ago
- 4b86269 fixup whitespace by sberlin · 13 years ago
- 01758ce fixup whitespace by sberlin · 13 years ago
- d9c913a switch Guice from manually repackaging Guava to depending on Guava. it's still jarjar'd right now, which is causing a ~400k increase in guice-snapshot.jar. next step is to switch to ProGuard to remove the unnecessary code and cut it back down (even further?!). this will let people build from Guice source and depend directly on Guava code without having to worry about hiding internal/util. by sberlin · 13 years ago
- 8614255 refactor removeSuppressedTests out of AllTests, to remove the circular dependency between it & StrictContainerTestSuite. by sberlin · 13 years ago
- 6cf0488 Remove unnecessary import added in r1555 by drew.mclaughlin · 13 years ago
- 895fa39 Implement hashCode and equals for MultimapBinder. by drew.mclaughlin · 13 years ago
- 3391af3 remove stray <T> by sberlin · 13 years ago
- ba75f35 issue 631 -- expose dependency hierarchy in ProvisionListener. by sberlin · 13 years ago
- 5b73df6 rm @Override to maintain source compatibility. by sberlin · 13 years ago
- 132a5db issue 78 - provision interception. this only lets you listen to provisions (both before & after provisioning occurs), it does not let you change the return value of the provision. by sberlin · 13 years ago
- e133f5f Make the @RequestParameteters Map derive its values from the existing by isaac.q.shum · 13 years ago
- e7511fd Official cglib 2.2.2 artifact now available on Maven central by mcculls · 14 years ago
- c18cbce remove "involving constructors" since we support proxies for circular dependencies involving providers too now. by sberlin · 14 years ago
- d5737a6 fix @ProvidedBy circular dependencies. by sberlin · 14 years ago
- c94f450 assert that ProviderInternalFactory doesn't think circular dependencies exist when the providers are in different PrivateModules, temporarily remove check for @ProvidedBy due to other things that need fixing first. by sberlin · 14 years ago
- 425d099 fix provider circular dependency detection to use the Key it is creating, not the Key it is fulfulling, to catch errors sooner. by sberlin · 14 years ago
- e6ce188 fix issue 626 -- properly handle circular proxies between providers (either failing or proxying), prevents StackOverflowErrors. by sberlin · 14 years ago
- be2505a specify that interceptors are called in the order they are listed in bindInterceptor(Matcher, Matcher, Interceptor...). add a test that guarantees it. by sberlin · 14 years ago
- ca183a6 Fix maven build (TODO: replace dependency with official cglib-2.2.2 when it's on Maven Central) by mcculls · 14 years ago
- d4ec8b0 update to asm-3.3.1, update to new cglib that fixes a bug with bridge methods, add test that verifies the fix works. (previously it worked within Eclipse but not javac because eclipse's compiler wrote out bridge methods differently.) by sberlin · 14 years ago
- c905b82 Added updated 3.0 api diffs. by sberlin@gmail.com · 14 years ago
- 9f0627e Removed old 3.0 api diffs. by sberlin@gmail.com · 14 years ago
- 3400a7e Added updated Javadocs. by sberlin@gmail.com · 14 years ago