From d09faabcb6b1629361d4e58dd957a1de83407078 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Tue, 11 Oct 2011 19:15:10 +0000 Subject: [PATCH] Update changelog re @EnableAspectJAutoProxy Issue: SPR-8138 --- build-spring-framework/resources/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build-spring-framework/resources/changelog.txt b/build-spring-framework/resources/changelog.txt index 1a05051b255..17fc54731dc 100644 --- a/build-spring-framework/resources/changelog.txt +++ b/build-spring-framework/resources/changelog.txt @@ -12,6 +12,7 @@ Changes in version 3.1 RC1 (2011-10-11) * updated JBossLoadTimeWeaver to automatically detect and support JBoss AS 7 as well * added support for Hibernate 4.0 (HibernateJpaDialect as well as natively in orm.hibernate4) * prepared Spring's DataSource and RowSet adapters for forward compatibility with JDBC 4.1 +* introduced @EnableAspectJAutoProxy * introduced ForkJoinPoolFactoryBean for Java 7 (alternative: add new jsr166.jar to Java 6) * introduced extended WritableResource interface * DefaultListableBeanFactory is only deserializable through a SerializedBeanFactoryReference