aboutsummaryrefslogtreecommitdiff
path: root/core
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 616, thanks for the patch!sberlin
2011-10-16fix issue 624.sberlin
2011-09-27Add Scopes.isCircularProxy, for use by Scope implementations. The basic prob...guice.mirrorbot@gmail.com
2011-09-13Fix a bug in the way failed JIT bindings are cleaned up. Because we removed ...guice.mirrorbot@gmail.com
2011-09-09Changing callers of deprecated methods ImmutableSet.of(E[]) andguice.mirrorbot@gmail.com
2011-09-09Changing callers of deprecated method ImmutableList.of(E[]) to callguice.mirrorbot@gmail.com
2011-09-09Fix issue 644. Print a better error message when requestStaticInjection is c...guice.mirrorbot@gmail.com
2011-07-22Fix a few common.collect-related deprecation warnings... because it's easy!sberlin
2011-07-08* Remove unused importssberlin
2011-06-29Restore usernamessberlin
2011-06-29Minor whitespace & temporary username changessberlin
2011-06-28fixup whitespacesberlin
2011-06-26switch Guice from manually repackaging Guava to depending on Guava. it's sti...sberlin
2011-06-25refactor removeSuppressedTests out of AllTests, to remove the circular depend...sberlin
2011-06-12remove stray <T>sberlin
2011-06-12issue 631 -- expose dependency hierarchy in ProvisionListener.sberlin
2011-06-05issue 78 - provision interception. this only lets you listen to provisions (...sberlin
2011-05-10Official cglib 2.2.2 artifact now available on Maven centralmcculls
2011-05-03remove "involving constructors" since we support proxies for circular depende...sberlin
2011-05-02fix @ProvidedBy circular dependencies.sberlin
2011-05-02assert that ProviderInternalFactory doesn't think circular dependencies exist...sberlin
2011-05-02fix provider circular dependency detection to use the Key it is creating, not...sberlin
2011-04-30fix issue 626 -- properly handle circular proxies between providers (either f...sberlin
2011-04-21specify that interceptors are called in the order they are listed in bindInte...sberlin
2011-04-20Fix maven build (TODO: replace dependency with official cglib-2.2.2 when it's...mcculls
2011-04-20update to asm-3.3.1, update to new cglib that fixes a bug with bridge methods...sberlin
2011-03-11remove phases from BindingProcessor, refactor so that two different classes d...sberlin
2011-03-11fix issue 614 -- admittedly not the prettiest solution, but it works.sberlin
2011-03-02issue 610 - let requireExplicitBindings still allow TypeConverters to create ...sberlin
2011-02-28fix typo, make test not loop forever.sberlin
2011-02-28update stack trace pruning (for AOP-internal methods & generated methods) to ...sberlin
2011-02-27significantly improve error reporting for binding a key already bound in a ch...sberlin
2011-02-24make sure tests can run in on dist code, and no_aop can still build.sberlin
2011-02-21test for issue 608.sberlin
2011-02-21issue 608 - child can rebind a parent binding if it was just-in-time.sberlin
2011-02-20issue 282 - mention quirks with optional dependencies, JIT bindings & child i...sberlin
2011-02-20add some logging for interceptors that may trigger issue 252.sberlin
2011-02-20rm printStackTrace.sberlin
2011-02-20validate that issue 432 is not a problem anymore.sberlin
2011-02-20issue 345 - better error message for private modules. show the source of a c...sberlin
2011-02-14issue 574 - don't freak out on generated classes when trying to get line numb...sberlin
2011-02-06issues 592 & 591, documentation updates.sberlin
2011-01-18rework method interception so that methods that aren't intercepted don't go t...sberlin
2011-01-15Remove AOP boilerplate from user visible stack traces.limpbizkit@gmail.com
2011-01-04Add standard Apache LICENSE and NOTICE files to the Maven buildmcculls
2011-01-04Use correct timestamped CGLIB release in Maven buildmcculls
2011-01-04Update Maven build to use same level of CGLIB as Ant buildmcculls
2010-12-16implement hashcode when implementing equals.sberlin
2010-12-16require ProviderMethod instance to be equal also, per jessewilson review.sberlin