aboutsummaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)Author
2010-09-11more build configuration fixeslimpbizkit@gmail.com
2010-09-11Missing jars for guice-persistdhanji
2010-09-11Adjust IntelliJ metadata for moved projects.limpbizkit@gmail.com
2010-09-09Complete reworking of the guice-persist module and API. It is MUCH leaner now...dhanji
2010-08-22update parameter names to reflect what they are.sberlin
2010-08-22issue 524 part 2 -- add an SPI to the servlet extension to be able to introsp...sberlin
2010-08-21move extensions that weren't under extensions/ into that directory. simplify...sberlin
2010-08-15Fixes many persist tests to use Junit assertXXX rather than JDK assert statem...dhanji
2010-08-01issue 525 - update poms to guice 3.0. patch courtesy of max bowsher, thanks!sberlin
2010-08-01Merge 2.0-maven branch into trunk.sberlin@gmail.com
2010-07-31issue 506 - fail fast & with a useful error message when an AssistedInject fa...sberlin
2010-07-17remove confusing behavior from assistedinject -- it used to allow factory cre...sberlin@gmail.com
2010-07-05Guice-persist limpbizkit's review cleanups.dhanji
2010-07-03Move internal utility code to separate package.limpbizkit@gmail.com
2010-06-24fixes issue 263 -- introduces ability to "deduplicate" bindings. all Binding...sberlin@gmail.com
2010-06-11fixes issue 490 -- sets using marker annotations don't work properly all the ...sberlin
2010-05-25Initial checkin, Guice-Persist (Supports JPA only). All tests passing.dhanji
2010-05-23issue 329 - cleanup error message for under-specified assistedinject factory.sberlin
2010-05-10fixes issue 478.sberlin
2010-05-09Patches to let Guice be more OSGi (and classloader) friendly. Solves issue 4...sberlin
2010-05-02add two more failing tests for Map/Multibinder -- permitDuplicates should be ...sberlin
2010-04-26issue 297 -- allow Multibinder's dependencies to be retrieved in Stage.TOOL. ...sberlin
2010-03-27patch AssistedInject extension to support multi-constructor injection with Fa...sberlin
2010-03-25optimize assistedinject - touches on issue 435 - it is now about ~4x faster t...sberlin
2010-02-05issue 454 - add an annotation to mark @Injectable methods as wanting injectio...sberlin
2010-02-02Fix for assisted inject bug introduced in r1120.isaac.q.shum
2009-10-20fix for locking problem in old assisted inject.dhanji
2009-10-12tidy up multibindings doc to specify orderinglimpbizkit
2009-09-07First effort at support for JSR 330.limpbizkit
2009-09-07Make MapBinder buildable in Java 5. A prior commit accidentally pulled in som...limpbizkit
2009-08-19Fixed typo in documentation.netdpb
2009-08-19Jesse's tweaks to aragos' patch r1063. His patch was quite well implemented a...limpbizkit
2009-08-19aragos' four-month old patch for issue 346, wherein he adds FactoryModuleBuil...limpbizkit
2009-08-10some test fixes for ScopeChecker and Multibinderlimpbizkit
2009-07-08Cleaned up MapBinder code, including using ImmutableSet and ImmutableMap wher...netdpb
2009-07-07Added mutlimap support to MapBinder.netdpb
2009-06-24Fixin' a doc typolimpbizkit
2009-06-23New API: Multibinder.permitDuplicates() and MapBinder.permitDuplicates()limpbizkit
2009-06-06Post release refactor. I moved almost everything that was package-private in ...limpbizkit
2009-05-19Adding notes to package-info pointing at the required .jar files.limpbizkit
2009-05-19Moving JNDI and JMX out to extensions/limpbizkit
2009-05-16Added a note on Nullable to assistedinjectlimpbizkit
2009-04-08Simplifying listeners:limpbizkit
2009-03-30Test cases that prove we have reliable iteration order for Multibinder and Ma...limpbizkit
2009-03-18Early draft of InjectionListeners.limpbizkit
2009-02-27Misc small changes.limpbizkit
2009-02-27Applying ilya.firman's patch for issue 218. I tweaked the patch to use TypeLi...limpbizkit
2009-02-21Regrettably replacing jarjar'd Google Collections with minimal copies of the ...limpbizkit
2009-02-19Removing all ASM and cglib dependencies from the no_aop build of Guice.limpbizkit
2009-02-19Removing all references to method interceptors from the non-AOPified Guice. T...limpbizkit