Skip to content

Commit 8323199

Browse files
committed
final preparations for 3.0.1 release
1 parent 870507c commit 8323199

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

build-spring-framework/resources/changelog.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Changes in version 3.0.1 (2010-02-15)
88

99
* upgraded to AspectJ 1.6.8
1010
* full support for JPA 2.0 persistence schema and PersistenceUnitInfo SPI
11-
* support for Hibernate 3.5 beta 4 (in particular for its JPA 2.0 provider)
12-
* support for Tiles 2.2 (preserving compatibility with Tiles 2.1.2 and above)
13-
* added new spring:eval tag for evaluating SpEL expressions from JSP pages
11+
* support for JPA PersistenceContext/Unit injection on Google App Engine
12+
* support for Hibernate 3.5 (as native Hibernate API and as JPA 2.0 provider)
13+
* support for Tiles 2.2.1 (preserving compatibility with Tiles 2.1.2 and above)
1414
* consistent treatment of unresolvable placeholders for Resource and Resource array properties
1515
* ConversionFailedException exposes offending value through public "getValue()" method
1616
* fixed BeanFactory's "getBeansWithAnnotation" to ignore beans with non-determinable type
@@ -23,6 +23,7 @@ Changes in version 3.0.1 (2010-02-15)
2323
* ApplicationListeners will get detected lazily as well (e.g. on @Bean's concrete result)
2424
* inner bean ApplicationListeners will be invoked through their proxy (if any)
2525
* fixed SimpleApplicationEventMulticaster's retriever caching to allow for proper removal
26+
* context-specific "conversionService" bean may refer to annotation-configured converter beans
2627
* refined DefaultLifecycleProcessor's start/stop logging and stop exception handling
2728
* DefaultLifecycleProcessor allows for overriding specific hooks in subclasses
2829
* BeanNameAutoProxyCreator detects alias matches for specified bean names
@@ -42,9 +43,10 @@ Changes in version 3.0.1 (2010-02-15)
4243
* MimeMessageHelper encodes from, to, cc, bcc String addresses with given encoding as well
4344
* fixed "mvc:view-controller" to work in a fully isolated fashion on Spring Dynamic Modules
4445
* @SessionAttributes works when used on an annotated controller interface with AOP proxying
46+
* WebRequest is a resolvable dependency in Servlet/Portlet web application contexts
4547
* revised JSP-based views to never fail when trying to set Servlet API forward attributes
4648
* lenient evaluation of boolean 'true' attribute expressions in JSP form tag library
47-
* WebRequest is a resolvable dependency in Servlet/Portlet web application contexts
49+
* added new spring:eval tag for evaluating SpEL expressions from JSP pages
4850

4951

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

0 commit comments

Comments
 (0)