You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build-spring-framework/resources/changelog.txt
+15-10Lines changed: 15 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -3,38 +3,43 @@ SPRING FRAMEWORK CHANGELOG
3
3
http://www.springsource.org
4
4
5
5
6
-
Changes in version 3.0.0.RC2 (2009-11-12)
6
+
Changes in version 3.0.0.RC2 (2009-11-13)
7
7
-----------------------------------------
8
8
9
9
* updated to final versions of JSR-330 "javax.inject" and JSR-303 "javax.validation" APIs
10
10
* full compliance with the JSR-330 TCK (i.e. full compliance with the final specification)
11
11
* support for Hibernate Validator 4.0 GA (as the JSR-303 reference implementation)
12
-
* added Spring MVC namespace, with convenient <mvc:annotation-driven/> element for configuring support for annotated Controllers
13
-
* default number and datetime formatters configured automatically when using the Spring MVC namespace
14
-
* full support for datetime formatting using the Joda Time library, configured automatically if Joda Time is present in the classpath
15
-
* added convenient @NumberFormat and @DateTimeFormat annotations for declaratively formatting number and datetime model fields, respectively
16
-
* When converting from a source field of type S to a target field of type T, will fallback to T.valueOf(S) and T(S) if no explicit S->T converter matches
12
+
* added support for load-time weaving in JBoss 5.x
13
+
* added support for recent EHCache 1.6 configuration properties to EHCacheFactoryBean
17
14
* added AnnotatedBeanDefinitionReader helper for programmatic registration of annotated classes
18
15
* added AnnotationConfig(Web)ApplicationContext for convenient registration/scanning of classes
0 commit comments