4227 Commits (e384b637a36f10151c1a446cba04eed2a5155ce2)
 

Author SHA1 Message Date
Juergen Hoeller e384b637a3 prepared for 3.1 RC1 release 15 years ago
Juergen Hoeller f88047c80f added further conversion tests (triggered by 3.0.6 backports) 15 years ago
Juergen Hoeller bbeed23f94 added further conversion tests (triggered by 3.0.6 backports) 15 years ago
Juergen Hoeller 22d5a23a54 revised JMS CachedConnectionFactory to avoid unnecessary rollback calls on Session return (SPR-8437); fixed JMS CachedConnectionFactory to fully synchronize its Session list (SPR-8436) 15 years ago
Juergen Hoeller c2ca360138 revised JMS CachedConnectionFactory to avoid unnecessary rollback calls on Session return (SPR-8437); fixed JMS CachedConnectionFactory to fully synchronize its Session list (SPR-8436) 15 years ago
Rossen Stoyanchev 6ecdc6ea2d SPR-8430 Rename WebMvcConfiguration to DelegatingWebMvcConfiguration, make it public and make delegation methods final 15 years ago
Chris Beams 1cc3d3d46e Fix html{Encoding=>Escape} typo in spring.tld.xml 15 years ago
Chris Beams 61fc33ca61 Add missing isDebugEnabled guard in FrameworkServlet 15 years ago
Chris Beams cf8533fb97 Resolve ${...} placeholders in @PropertySource 15 years ago
Chris Beams 419288562b Polish @EnableScheduling Javadoc 15 years ago
Chris Beams b3e77d9ef2 Add syntax highlighting to Javadoc where necessary 15 years ago
Sam Brannen 5cde94dc4b Polishing Eclipse classpath settings 15 years ago
Sam Brannen f3dc392fde Fixed Eclipse classpath regarding Commons IO and Codec 15 years ago
Juergen Hoeller 312bda534f avoid Logger.getGlobal() - it's Java 7 only... 15 years ago
Juergen Hoeller c8627b2236 prepared Spring's DataSource and RowSet adapters for forward compatibility with JDBC 4.1 15 years ago
Rossen Stoyanchev 17a83ffec6 SPR-8430 15 years ago
Juergen Hoeller 0cb63fc463 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 dd793ca2b0 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 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