780 Commits (2faef8d9d97aa3f06507c9d18f74f971aaafe244)
 

Author SHA1 Message Date
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
Chris Beams d6f6e9cb05 Removed empty .internal package 17 years ago
Chris Beams 0d87c48d98 + Eliminated support for @Extension methods for now 17 years ago
Chris Beams 1832156349 Javadoc polish & pruning dead code 17 years ago
Chris Beams bb86f785be + Added 'proxyMode' attribute to @Scope annotation 17 years ago
Chris Beams 873723313c @Scope is now allowed on methods (for use in conjunction with @Bean) 17 years ago
Chris Beams b7c8d57da2 + Eliminated UsageError/Validatable/MalformedConfigurationException in favor of existing Problem/ProblemReporter types 17 years ago
Rossen Stoyanchev ab8bdd79ee Add (missing) dependencies on oxm project and xmlunit library 17 years ago
Keith Donald 515f1c57d3 basic conversion service impl; still need super converters, custom converters, and conversion of generic collection elements 17 years ago
Keith Donald 5fb9dbb7d0 turned on debug logging 17 years ago
Keith Donald 02a7b6c680 removed aopalliance errant dependency; removed unused import 17 years ago
Keith Donald 0bf226e205 assert of length 1 17 years ago
Chris Beams 83e909fc52 Removing accidentally committed clover-related eclipse metadata 17 years ago
Keith Donald 441cc1859e javadoc polishing 17 years ago
Chris Beams d9ae8634bc Removed Validator interface and inlined its implementations 17 years ago
Keith Donald 0ef851f070 convert system spi and api 17 years ago