@@ -8,9 +8,9 @@ Changes in version 3.0.1 (2010-02-15)
8
8
9
9
* upgraded to AspectJ 1.6.8
10
10
* 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)
14
14
* consistent treatment of unresolvable placeholders for Resource and Resource array properties
15
15
* ConversionFailedException exposes offending value through public "getValue()" method
16
16
* fixed BeanFactory's "getBeansWithAnnotation" to ignore beans with non-determinable type
@@ -23,6 +23,7 @@ Changes in version 3.0.1 (2010-02-15)
23
23
* ApplicationListeners will get detected lazily as well (e.g. on @Bean's concrete result)
24
24
* inner bean ApplicationListeners will be invoked through their proxy (if any)
25
25
* fixed SimpleApplicationEventMulticaster's retriever caching to allow for proper removal
26
+ * context-specific "conversionService" bean may refer to annotation-configured converter beans
26
27
* refined DefaultLifecycleProcessor's start/stop logging and stop exception handling
27
28
* DefaultLifecycleProcessor allows for overriding specific hooks in subclasses
28
29
* BeanNameAutoProxyCreator detects alias matches for specified bean names
@@ -42,9 +43,10 @@ Changes in version 3.0.1 (2010-02-15)
42
43
* MimeMessageHelper encodes from, to, cc, bcc String addresses with given encoding as well
43
44
* fixed "mvc:view-controller" to work in a fully isolated fashion on Spring Dynamic Modules
44
45
* @SessionAttributes works when used on an annotated controller interface with AOP proxying
46
+ * WebRequest is a resolvable dependency in Servlet/Portlet web application contexts
45
47
* revised JSP-based views to never fail when trying to set Servlet API forward attributes
46
48
* 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
48
50
49
51
50
52
Changes in version 3.0.0.GA (2009-12-16)
0 commit comments