4191 Commits (f40c101d6dfef29082e2b374eaa3d75046ca78e8)
 

Author SHA1 Message Date
Keith Donald f40c101d6d implemented collection/map converter conditional matching checks; updated SpEL to reflect this behavior 15 years ago
Juergen Hoeller cfd8d7dac4 added "packagesToScan" feature to LocalContainerEntityManagerFactoryBean (avoiding persistence.xml) 15 years ago
Keith Donald a87adacbfe fixed failing test; initial conditional converter impls for collections, arrays, and maps 15 years ago
Keith Donald 2e88435aa4 added back element type checks in TypeDescriptor#isAssignable; clarified semantics in javadoc 15 years ago
Rossen Stoyanchev 031f0d52e5 SPR-7994 Add missing optional flag for Rome library in spring-web 15 years ago
Keith Donald b0a9781f0f 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 15 years ago
Keith Donald 034edc9e1f string to collection and array converters now are conditional and apply target element type match 15 years ago
Thomas Risberg e8404a33ee fixed duplicate section ids 15 years ago
Chris Beams c84c97d572 Preserve DefaultContextLoadTimeWeaver no-arg ctor 15 years ago
Arjen Poutsma 9e1d02da2b SPR-7439 - JSON (jackson) @RequestBody marshalling throws awkward exception 15 years ago
Sam Brannen ce707c575d Added log entries for recent TestContext framework changes. 15 years ago
Chris Beams a50e4a24a9 Introduce @EnableLoadTimeWeaving 15 years ago
Chris Beams 991a5f9a3f Polish WebApplicationInitializer Javadoc 15 years ago
David Syer 99e6c7c45d SPR-6717: Added support for database destroy scripts 15 years ago
Thomas Risberg fff185d975 added check for existing configuration of generated keys before calling update with a KeyHolder. (SPR-7564) 15 years ago
Rossen Stoyanchev bbb51ad475 Updates to whats new in Spring 3.1 section 15 years ago
David Syer 0905eb333d SPR-5937: add param map to freemarker url macro 15 years ago
David Syer 24b857ac2c Add ignorable log file to .gitignore 15 years ago
Sam Brannen 6a509f49b0 [SPR-8240][SPR-8401] Documenting @Configuration class and @ActiveProfiles support in the TestContext framework. 15 years ago
Sam Brannen b8d36919f4 Introduced toClassArray(Collection<Class<?>>). 15 years ago
Sam Brannen 0c787ff902 polishing 15 years ago
Thomas Risberg 8921682410 updated codes for Sybase (SPR-8125) 15 years ago
Keith Donald 7f93b47b4a narrow and elementType/keyValueType tests 15 years ago
Keith Donald 90bb4c2256 added convert(Object, TypeDescriptor) convenience method; collection and map tests 15 years ago
Keith Donald 0fcbb35889 null type descriptor handling 15 years ago
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