4209 Commits (d2e7efee7e46ea82b55fdf34ebdc75747235be50)
 

Author SHA1 Message Date
Juergen Hoeller d2e7efee7e shortened build properties "org.junit.version" to "junit.version" and "org.testng.version" to "testng.version"; reverted SLF4J version back to 1.5.3 (for Hibernate 3.3.1 compatibility) 15 years ago
Juergen Hoeller e33805ddff shortened build properties "org.junit.version" to "junit.version" and "org.testng.version" to "testng.version"; reverted SLF4J version back to 1.5.3 (for Hibernate 3.3.1 compatibility) 15 years ago
Rossen Stoyanchev 83a5f0bb4a Introduce base class for WebMvcConfiguration 15 years ago
Juergen Hoeller 03adc3b632 shortened build properties "org.junit.version" to "junit.version" and "org.testng.version" to "testng.version"; reverted SLF4J version back to 1.5.3 (for Hibernate 3.3.1 compatibility) 15 years ago
Juergen Hoeller df484f594f prefer use of varargs over arrays in bean property setters (for programmatic consumption) 15 years ago
Chris Beams 7b9bcc0099 Update javadoc memory and doc publication settings 15 years ago
Chris Beams 9374f72e41 Revert introduction of AnnotationConfigCapableAC 15 years ago
Chris Beams 6e3189bee0 Add @EnableLoadTimeWeaving to "New in 3.1" ref doc 15 years ago
Juergen Hoeller 80c86075f0 polishing 15 years ago
Juergen Hoeller 786ca258b9 updated dependencies 15 years ago
Juergen Hoeller b95c43e913 added section on JPA EntityManagerFactory bootstrapping without persistence.xml 15 years ago
Juergen Hoeller c30b50471b extended coverage of JSF 2.0 implicit attributes: "viewScope", "flash", "resource" 15 years ago
Juergen Hoeller fcd4ca61c6 fixed pattern list test 15 years ago
Juergen Hoeller 6a20350a09 final preparations for 3.1 M2 15 years ago
Juergen Hoeller 6ff99b54d8 full support for arbitrary nesting of collections in fields (SPR-8394); proper type detection in nested collections within arrays 15 years ago
Juergen Hoeller 0574baa690 full support for arbitrary nesting of collections in fields (SPR-8394); proper type detection in nested collections within arrays 15 years ago
Keith Donald 031e9b64a7 added utility method to reduce code duplication 15 years ago
Keith Donald 2410603cc4 assignability examples 15 years ago
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