aboutsummaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)Author
2011-10-16Fix flaky service test. The whole AsyncService thing probably should just be...guice.mirrorbot@gmail.com
2011-10-16fix issue 623, move log4j.properties for persist extension out of src and int...sberlin
2011-10-16fix issue 636, GuiceFilter should keep a strong ref to its logger.sberlin
2011-09-27Add Scopes.isCircularProxy, for use by Scope implementations. The basic prob...guice.mirrorbot@gmail.com
2011-09-27Replace the Request/Response Context after each ServletModule-registeredguice.mirrorbot@gmail.com
2011-09-09Failing test for a multibinder bug reported here:guice.mirrorbot@gmail.com
2011-09-09Clean up ServletTest: use a fake request impl instead of EasyMock.guice.mirrorbot@gmail.com
2011-09-09Make ServletModule work with requireExplicitBinding().guice.mirrorbot@gmail.com
2011-09-09Fix issue 644. Print a better error message when requestStaticInjection is c...guice.mirrorbot@gmail.com
2011-08-09Failing test for a multibinder bug reported here:limpbizkit
2011-07-22Refactoring of guice-grapher sberlin
2011-07-08* Remove unused importssberlin
2011-06-30Re-add a space into the args.sberlin
2011-06-30Minor whitespace tweaks again.sberlin
2011-06-29Restore usernamessberlin
2011-06-29Minor whitespace & temporary username changessberlin
2011-06-28fixup whitespacesberlin
2011-06-28fixup whitespacesberlin
2011-06-28fixup whitespacesberlin
2011-06-28fixup whitespacesberlin
2011-06-28fixup whitespacesberlin
2011-06-28fixup whitespacesberlin
2011-06-26switch Guice from manually repackaging Guava to depending on Guava. it's sti...sberlin
2011-06-16Remove unnecessary import added in r1555drew.mclaughlin
2011-06-16Implement hashCode and equals for MultimapBinder.drew.mclaughlin
2011-06-05rm @Override to maintain source compatibility.sberlin
2011-05-23Make the @RequestParameteters Map derive its values from the existingisaac.q.shum
2011-03-24issue 418 - make sure servlet extension works with context paths. thanks to ...sberlin
2011-02-16issue 602 - allow grapher to be rooted at keys. contributed by bojan, thanks!sberlin
2011-02-14issue 595 -- persist extension didn't work if @Transacation was on the class,...sberlin
2011-02-06issues 592 & 591, documentation updates.sberlin
2011-01-29fix issue 594 -- assistedinject does the wrong thing if assisted type is scoped.sberlin
2011-01-04Add standard Apache LICENSE and NOTICE files to the Maven buildmcculls
2010-12-29Fix for issues 581 and 582dhanji
2010-12-13Remove InjectorBuilder in favor of methods in Binder.sberlin
2010-12-10Align Maven no_aop classifier to match the Ant targetmcculls
2010-12-09fix for NO_AOP build.sberlin
2010-12-09put generics back in Struts2Factory.sberlin
2010-12-09cleanup struts2 examples/code.sberlin
2010-12-02re-add struts2 to build.xml & pom.xml, cleanup compile.sberlin@gmail.com
2010-12-02changes to the struts2 plugin, by Ben McCann.sberlin@gmail.com
2010-12-02Pull back struts2 extension code in preperation for changes to make it better.sberlin@gmail.com
2010-12-01rm ServletScopes.nullObject -- use a null value in the map to seed a key with...sberlin
2010-11-27fix license.sberlin@gmail.com
2010-11-27add more tests for @CheckedProvides methods, fix bug exposed with @Exposed me...sberlin@gmail.com
2010-11-24allow scopeRequest/continueRequest to seed with a null value, and also type-c...sberlin
2010-11-23discontinue the struts2 extension.sberlin
2010-11-19change period to semicolon show javadoc shows it in the one-liner for package...sberlin
2010-11-19a few more @sinces.sberlin
2010-11-17deprecated ThrowingProvider in favor of CheckedProvider, which lets you speci...sberlin