Skip to content

Commit 52b5188

Browse files
committed
first cut of changes for 3.0.0.RC1
1 parent 83289cb commit 52b5188

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

build-spring-framework/resources/changelog.txt

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,22 @@ SPRING FRAMEWORK CHANGELOG
33
http://www.springsource.org
44

55

6-
Changes in version 3.0.0.RC1 (2009-09-XX)
6+
Changes in version 3.0.0.RC1 (2009-09-xx)
77
-----------------------------------------
88

9-
* upgraded to JUnit 4.7 and TestNG 5.10
9+
* revised AccessControlContext access from BeanFactory
10+
* BeanFactory's default type conversion falls back to String constructor on target type
11+
* BeanFactory tries to create unknown collection implementation types via default constructor
12+
* support for default "conversionService" bean in an ApplicationContext
13+
* introduced "ui.format" package as an alternative to PropertyEditors for data binding
14+
* MBeanServerFactoryBean returns JDK 1.5 platform MBeanServer for agent id "" (empty String)
15+
* refined logging in JMS SingleConnectionFactory and DefaultMessageListenerContainer
16+
* @RequestMapping annotation now supported for annotated interfaces (and JDK proxies) as well
17+
* refined response handling for @ExceptionHandler methods
18+
* deprecated @NotTransactional annotation for test classes in favor of @BeforeTransaction
1019
* SpringJUnit4ClassRunner is now compatible with JUnit 4.5, 4.6, and 4.7
11-
* @NotTransactional is now deprecated
20+
* Spring's Hibernate support is now compatible with Hibernate 3.5 beta 1 as well
21+
* Spring's JPA support is now fully compatible with JPA 2.0 as in EclipseLink 2.0.0.M7
1222

1323

1424
Changes in version 3.0.0.M4 (2009-08-10)

0 commit comments

Comments
 (0)