4243 Commits (35aa378527b60713310e0e380b5bcce28d870684)
 

Author SHA1 Message Date
Arjen Poutsma 35aa378527 Minor changes 13 years ago
Arjen Poutsma 680f9692c8 SPR-8341 - Spring OXM CastorMarshaller unmarshalling methods 13 years ago
Arjen Poutsma 3b1190121f SPR-8453 - SpringOXM CastorMarshaller tests 13 years ago
Arjen Poutsma 0346fbc154 Upgrade to Castor 1.3.2 13 years ago
Arjen Poutsma 6d45e1bb12 Upgrade to Castor 1.3.2 13 years ago
Arjen Poutsma 352d61bef2 Javadoc 13 years ago
Rossen Stoyanchev ab033086f9 SPR-8454 Introduce Registration style objects, rename several Spring MVC *Configurer helpers to *Registry, add more tests 13 years ago
Juergen Hoeller 889f8886f6 support for Hibernate 4.0 as a JPA provider 13 years ago
Juergen Hoeller cb1ddb334b consistent dependency on Hibernate Validator 4.1.0.GA 13 years ago
Juergen Hoeller 5c1e86b47f refined WebLogic RMI descriptor to only mark 'getTargetInterfaceName' method as idempotent (SPR-8369) 13 years ago
Juergen Hoeller 695f1613b2 refined EntityManagerFactory proxy exception (SPR-4383) 13 years ago
Arjen Poutsma 9765fefeac SPR-8309 - Spring OXM schema improvement for CastorMarshaller 13 years ago
Arjen Poutsma ac7d48e5a8 Fixing tests 13 years ago
Arjen Poutsma c42671a78a SPR-7911 - Better handling of 204 No Content in RestTemplate 13 years ago
Arjen Poutsma 01d2082090 SPR-7931 - Checking for @XmlRootElement annotation should be made optional in Jaxb2Marshaller 13 years ago
Rossen Stoyanchev fa0b683161 Extract base class from RequestMappingHandlerMapping, one that allows for discovering request mappings from something other than annotations 13 years ago
Juergen Hoeller b2be59c2e4 prepared for 3.1 RC1 release 13 years ago
Juergen Hoeller 878ff89014 added further conversion tests (triggered by 3.0.6 backports) 13 years ago
Juergen Hoeller 6c3cc786d0 added further conversion tests (triggered by 3.0.6 backports) 13 years ago
Juergen Hoeller 90c3d04958 revised JMS CachedConnectionFactory to avoid unnecessary rollback calls on Session return (SPR-8437); fixed JMS CachedConnectionFactory to fully synchronize its Session list (SPR-8436) 13 years ago
Juergen Hoeller 168d9648b9 revised JMS CachedConnectionFactory to avoid unnecessary rollback calls on Session return (SPR-8437); fixed JMS CachedConnectionFactory to fully synchronize its Session list (SPR-8436) 13 years ago
Rossen Stoyanchev 883ac319bc SPR-8430 Rename WebMvcConfiguration to DelegatingWebMvcConfiguration, make it public and make delegation methods final 13 years ago
Chris Beams 25e2537c17 Fix html{Encoding=>Escape} typo in spring.tld.xml 13 years ago
Chris Beams 9b45d50b9b Add missing isDebugEnabled guard in FrameworkServlet 13 years ago
Chris Beams 234bca6462 Resolve ${...} placeholders in @PropertySource 13 years ago
Chris Beams 799785abad Polish @EnableScheduling Javadoc 13 years ago
Chris Beams 2d68b726b5 Add syntax highlighting to Javadoc where necessary 13 years ago
Sam Brannen c0131fe108 Polishing Eclipse classpath settings 13 years ago
Sam Brannen f5bed462bf Fixed Eclipse classpath regarding Commons IO and Codec 13 years ago
Juergen Hoeller 4a11765dfd avoid Logger.getGlobal() - it's Java 7 only... 13 years ago
Juergen Hoeller e1d81e04bc prepared Spring's DataSource and RowSet adapters for forward compatibility with JDBC 4.1 13 years ago
Rossen Stoyanchev fdeeeac5d0 SPR-8430 13 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) 13 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) 13 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) 13 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) 13 years ago
Rossen Stoyanchev 00d57907a3 Introduce base class for WebMvcConfiguration 13 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) 13 years ago
Juergen Hoeller 9f3026a4e6 prefer use of varargs over arrays in bean property setters (for programmatic consumption) 13 years ago
Chris Beams c17df6db8a Update javadoc memory and doc publication settings 13 years ago
Chris Beams ae61aa3555 Revert introduction of AnnotationConfigCapableAC 13 years ago
Chris Beams 3b50fc8d86 Add @EnableLoadTimeWeaving to "New in 3.1" ref doc 13 years ago
Juergen Hoeller 3b704272e3 polishing 13 years ago
Juergen Hoeller fc11102e34 updated dependencies 13 years ago
Juergen Hoeller 3741ac7dd0 added section on JPA EntityManagerFactory bootstrapping without persistence.xml 13 years ago
Juergen Hoeller d5b9b26fea extended coverage of JSF 2.0 implicit attributes: "viewScope", "flash", "resource" 13 years ago
Juergen Hoeller cac42ef233 fixed pattern list test 13 years ago
Juergen Hoeller 02e79f5673 final preparations for 3.1 M2 13 years ago
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