File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
build-spring-framework/resources Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ SPRING FRAMEWORK CHANGELOG
3
3
http://www.springsource.org
4
4
5
5
6
- Changes in version 3.0.5 (2010-10-15 )
6
+ Changes in version 3.0.5 (2010-10-18 )
7
7
-------------------------------------
8
8
9
9
* support for Hibernate 3.6 final
@@ -27,6 +27,8 @@ Changes in version 3.0.5 (2010-10-15)
27
27
* SpEL MapAccessor consistently rejects "target.key" style access to Maps if no such key is found
28
28
* SpEL method invocations prefer method with fewest parameters (e.g. no-arg over vararg)
29
29
* AspectJExpressionPointcut uses bean ClassLoader for initializing the AspectJ pointcut parser
30
+ * added AnnotationAsyncExecutionAspect as AspectJ-based variant of @Async processing
31
+ * added mode="proxy"/"aspectj" and proxy-target-class options to task:annotation-driven
30
32
* JDBC bundle uses local ClassLoader as bean ClassLoader for "sql-error-codes.xml" parsing
31
33
* EmbeddedDatabaseFactory shuts down database when failing to populate it in "initDatabase()"
32
34
* embedded database support now also works with Derby >= 10.6
You can’t perform that action at this time.
0 commit comments