795 Commits (cc21b308e2bf07e26cfe6afc871fdff1d122cd07)
 

Author SHA1 Message Date
Juergen Hoeller cc21b308e2 qualifier annotations and @Value can be used at method level as well (applying to all parameters); 17 years ago
Juergen Hoeller 182acb9c87 fixed CachingMapDecorator to support garbage-collected weak references (again) 17 years ago
Juergen Hoeller aecc6b45df type variable cache uses weak values 17 years ago
Juergen Hoeller e6618f050a added superfluous cast as a workaround for the Sun Javac compiler 17 years ago
Juergen Hoeller 303f360d27 implement ASM ClassVisitor interface directly 17 years ago
Juergen Hoeller 262e510b32 polishing 17 years ago
Juergen Hoeller c35b5f8ef2 polishing 17 years ago
Juergen Hoeller 8251dff561 SessionAwareMessageListener supports generic declaration of concrete JMS Message type 17 years ago
Chris Beams 7e8c6e57cc Tweaks to package-info.java files 17 years ago
Chris Beams 5f9c23f04f Consolidated Util and MutableAnnotationUtils classes into existing AsmUtils 17 years ago
Chris Beams 255c03a1d7 polishing 17 years ago
Chris Beams 34116c57f9 + JavaDoc updates 17 years ago
Chris Beams 927f8039ca + Removed org.springframework.config.java module 17 years ago
Chris Beams 868ca2bb4a + Moving .config.java module -> .context 17 years ago
Chris Beams 8fc0036591 + Pruned empty directories 17 years ago
Chris Beams 2faef8d9d9 + Pruned empty directories 17 years ago
Chris Beams e70b6ef6a4 + Repackaged src and test from .config.java.* -> .context.annotation.* 17 years ago
Chris Beams e52702e9fe + Repackaging test codebase from .config.java.* -> .context.annotation.* 17 years ago
Chris Beams 4473ca05d3 + Added isCglibClassName() to AopUtils for checking bean class names before classloading 17 years ago
Chris Beams e0c593f61c Made ConfigurationModel semantics explicit by having it extend LinkedHashSet<ConfigurationClass> 17 years ago
Chris Beams 7cd96e4334 + Added tests for custom @Bean naming and aliasing 17 years ago
Chris Beams 192260dbd6 + Added unit test for BeanMethod 17 years ago
Chris Beams 41c1361c24 + Source attribution is now consistent across all registered Problems 17 years ago
Chris Beams 0cf9358bf4 Circular @Imports are now handled by registering a Problem (CircularImportProblem) as an error with the current ProblemReporter. This eliminates the need for CircularImportException and is a more tooling-friendly approach. 17 years ago
Chris Beams 7f82764cb2 + Updated all projects to use the re-introduced org.springframework.asm instead of org.objectweb.asm (.java, template.mf, ivy.xml, and .classpath files have been updated) 17 years ago
Ben Hale 95b992d43d [SPR-5459] Added jarjar'd asm packaging 17 years ago
Thomas Risberg e2cb01c676 Added the Spring Framework reference documentation 17 years ago
Colin Sampaleanu 2d4710bf68 update hibernate and openjpa dependencies to match the orm module 17 years ago
Mark Pollack 1748a09613 Add support for @ScopedProxy for factory beans using the @FactoryBean annotation within a @Component 17 years ago
Colin Sampaleanu d5f8c2767f fix ecliipse jar imports to match recent changes (hibernate, openjpa) to 17 years ago
Chris Beams 09c570fd44 removing unnecessary eclipse 'Project Facets' metadata 17 years ago
Thomas Risberg b37a461eb0 added tests for custom SQLException translation, polished (SPR-4899) 17 years ago
Thomas Risberg f041d50b41 changed exception class thrown for problems configuring GenericSqlQuery class (SPR-3986) 17 years ago
Thomas Risberg 0ba04cafd0 added the option of providing a database specific custom SQLExceptionTranslator to provide customized translation for any SQLException before the error codes translation happens (SPR-4899) 17 years ago
Thomas Risberg ee4c0e7101 switched tests to use JUnit4 17 years ago
Thomas Risberg d3c10437c4 added a concrete GenericSqlQuery class to make it possible to configure in application context (SPR-3986) 17 years ago
Thomas Risberg b9b536871c fixed missing tabs in application context file (SPR-3987) 17 years ago
Thomas Risberg 87a53c0777 moved the application context file to correct directory (SPR-3987) 17 years ago
Thomas Risberg d79c880c46 added a concrete GenericStoredProcedure class to make it possible to configure using application context (SPR-3987) 17 years ago
Thomas Risberg 41ad9365d9 added a DuplicatKeyException catagory for SQLException translation (SPR-5125) 17 years ago
Keith Donald fefb06a5be custom converters 17 years ago
Keith Donald d920c52393 super converter implementation 17 years ago
Chris Beams f8865749db ignoring clover prefs 17 years ago
Chris Beams c26eb40c4a ignoring clover prefs 17 years ago
Chris Beams ca05d99b7d Eliminated all compilation warnings 17 years ago
Chris Beams 5a62fb1762 Whitespace and license polish 17 years ago
Mark Pollack 43bb43116c Initial cut of feature to create factory beans using the @FactoryBean annotation within a @Component 17 years ago
Mark Pollack 3f024d2f4b Initial cut of feature to create factory beans using the @FactoryBean annotation within a @Component 17 years ago
Chris Beams 555f14aac8 Dependency updates 17 years ago
Chris Beams d5f20c4247 + Further documentation and pruning. 17 years ago