@@ -12,7 +12,6 @@ Changes in version 3.1 RC1 (2011-10-11)
12
12
* updated JBossLoadTimeWeaver to automatically detect and support JBoss AS 7 as well
13
13
* added support for Hibernate 4.0 (HibernateJpaDialect as well as natively in orm.hibernate4)
14
14
* prepared Spring's DataSource and RowSet adapters for forward compatibility with JDBC 4.1
15
- * introduced @EnableAspectJAutoProxy
16
15
* introduced ForkJoinPoolFactoryBean for Java 7 (alternative: add new jsr166.jar to Java 6)
17
16
* introduced extended WritableResource interface
18
17
* DefaultListableBeanFactory is only deserializable through a SerializedBeanFactoryReference
@@ -21,6 +20,7 @@ Changes in version 3.1 RC1 (2011-10-11)
21
20
* XmlBeanDefinitionReader accepts description subelement within map entry as well (as per the XSD)
22
21
* ConfigurationClassPostProcessor supports use of same processor instance with several factories
23
22
* SpringBeanAutowiringSupport is able to process @Value annotations on any given target instance
23
+ * introduced @EnableAspectJAutoProxy
24
24
* overridden @PersistenceContext annotations on subclass methods are being processed correctly
25
25
* DataBinder uses a default limit of 256 for array/collection auto-growing
26
26
* added "autoGrowNestedPaths" property to ConfigurableWebBindingInitializer
@@ -46,6 +46,7 @@ Changes in version 3.1 RC1 (2011-10-11)
46
46
* fixed JMS CachedConnectionFactory to fully synchronize its Session list
47
47
* JpaTransactionManager etc can find EntityManagerFactory by "persistenceUnitName" property now
48
48
* HibernateJpaDialect exposes underlying Session for underlying SessionFactory
49
+ * deprecated JpaTemplate/JpaInterceptor/JpaDaoSupport and JdoTemplate/JdoInterceptor/JdoDaoSupport
49
50
* jdbc:script's "separator" and "execution" attributes work nested with embedded-database as well
50
51
* added "encoding" attribute to jdbc:script element
51
52
* JavaMailSenderImpl detects and respects "mail.transport.protocol" property in existing Session
0 commit comments