4215 Commits (f5bed462bf8b60fcedee01b0c9d5ef46ffb0b344)
 

Author SHA1 Message Date
Sam Brannen f5bed462bf Fixed Eclipse classpath regarding Commons IO and Codec 14 years ago
Juergen Hoeller 4a11765dfd avoid Logger.getGlobal() - it's Java 7 only... 14 years ago
Juergen Hoeller e1d81e04bc prepared Spring's DataSource and RowSet adapters for forward compatibility with JDBC 4.1 14 years ago
Rossen Stoyanchev fdeeeac5d0 SPR-8430 14 years ago
Juergen Hoeller 1b9574131c 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) 14 years ago
Juergen Hoeller e11dc8597d 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) 14 years ago
Juergen Hoeller b5520bc01a 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) 14 years ago
Juergen Hoeller 11f90023dc 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) 14 years ago
Rossen Stoyanchev 00d57907a3 Introduce base class for WebMvcConfiguration 14 years ago
Juergen Hoeller c60511bf04 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) 14 years ago
Juergen Hoeller 9f3026a4e6 prefer use of varargs over arrays in bean property setters (for programmatic consumption) 14 years ago
Chris Beams c17df6db8a Update javadoc memory and doc publication settings 14 years ago
Chris Beams ae61aa3555 Revert introduction of AnnotationConfigCapableAC 14 years ago
Chris Beams 3b50fc8d86 Add @EnableLoadTimeWeaving to "New in 3.1" ref doc 14 years ago
Juergen Hoeller 3b704272e3 polishing 14 years ago
Juergen Hoeller fc11102e34 updated dependencies 14 years ago
Juergen Hoeller 3741ac7dd0 added section on JPA EntityManagerFactory bootstrapping without persistence.xml 14 years ago
Juergen Hoeller d5b9b26fea extended coverage of JSF 2.0 implicit attributes: "viewScope", "flash", "resource" 14 years ago
Juergen Hoeller cac42ef233 fixed pattern list test 14 years ago
Juergen Hoeller 02e79f5673 final preparations for 3.1 M2 14 years ago
Juergen Hoeller cd933c7f84 full support for arbitrary nesting of collections in fields (SPR-8394); proper type detection in nested collections within arrays 14 years ago
Juergen Hoeller d940811d8b full support for arbitrary nesting of collections in fields (SPR-8394); proper type detection in nested collections within arrays 14 years ago
Keith Donald 15e009f3a0 added utility method to reduce code duplication 14 years ago
Keith Donald 0601f0e520 assignability examples 14 years ago
Keith Donald 1e39b0bbbc implemented collection/map converter conditional matching checks; updated SpEL to reflect this behavior 14 years ago
Juergen Hoeller df460f4486 added "packagesToScan" feature to LocalContainerEntityManagerFactoryBean (avoiding persistence.xml) 14 years ago
Keith Donald e5d551587a fixed failing test; initial conditional converter impls for collections, arrays, and maps 14 years ago
Keith Donald a60cb43c6a added back element type checks in TypeDescriptor#isAssignable; clarified semantics in javadoc 14 years ago
Rossen Stoyanchev 7dcd71c543 SPR-7994 Add missing optional flag for Rome library in spring-web 14 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 14 years ago
Keith Donald a1a7c32052 string to collection and array converters now are conditional and apply target element type match 14 years ago
Thomas Risberg 38041acc87 fixed duplicate section ids 14 years ago
Chris Beams 4a3c1292bc Preserve DefaultContextLoadTimeWeaver no-arg ctor 14 years ago
Arjen Poutsma fa3e9bdfdd SPR-7439 - JSON (jackson) @RequestBody marshalling throws awkward exception 14 years ago
Sam Brannen 4f1e74877a Added log entries for recent TestContext framework changes. 14 years ago
Chris Beams 620018d16b Introduce @EnableLoadTimeWeaving 14 years ago
Chris Beams bce9149947 Polish WebApplicationInitializer Javadoc 14 years ago
David Syer 6933a1af28 SPR-6717: Added support for database destroy scripts 14 years ago
Thomas Risberg 97e047ed66 added check for existing configuration of generated keys before calling update with a KeyHolder. (SPR-7564) 14 years ago
Rossen Stoyanchev b06b5502e0 Updates to whats new in Spring 3.1 section 14 years ago
David Syer 32ebf18429 SPR-5937: add param map to freemarker url macro 14 years ago
David Syer c2e62f098a Add ignorable log file to .gitignore 14 years ago
Sam Brannen 4f96edd901 [SPR-8240][SPR-8401] Documenting @Configuration class and @ActiveProfiles support in the TestContext framework. 14 years ago
Sam Brannen 7307f3d513 Introduced toClassArray(Collection<Class<?>>). 14 years ago
Sam Brannen 5976beca80 polishing 14 years ago
Thomas Risberg 189cc262ad updated codes for Sybase (SPR-8125) 14 years ago
Keith Donald 76283ed321 narrow and elementType/keyValueType tests 14 years ago
Keith Donald a40f6585b4 added convert(Object, TypeDescriptor) convenience method; collection and map tests 14 years ago
Keith Donald 8c6890605a null type descriptor handling 14 years ago
Keith Donald 5f8faa3ae7 improved null handling and javadoc 14 years ago