Skip to content

Commit d356070

Browse files
committed
final preparations for 3.0.1 release
1 parent 64f0200 commit d356070

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build-spring-framework/resources/changelog.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SPRING FRAMEWORK CHANGELOG
33
http://www.springsource.org
44

55

6-
Changes in version 3.0.1 (2010-02-15)
6+
Changes in version 3.0.1 (2010-02-17)
77
-------------------------------------
88

99
* upgraded to AspectJ 1.6.8
@@ -15,6 +15,7 @@ Changes in version 3.0.1 (2010-02-15)
1515
* ConversionFailedException exposes offending value through public "getValue()" method
1616
* fixed BeanFactory's "getBeansWithAnnotation" to ignore beans with non-determinable type
1717
* widened FactoryBean's "getObjectType" signature to return any Class (Class<?>)
18+
* BeanDefinitionReader and ClassPath/FileSystemXmlApplicationContext use varargs where possible
1819
* introduced BeanDefinitionRegistryPostProcessor extension to BeanFactoryPostProcessor
1920
* @Configuration classes support definition of BeanFactoryPostProcessor beans
2021
* component-scan's scoped-proxy attribute applies to scope-annotated singleton beans as well
@@ -41,12 +42,15 @@ Changes in version 3.0.1 (2010-02-15)
4142
* fixed MediaType's Comparable behavior to do a full comparison, aligned with equals behavior
4243
* added "sortBySpecificity" method to MediaType, for typical use with accept header matching
4344
* MimeMessageHelper encodes from, to, cc, bcc String addresses with given encoding as well
45+
* relaxed generic Class declaration in HttpMessageConverter's canRead/canWrite/read signatures
4446
* fixed "mvc:view-controller" to work in a fully isolated fashion on Spring Dynamic Modules
47+
* @RequestParam/RequestHeader/CookieValue's defaultValue allows for declaring empty String
4548
* @SessionAttributes works when used on an annotated controller interface with AOP proxying
4649
* WebRequest is a resolvable dependency in Servlet/Portlet web application contexts
4750
* revised JSP-based views to never fail when trying to set Servlet API forward attributes
4851
* lenient evaluation of boolean 'true' attribute expressions in JSP form tag library
4952
* added new spring:eval tag for evaluating SpEL expressions from JSP pages
53+
* SpringBeanAutowiringSupport works in extra ClassLoaders as well (e.g. WebLogic JAX-WS)
5054

5155

5256
Changes in version 3.0.0.GA (2009-12-16)

0 commit comments

Comments
 (0)