Skip to content

Commit 150c0ad

Browse files
committed
updated changelog for RC2 release
1 parent 0e1b04d commit 150c0ad

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

build-spring-framework/resources/changelog.txt

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,43 @@ SPRING FRAMEWORK CHANGELOG
33
http://www.springsource.org
44

55

6-
Changes in version 3.0.0.RC2 (2009-11-12)
6+
Changes in version 3.0.0.RC2 (2009-11-13)
77
-----------------------------------------
88

99
* updated to final versions of JSR-330 "javax.inject" and JSR-303 "javax.validation" APIs
1010
* full compliance with the JSR-330 TCK (i.e. full compliance with the final specification)
1111
* 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
1714
* added AnnotatedBeanDefinitionReader helper for programmatic registration of annotated classes
1815
* added AnnotationConfig(Web)ApplicationContext for convenient registration/scanning of classes
19-
* revised MethodParameter's annotation accessor methods
16+
* added GenericXmlApplicationContext with flexible configuration options for its XML support
2017
* PathMatchingResourcePatternResolver leniently ignores non-existing root directories
2118
* DefaultConversionService understands "on"/"off", "yes"/"no", "1"/"0" as boolean values
2219
* CustomEditorConfigurer supports PropertyEditor instances again (with deprecation warning)
2320
* AbstractApplicationContext can also start up in case of system properties access failure
21+
* internal MergedBeanDefinitionPostProcessors apply after all other post-processors
22+
* inner beans detected as ApplicationListeners as well (only supported for inner singletons)
23+
* child bean definition's scope attribute can be inherited from parent bean definition now
24+
* revised MethodParameter's annotation accessor methods
2425
* ClassUtils is now parametrized with Class<?> and Class<T> where appropriate
26+
* added initialize-database tag to jdbc namespace for populating external data sources with data
2527
* DataBinder now accepts var-args to set allowed, disallowed, and required fields
26-
* DataBinder auto-grows nested paths on traversal (avoiding NullValueInNestedPathException and IndexOutOfBoundException)
28+
* DataBinder auto-grows nested paths on traversal (avoiding NullValueInNestedPathException)
2729
* fixed enum binding regression with WebRequestDataBinder (as used by @MVC data binding now)
2830
* fixed FieldError to expose rejected input value as String value instead of as array
2931
* JSR-303 Validator will only register validation failures if no binding failure happened
3032
* ContentNegotiatingViewResolver works with ignoreAcceptHeader and defaultContentType as well
33+
* added Spring MVC namespace, with convenient mvc:annotation-driven configuration element
34+
* default number and datetime formatters configured when using the Spring MVC namespace
35+
* full support for datetime formatting using the Joda Time library (automatically enabled)
36+
* added convenient @NumberFormat and @DateTimeFormat annotations for declarative formatting
37+
* implicit T.valueOf(S) and constructor T(S) lookup if no explicit S->T converter matches
3138
* AbstractExcelView is compatible with Apache POI 3.0 as well as 3.5 now
3239
* TilesConfigurer only sets up EL support if JSP 2.1 is present (for JSP 2.0 compatibility)
3340
* re-introduced Struts 1.x support ("org.springframework.web.struts") in deprecated form
3441
* deprecated scheduling support for JDK 1.3 Timer ("org.springframework.scheduling.timer")
3542
* deprecated remoting support for JAX-RPC (in favor of JAX-WS)
36-
* added support for load-time weaving in JBoss 5.x
37-
* added initialize-database tag added to jdbc namespace for populating external data sources with data
3843

3944

4045
Changes in version 3.0.0.RC1 (2009-09-25)

0 commit comments

Comments
 (0)