4170 Commits (189cc262ad8a742e7d345b98adeeec68343349ca)
 

Author SHA1 Message Date
Thomas Risberg 189cc262ad updated codes for Sybase (SPR-8125) 15 years ago
Keith Donald 76283ed321 narrow and elementType/keyValueType tests 15 years ago
Keith Donald a40f6585b4 added convert(Object, TypeDescriptor) convenience method; collection and map tests 15 years ago
Keith Donald 8c6890605a null type descriptor handling 15 years ago
Keith Donald 5f8faa3ae7 improved null handling and javadoc 15 years ago
Thomas Risberg 0adcb2ad2e Added batchUpdate method taking a Collection, a batch size and a ParameterizedPreparedStatementSetter as arguments (SPR-6334) 15 years ago
Keith Donald cfb387383b broke out to top-level class for readability 15 years ago
Keith Donald c09227a712 removed dependency on java.beans 15 years ago
Keith Donald 94d690fb2c javadoc and polishing 15 years ago
Keith Donald 2127b16051 catch ConversionFailedException and fallback to default container conversion logic rather than propogate exception 15 years ago
Keith Donald 9ece4a88a9 perform narrowing in reflective property accessor read methods as well 15 years ago
Keith Donald c306afed63 polishing 15 years ago
Keith Donald c84cccf06d revised TypeDescriptor NULL and element/mapKey/mapValue type semantics 15 years ago
Chris Beams a2a4929c14 Add "What's new in Spring 3.1" to ref docs 15 years ago
Chris Beams 3af4cdb0f1 Rename ref docs section new-in-3 => new-in-3.0 15 years ago
Chris Beams ea2da0b6be Remove unused 'new-in-2' ref doc xml 15 years ago
Chris Beams 1bf8634db1 Fix broken links in ref docs 15 years ago
Keith Donald 5db1687d29 added TypeDescriptor resolveCollectionElement and Map key/value types 15 years ago
Sam Brannen 9c3c1c64b3 [SPR-8386] polishing JavaDoc 15 years ago
Sam Brannen dbe96b5cf9 [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 3f58da1cd6 [SPR-7326] Added unit tests to verify proper semantics of TestContext's cache key generation. 15 years ago
Mark Fisher 72420c79cb SPR-8205 added support for a 'trigger' attribute (bean ref) on scheduled-task elements 15 years ago
Sam Brannen da41c9bb11 polishing 15 years ago
Sam Brannen f3f29412d4 Increased timeout in calls to assertStopWatchTimeLimit() to increase stability of the build. 15 years ago
Sam Brannen 0d4469d8e3 Suppressing warnings for deprecation of SimpleJdbcTemplate; polishing JavaDoc; using TestNG assertions in TestNG tests. 15 years ago
Sam Brannen 266e1096ce polishing 15 years ago
Sam Brannen 2b17ee0911 [SPR-6184] AnnotationConfigContextLoader now defines "$ContextConfiguration" as the resource suffix for generated default @Configuration class names. 15 years ago
Sam Brannen 39583d23fd [SPR-6184] AnnotationConfigContextLoader now defines "$ContextConfiguration" as the resource suffix for generated default @Configuration class names. 15 years ago
Rossen Stoyanchev 16fc083310 SPR-8391 Minor documentation fixes 15 years ago
Rossen Stoyanchev f1ad53d570 SPR-6709 Update changelog and add one test 15 years ago
Rossen Stoyanchev d2a99de9fc Add ModelFactory test for HttpSessionRequiredException 15 years ago
Oliver Gierke c7a350cde7 SPR-7477 - Added lazy-init attribute to jee namespace 15 years ago
Chris Beams 385d8e9482 Fix system environment tests on all platforms 15 years ago
Keith Donald a1b7af5c9c broke out pkg private classes from TypeDescriptor to improve manageability and testability 15 years ago
Keith Donald 07f985ac91 more tests; several assertions for the programmer 15 years ago
Keith Donald 08180e97f8 javadoc polishing 15 years ago
Keith Donald a8dbac6d8d more tests 15 years ago
Keith Donald 0f6d890d97 javadoc 15 years ago
Keith Donald 6f146737f4 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 9d2ee7061c SPR-6709 Handle RequestBodyNotValidException and update reference docs 15 years ago
Sam Brannen bfecedf5e2 Reverted Dave's changes to Eclipse project settings since we do not use Maven to build. 15 years ago
Sam Brannen 2913964b41 [SPR-7960][SPR-8386] Supporting declarative configuration of bean definition profiles in the TestContext framework: 15 years ago
Sam Brannen ab704fdaba [SPR-8393] AnnotatedBeanDefinitionReader's constructor now inherits the Environment of supplied BeanDefinitionRegistry. 15 years ago
Sam Brannen 74b169e886 [SPR-8393] AnnotatedBeanDefinitionReader's constructor now inherits the Environment of supplied BeanDefinitionRegistry. 15 years ago
Rossen Stoyanchev 18f5d90235 SPR-6709 Support @Valid with @RequestBody method arguments 15 years ago
David Syer 14edc9fc03 SPR-7364: added separator property to database populator to deal with things like PL/SQL 15 years ago
Sam Brannen ac735d73ac [SPR-7960][SPR-8386] First draft of SmartContextLoader SPI, MergedContextConfiguration, and ContextConfigurationAttributes. 15 years ago
Chris Beams cee9da36eb Mention code alternatives in context and mvc XSDs 15 years ago
Chris Beams 9ca9287e35 Polish @Primary Javadoc 15 years ago
Chris Beams aa0c64d2f2 Polish @EnableScheduling Javadoc and related XSD 15 years ago