4166 Commits (eaa8a4271c56a677d6cd8a801136d0734e16fcd5)
 

Author SHA1 Message Date
Keith Donald eaa8a4271c improved null handling and javadoc 15 years ago
Thomas Risberg f52a34e5b3 Added batchUpdate method taking a Collection, a batch size and a ParameterizedPreparedStatementSetter as arguments (SPR-6334) 15 years ago
Keith Donald c5425d0f43 broke out to top-level class for readability 15 years ago
Keith Donald 89096b46b8 removed dependency on java.beans 15 years ago
Keith Donald 911eb5fca8 javadoc and polishing 15 years ago
Keith Donald 4afc2c926d catch ConversionFailedException and fallback to default container conversion logic rather than propogate exception 15 years ago
Keith Donald 15aad4b70a perform narrowing in reflective property accessor read methods as well 15 years ago
Keith Donald b58386da08 polishing 15 years ago
Keith Donald a34147a53d revised TypeDescriptor NULL and element/mapKey/mapValue type semantics 15 years ago
Chris Beams ce08298e01 Add "What's new in Spring 3.1" to ref docs 15 years ago
Chris Beams 1c539e8a65 Rename ref docs section new-in-3 => new-in-3.0 15 years ago
Chris Beams 235f3678ef Remove unused 'new-in-2' ref doc xml 15 years ago
Chris Beams f852276232 Fix broken links in ref docs 15 years ago
Keith Donald 4ee2900296 added TypeDescriptor resolveCollectionElement and Map key/value types 15 years ago
Sam Brannen 32bca54000 [SPR-8386] polishing JavaDoc 15 years ago
Sam Brannen 39b790032f [SPR-7326] MergedContextConfiguration now ensures that it holds non-null arrays with proper semantics for TestContext's cache key generation. 15 years ago
Sam Brannen 59dea815c7 [SPR-7326] Added unit tests to verify proper semantics of TestContext's cache key generation. 15 years ago
Mark Fisher ac176da515 SPR-8205 added support for a 'trigger' attribute (bean ref) on scheduled-task elements 15 years ago
Sam Brannen d0368e1f1c polishing 15 years ago
Sam Brannen c5cdb5602e Increased timeout in calls to assertStopWatchTimeLimit() to increase stability of the build. 15 years ago
Sam Brannen 137353b2c2 Suppressing warnings for deprecation of SimpleJdbcTemplate; polishing JavaDoc; using TestNG assertions in TestNG tests. 15 years ago
Sam Brannen 06b6d0a908 polishing 15 years ago
Sam Brannen dba7795ed7 [SPR-6184] AnnotationConfigContextLoader now defines "$ContextConfiguration" as the resource suffix for generated default @Configuration class names. 15 years ago
Sam Brannen 03b79452a9 [SPR-6184] AnnotationConfigContextLoader now defines "$ContextConfiguration" as the resource suffix for generated default @Configuration class names. 15 years ago
Rossen Stoyanchev ad81cb5fcc SPR-8391 Minor documentation fixes 15 years ago
Rossen Stoyanchev b585202eb8 SPR-6709 Update changelog and add one test 15 years ago
Rossen Stoyanchev 0ecc885a24 Add ModelFactory test for HttpSessionRequiredException 15 years ago
Oliver Gierke 67ffadd1f4 SPR-7477 - Added lazy-init attribute to jee namespace 15 years ago
Chris Beams 976955f6ad Fix system environment tests on all platforms 15 years ago
Keith Donald b93a2b121d broke out pkg private classes from TypeDescriptor to improve manageability and testability 15 years ago
Keith Donald 21e2dd87c9 more tests; several assertions for the programmer 15 years ago
Keith Donald 0b33eb8842 javadoc polishing 15 years ago
Keith Donald 6af117037f more tests 15 years ago
Keith Donald f13b99f4ea javadoc 15 years ago
Keith Donald c7cae10364 simplified TypeDescriptor usage and updated use of the API across BeanWrapper and SpEL; collapsed PropertyTypeDescriptor into TypeDescriptor for simplicity and ease of use; improved docs 15 years ago
Rossen Stoyanchev 5d69429178 SPR-6709 Handle RequestBodyNotValidException and update reference docs 15 years ago
Sam Brannen 153b3fd101 Reverted Dave's changes to Eclipse project settings since we do not use Maven to build. 15 years ago
Sam Brannen b986a8f32b [SPR-7960][SPR-8386] Supporting declarative configuration of bean definition profiles in the TestContext framework: 15 years ago
Sam Brannen 3a33f705e7 [SPR-8393] AnnotatedBeanDefinitionReader's constructor now inherits the Environment of supplied BeanDefinitionRegistry. 15 years ago
Sam Brannen 6fee394ac0 [SPR-8393] AnnotatedBeanDefinitionReader's constructor now inherits the Environment of supplied BeanDefinitionRegistry. 15 years ago
Rossen Stoyanchev da6976b562 SPR-6709 Support @Valid with @RequestBody method arguments 15 years ago
David Syer 1e249085d2 SPR-7364: added separator property to database populator to deal with things like PL/SQL 15 years ago
Sam Brannen 4497a9ad8d [SPR-7960][SPR-8386] First draft of SmartContextLoader SPI, MergedContextConfiguration, and ContextConfigurationAttributes. 15 years ago
Chris Beams 292916c66c Mention code alternatives in context and mvc XSDs 15 years ago
Chris Beams de347353c6 Polish @Primary Javadoc 15 years ago
Chris Beams c5d7dcf418 Polish @EnableScheduling Javadoc and related XSD 15 years ago
Chris Beams c3822bd26d Polish @EnableAsync Javadoc and related XSD 15 years ago
Chris Beams d9ce5f854c Polish @EnableTransactionManagement Javadoc and XSD 15 years ago
David Syer 9c73be0869 SPR-6688: Add tests and explicit detection of \ in sql script extractor 15 years ago
Chris Beams 28520fd5db Rename TransactionManagementConfigurer callback 15 years ago