From c63567c2ef8241949748462db2fcfb9ec26be937 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 8 Sep 2009 00:50:52 +0000 Subject: [PATCH] JSR-303 etc --- build-spring-framework/resources/changelog.txt | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index 46c0d9691f..09f7dec395 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -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)