Skip to content

Commit bfd54f4

Browse files
committed
AnnotationAsyncExecutionAspect etc
1 parent c5e53ee commit bfd54f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build-spring-framework/resources/changelog.txt

Lines changed: 3 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.5 (2010-10-15)
6+
Changes in version 3.0.5 (2010-10-18)
77
-------------------------------------
88

99
* support for Hibernate 3.6 final
@@ -27,6 +27,8 @@ Changes in version 3.0.5 (2010-10-15)
2727
* SpEL MapAccessor consistently rejects "target.key" style access to Maps if no such key is found
2828
* SpEL method invocations prefer method with fewest parameters (e.g. no-arg over vararg)
2929
* 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
3032
* JDBC bundle uses local ClassLoader as bean ClassLoader for "sql-error-codes.xml" parsing
3133
* EmbeddedDatabaseFactory shuts down database when failing to populate it in "initDatabase()"
3234
* embedded database support now also works with Derby >= 10.6

0 commit comments

Comments
 (0)