JSR-303 etc
This commit is contained in:
parent
70038bcf3c
commit
c63567c2ef
|
|
@ -3,23 +3,28 @@ SPRING FRAMEWORK CHANGELOG
|
|||
http://www.springsource.org
|
||||
|
||||
|
||||
Changes in version 3.0.0.RC1 (2009-09-xx)
|
||||
Changes in version 3.0.0.RC1 (2009-09-14)
|
||||
-----------------------------------------
|
||||
|
||||
* updated to AspectJ 1.6.5, Groovy 1.6.3, EHCache 1.6.2, and JUnit 4.7
|
||||
* refined PathMatchingResourcePatternResolver's treatment of non-readable directories
|
||||
* revised AccessControlContext access from BeanFactory
|
||||
* BeanFactory's default type conversion falls back to String constructor on target type
|
||||
* BeanFactory tries to create unknown collection implementation types via default constructor
|
||||
* support for default "conversionService" bean in an ApplicationContext
|
||||
* introduced "ui.format" package as an alternative to PropertyEditors for data binding
|
||||
* MBeanServerFactoryBean returns JDK 1.5 platform MBeanServer for agent id "" (empty String)
|
||||
* MBeanServerFactoryBean returns JDK 1.5 platform MBeanServer for agent id "" (empty String)
|
||||
* changed NamedParameter/SimpleJdbcOperations parameter signatures to accept any Map value type
|
||||
* refined logging in JMS SingleConnectionFactory and DefaultMessageListenerContainer
|
||||
* introduced "ui.format" package as an alternative to PropertyEditors for data binding
|
||||
* introduced initial JSR-303 Bean Validation support in "validation.beanvalidation" package
|
||||
* JSR-303 support for validation of @MVC hander method arguments driven by @Valid annotations
|
||||
* @RequestMapping annotation now supported for annotated interfaces (and JDK proxies) as well
|
||||
* refined response handling for @ExceptionHandler methods
|
||||
* deprecated @NotTransactional annotation for test classes in favor of @BeforeTransaction
|
||||
* SpringJUnit4ClassRunner once again supports collective timeouts for repeated tests
|
||||
* SpringJUnit4ClassRunner is now compatible with JUnit 4.5, 4.6, and 4.7
|
||||
* Spring's Hibernate support is now compatible with Hibernate 3.5 beta 1 as well
|
||||
* Spring's JPA support is now fully compatible with JPA 2.0 as in EclipseLink 2.0.0.M7
|
||||
* SpringJUnit4ClassRunner once again supports collective timeouts for repeated tests
|
||||
|
||||
|
||||
Changes in version 3.0.0.M4 (2009-08-10)
|
||||
|
|
|
|||
Loading…
Reference in New Issue