Skip to content

Commit e172197

Browse files
committed
final preparations for 3.1 RC1 release
1 parent 12c1f47 commit e172197

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build-spring-framework/resources/changelog.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Changes in version 3.1 RC1 (2011-10-11)
1212
* updated JBossLoadTimeWeaver to automatically detect and support JBoss AS 7 as well
1313
* added support for Hibernate 4.0 (HibernateJpaDialect as well as natively in orm.hibernate4)
1414
* prepared Spring's DataSource and RowSet adapters for forward compatibility with JDBC 4.1
15-
* introduced @EnableAspectJAutoProxy
1615
* introduced ForkJoinPoolFactoryBean for Java 7 (alternative: add new jsr166.jar to Java 6)
1716
* introduced extended WritableResource interface
1817
* DefaultListableBeanFactory is only deserializable through a SerializedBeanFactoryReference
@@ -21,6 +20,7 @@ Changes in version 3.1 RC1 (2011-10-11)
2120
* XmlBeanDefinitionReader accepts description subelement within map entry as well (as per the XSD)
2221
* ConfigurationClassPostProcessor supports use of same processor instance with several factories
2322
* SpringBeanAutowiringSupport is able to process @Value annotations on any given target instance
23+
* introduced @EnableAspectJAutoProxy
2424
* overridden @PersistenceContext annotations on subclass methods are being processed correctly
2525
* DataBinder uses a default limit of 256 for array/collection auto-growing
2626
* added "autoGrowNestedPaths" property to ConfigurableWebBindingInitializer
@@ -46,6 +46,7 @@ Changes in version 3.1 RC1 (2011-10-11)
4646
* fixed JMS CachedConnectionFactory to fully synchronize its Session list
4747
* JpaTransactionManager etc can find EntityManagerFactory by "persistenceUnitName" property now
4848
* HibernateJpaDialect exposes underlying Session for underlying SessionFactory
49+
* deprecated JpaTemplate/JpaInterceptor/JpaDaoSupport and JdoTemplate/JdoInterceptor/JdoDaoSupport
4950
* jdbc:script's "separator" and "execution" attributes work nested with embedded-database as well
5051
* added "encoding" attribute to jdbc:script element
5152
* JavaMailSenderImpl detects and respects "mail.transport.protocol" property in existing Session

0 commit comments

Comments
 (0)