aboutsummaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)Author
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
2014-07-18Fix issue 597 -- JUnit 3 styleFridolin Jackstadt
2014-07-16Fix issue 597 -- entity manager is properly removed even if close operation f...Fridolin Jackstadt
2014-07-10Update references in code & configuration to point to github instead ofSam Berlin
2014-07-10More flake fixing: Refactor WeakKeySetUtils into one spot, make everything useSam Berlin
2014-07-10Fix equal comparison against generated/system annotations. This should neverSam Berlin
2014-07-09More flake fixing: don't assume methods come in a certain order. Super strangeSam Berlin
2014-07-09Add support for OptionalBinder to link to normal bindings of that type ifSam Berlin
2014-07-09Wrap GcFinalization usage around wrappers that also await a ReferenceQueue. ISam Berlin
2014-07-09Automated g4 rollback of changelist 70738452.Sam Berlin
2014-07-09Automated g4 rollback of changelist 70734332.Sam Berlin
2014-07-09Simplify OptionalBinder implementation to not delegate to a MapBinder.Sam Berlin
2014-07-01Automated code cleanups by internal tool.Sam Berlin
2014-07-01Various style cleanups to BoundFieldModule & test.Sam Berlin
2014-05-27Test for issue #571Dhanji R. Prasanna
2014-05-22Fix for build break from servlets patchDhanji R. Prasanna
2014-05-21Review commentsDhanji R. Prasanna
2014-05-20Snapshot cookies in continuing request to prevent mutation side effectsDhanji R. Prasanna
2014-05-10Block when transferring request scope instead of checking owners & throwing e...Sam Berlin
2014-05-03Skip synthetic/bridge methods when validating CheckedProvider interfaces, oth...Sam Berlin
2014-05-03Implement hashCode and equals in FactoryProvider/FactoryProvider2, with the a...Sam Berlin
2014-05-03Automated rollback.Sam Berlin
2014-05-03Implement hashCode and equals in FactoryProvider/FactoryProvider2, with the a...Sam Berlin
2014-05-03Implement hashCode and equals on type returned by Providers.of(...). There do...Sam Berlin
2014-05-03Fix issue 379 -- strip the query off the URI when checking to see if theSam Berlin
2014-04-10On second thought, according to the javadocs @ http://docs.oracle.com/javaee/...Sam Berlin
2014-04-10Fix external issue 755. Grapher config was wrong.Sam Berlin
2014-04-10Fix external issue 372 -- only scrub the pathInfo if the servletPath actuallySam Berlin
2014-04-10Add BoundFieldModule to automatically bind @Bind annotated fields to theirSam Berlin
2014-04-08Change Opcodes.ASM4 to Opcodes.ASM5, to work with java8 lambdas. Also update...Sam Berlin
2014-04-08The bug in the test that became flaky has been fixed. Note that this is not a...Sam Berlin
2014-04-08*** Reason for rollback ***Sam Berlin
2014-04-01Fix MapBinder's duplicate key error message so that more than one binding wit...Christian Edward Gruber
2014-04-01Enhance WeakKeySet to auto evict keys and avoid calling toString on Keys.Christian Edward Gruber
2014-04-01Add OptionalBinderTest into multibindings AllTests.Christian Edward Gruber
2014-04-01Adds a new OptionalBinder. OptionalBinder allows frameworks to setup binding...Christian Edward Gruber
2014-04-01Preparations for OptionalBinder. This fixes MapBinder's SPI so elements from...Christian Edward Gruber
2014-03-31Unbreak MOE by adding a .gitignore to extensions (suppressing build/ folders ...Christian Edward Gruber
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