770 Commits (95b992d43da7ba5e5542f3f4e40cc3836ed74784)
 

Author SHA1 Message Date
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
Chris Beams 0aea9993eb Re-enabled support for @ScopedProxy 17 years ago
Chris Beams ba21e9bdb6 + Moved @Bean into base package, next to @Configuration 17 years ago
Chris Beams 466f4f9536 Simplifying packaging 17 years ago
Chris Beams fa0cb66705 polish 17 years ago
Chris Beams 9794314935 + Renamed Scopes -> StandardScopes 17 years ago
Chris Beams cf76fab038 + Added .clover to svn:ignore 17 years ago
Chris Beams 376290468c + Fleshed out, documented, tested and polished the ConfigurationPostProcessor implementation 17 years ago
Chris Beams 348f5e57c0 Initial work to ensure CGLIB classes are not eagerly loaded (CGLIB should only be required if Spring users wish to process @Configuration classes) 17 years ago
Chris Beams 62c9d11e51 eliminated dead code 17 years ago
Chris Beams ce5dfd80a9 Updated ivy and template.mf dependency metadata; added src/main/resources to quiet a spurious build error. 17 years ago