aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-08-26fix requireExplicitBindings so TypeLiteral<T> can be injected.sberlin@gmail.com
2010-08-26Changing Guice Javadoc to build with Doclava (beta)limpbizkit@gmail.com
2010-08-26Changing Guice Javadoc to build with Doclava (beta)limpbizkit@gmail.com
2010-08-22issue 524 part 1 -- add support in core guice for extensions to be visited wi...sberlin
2010-08-02remove additional API for overriding a PrivateModule and instead fold the fun...sberlin
2010-08-01part of issue 526 -- move MoreTypes.memberKey into LineNumbers. LineNumbers ...sberlin
2010-08-01move Functions to internal/util. it was missed during the initial sweep in r...sberlin
2010-08-01minor cleanups of r1195 - put tests in existing OverrideModuleTest class, bin...sberlin
2010-08-01issue 528 - if a single PrivateModule is supplied to Modules.override, allow ...sberlin
2010-07-31Make ProvisionException stack traces from @Provides methods clearer -- don't ...sberlin
2010-07-03Move internal utility code to separate package.limpbizkit@gmail.com
2010-07-03fixes issue 493, patch provided by Stuart -- don't try to bridge types that b...sberlin
2010-07-03added "@since 3.0" to all new things, and modified ones that had "@since 2.1"...sberlin
2010-07-03fix issue 507, pointed out by stuart -- LinkedProviderBindingImpl did not imp...sberlin
2010-07-03Linking referenced methods in Toolable annotation doc.limpbizkit@gmail.com
2010-07-03Undeprecating createInjector(Stage, ...).limpbizkit@gmail.com
2010-07-03Removing the ScopeChecker proof-of-concept.limpbizkit@gmail.com
2010-06-24fixes issue 263 -- introduces ability to "deduplicate" bindings. all Binding...sberlin@gmail.com
2010-06-23Actual correct implementation for what r1176 tried to do. Better tests too.sberlin@gmail.com
2010-06-22Change behavior of method overriding if any methods in the call stack had @co...sberlin@gmail.com
2010-06-22fixes issue with requireExplicitBindings and linked bindings where the implic...sberlin
2010-06-11fixes issue 490 -- sets using marker annotations don't work properly all the ...sberlin
2010-05-25fixes issue 319 -- cleanup invalid leftover bindings that were added optimist...sberlin
2010-05-23issue 329 - cleanup error message for under-specified assistedinject factory.sberlin
2010-05-19fixes issue 482 - anonymous loggers created every time a provider method is u...sberlin
2010-05-19fixed issue 479, thanks to mcculls for pointing out the problem and providing...sberlin
2010-05-12warn when a subclass overrides a method marked with @Inject but does not itse...sberlin
2010-05-09Patches to let Guice be more OSGi (and classloader) friendly. Solves issue 4...sberlin
2010-04-26committed aragos' patch (+small fix for TypesTest & AllTests) for issue 474 (...sberlin
2010-04-26expose LinkedBindingImpl's dependency via HasDependencies -- it was one of on...sberlin
2010-04-24fixes issue 425 - coalesce javax.inject.Named & com.google.inject.name.Named,...sberlin
2010-04-24introduces InjectorBuilder.disableCircularProxies, to forcibly prevent guice ...sberlin
2010-03-10Injector.getExistingBinding + tests, ultimately necessary to create a proper ...sberlin
2010-02-22fixed typos in documentation (one pointed out by issue 408)sberlin
2010-02-22fixed InjectorBuilder method visibility, as pointed out by cgdecker in issue ...sberlin
2010-02-13cleanup related to issue 395. rather than using Guice.createInjectorBuilder,...sberlin
2010-02-11fixes issue 342 - ability to disable JIT bindings (require explicit bindings)...sberlin
2010-02-05issue 454 - add an annotation to mark @Injectable methods as wanting injectio...sberlin
2010-01-05Javadoc for toConstructor() binding statement.dhanji
2009-11-23Fixing typo in ProviderBindingImpl's toString() pointed out by Frank.limpbizkit
2009-10-20fix for locking problem in old assisted inject.dhanji
2009-10-12Apply sberlin's patch for issue 434limpbizkit
2009-10-12Apply mcculls' patch for issue 437limpbizkit
2009-10-06Use a marker interface rather than the Proxy APIs to discover if returned sin...limpbizkit
2009-10-05Explode when circularly dependent singletons cannot be fixed by our construct...limpbizkit
2009-09-29Added comments.crazyboblee
2009-09-29Added comments.crazyboblee
2009-09-29Removed redundant optimization.crazyboblee
2009-09-29Fixed typo. Added comment.crazyboblee
2009-09-29Added comment.crazyboblee