4295 Commits (54c82a53cd5e153b023888baa9e6c9fbf7d8fce8)
 

Author SHA1 Message Date
Juergen Hoeller cd933c7f84 full support for arbitrary nesting of collections in fields (SPR-8394); proper type detection in nested collections within arrays 13 years ago
Juergen Hoeller d940811d8b full support for arbitrary nesting of collections in fields (SPR-8394); proper type detection in nested collections within arrays 13 years ago
Keith Donald 15e009f3a0 added utility method to reduce code duplication 13 years ago
Keith Donald 0601f0e520 assignability examples 13 years ago
Keith Donald 1e39b0bbbc implemented collection/map converter conditional matching checks; updated SpEL to reflect this behavior 13 years ago
Juergen Hoeller df460f4486 added "packagesToScan" feature to LocalContainerEntityManagerFactoryBean (avoiding persistence.xml) 13 years ago
Keith Donald e5d551587a fixed failing test; initial conditional converter impls for collections, arrays, and maps 13 years ago
Keith Donald a60cb43c6a added back element type checks in TypeDescriptor#isAssignable; clarified semantics in javadoc 13 years ago
Rossen Stoyanchev 7dcd71c543 SPR-7994 Add missing optional flag for Rome library in spring-web 13 years ago
Keith Donald 5e3a5202fb restored TypeDescriptor getElementType, getMapKeyType, and getMapValueType compatibility; StringToCollection and Array Converters are now conditional and check targetElementType if present; TypeDesciptor#isAssignable no longer bothers with element type and map key/value types in checking assignability for consistency elsewhere; improved javadoc 13 years ago
Keith Donald a1a7c32052 string to collection and array converters now are conditional and apply target element type match 13 years ago
Thomas Risberg 38041acc87 fixed duplicate section ids 13 years ago
Chris Beams 4a3c1292bc Preserve DefaultContextLoadTimeWeaver no-arg ctor 13 years ago
Arjen Poutsma fa3e9bdfdd SPR-7439 - JSON (jackson) @RequestBody marshalling throws awkward exception 13 years ago
Sam Brannen 4f1e74877a Added log entries for recent TestContext framework changes. 13 years ago
Chris Beams 620018d16b Introduce @EnableLoadTimeWeaving 13 years ago
Chris Beams bce9149947 Polish WebApplicationInitializer Javadoc 13 years ago
David Syer 6933a1af28 SPR-6717: Added support for database destroy scripts 13 years ago
Thomas Risberg 97e047ed66 added check for existing configuration of generated keys before calling update with a KeyHolder. (SPR-7564) 13 years ago
Rossen Stoyanchev b06b5502e0 Updates to whats new in Spring 3.1 section 13 years ago
David Syer 32ebf18429 SPR-5937: add param map to freemarker url macro 13 years ago
David Syer c2e62f098a Add ignorable log file to .gitignore 13 years ago
Sam Brannen 4f96edd901 [SPR-8240][SPR-8401] Documenting @Configuration class and @ActiveProfiles support in the TestContext framework. 13 years ago
Sam Brannen 7307f3d513 Introduced toClassArray(Collection<Class<?>>). 13 years ago
Sam Brannen 5976beca80 polishing 13 years ago
Thomas Risberg 189cc262ad updated codes for Sybase (SPR-8125) 13 years ago
Keith Donald 76283ed321 narrow and elementType/keyValueType tests 13 years ago
Keith Donald a40f6585b4 added convert(Object, TypeDescriptor) convenience method; collection and map tests 13 years ago
Keith Donald 8c6890605a null type descriptor handling 13 years ago
Keith Donald 5f8faa3ae7 improved null handling and javadoc 13 years ago
Thomas Risberg 0adcb2ad2e Added batchUpdate method taking a Collection, a batch size and a ParameterizedPreparedStatementSetter as arguments (SPR-6334) 13 years ago
Keith Donald cfb387383b broke out to top-level class for readability 13 years ago
Keith Donald c09227a712 removed dependency on java.beans 13 years ago
Keith Donald 94d690fb2c javadoc and polishing 13 years ago
Keith Donald 2127b16051 catch ConversionFailedException and fallback to default container conversion logic rather than propogate exception 13 years ago
Keith Donald 9ece4a88a9 perform narrowing in reflective property accessor read methods as well 13 years ago
Keith Donald c306afed63 polishing 13 years ago
Keith Donald c84cccf06d revised TypeDescriptor NULL and element/mapKey/mapValue type semantics 13 years ago
Chris Beams a2a4929c14 Add "What's new in Spring 3.1" to ref docs 13 years ago
Chris Beams 3af4cdb0f1 Rename ref docs section new-in-3 => new-in-3.0 13 years ago
Chris Beams ea2da0b6be Remove unused 'new-in-2' ref doc xml 13 years ago
Chris Beams 1bf8634db1 Fix broken links in ref docs 13 years ago
Keith Donald 5db1687d29 added TypeDescriptor resolveCollectionElement and Map key/value types 13 years ago
Sam Brannen 9c3c1c64b3 [SPR-8386] polishing JavaDoc 13 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. 13 years ago
Sam Brannen 3f58da1cd6 [SPR-7326] Added unit tests to verify proper semantics of TestContext's cache key generation. 13 years ago
Mark Fisher 72420c79cb SPR-8205 added support for a 'trigger' attribute (bean ref) on scheduled-task elements 14 years ago
Sam Brannen da41c9bb11 polishing 14 years ago
Sam Brannen f3f29412d4 Increased timeout in calls to assertStopWatchTimeLimit() to increase stability of the build. 14 years ago
Sam Brannen 0d4469d8e3 Suppressing warnings for deprecation of SimpleJdbcTemplate; polishing JavaDoc; using TestNG assertions in TestNG tests. 14 years ago