@@ -3,16 +3,17 @@ SPRING FRAMEWORK CHANGELOG
3
3
http://www.springsource.org
4
4
5
5
6
- Changes in version 3.1 RC1 (2011-09-xx )
6
+ Changes in version 3.1 RC1 (2011-10-11 )
7
7
---------------------------------------
8
8
9
- * updated Quartz support package for Quartz 2.0 support (compatibility with Quartz 1.5+)
10
- * updated JBossLoadTimeWeaver to automatically detect and support JBoss AS 7 as well
11
- * support for load-time weaving on WebSphere 7 and 8
12
- * support for Hibernate 4.0 beta as a JPA provider
13
9
* upgraded to JUnit 4.9
10
+ * updated Quartz support package for Quartz 2.0 compatibility
11
+ * support for load-time weaving on WebSphere 7 and 8
12
+ * updated JBossLoadTimeWeaver to automatically detect and support JBoss AS 7 as well
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
15
* introduced ForkJoinPoolFactoryBean for Java 7 (alternative: add new jsr166.jar to Java 6)
16
+ * introduced extended WritableResource interface
16
17
* DefaultListableBeanFactory is only deserializable through a SerializedBeanFactoryReference
17
18
* DefaultListableBeanFactory's getBean(name, type) attempts type conversion if necessary
18
19
* DefaultListableBeanFactory allows for init methods to register further bean definitions (again)
@@ -28,6 +29,10 @@ Changes in version 3.1 RC1 (2011-09-xx)
28
29
* MultipartFilter uses a Servlet 3.0 based StandardServletMultipartResolver by default
29
30
* added RequestPartServletServerHttpRequest and corresponding @RequestPart support in Spring MVC
30
31
* added "connectTimeout" and "readTimeout" properties to Simple/CommonsClientHttpRequestFactory
32
+ * added flash attribute support through FlashMap and FlashMapManager abstractions
33
+ * added RedirectAttributes abstraction as supported method argument type of @RequestMapping methods
34
+ * added "ignoreDefaultModelOnRedirect" flag to RequestMappingHandlerAdapter
35
+ * added support for @RequestPart annotated controller method arguments
31
36
* fixed @ExceptionHandler exception type matching (ExceptionDepthComparator)
32
37
* ResourceHttpRequestHandler detects invalid directory traversal in given path
33
38
* HtmlUtils properly escapes single quotes as well
@@ -39,6 +44,7 @@ Changes in version 3.1 RC1 (2011-09-xx)
39
44
* revised JMS CachedConnectionFactory to avoid unnecessary rollback calls on Session return
40
45
* fixed JMS CachedConnectionFactory to fully synchronize its Session list
41
46
* JpaTransactionManager etc can find EntityManagerFactory by "persistenceUnitName" property now
47
+ * HibernateJpaDialect exposes underlying Session for underlying SessionFactory
42
48
* jdbc:script's "separator" and "execution" attributes work nested with embedded-database as well
43
49
* added "encoding" attribute to jdbc:script element
44
50
* JavaMailSenderImpl detects and respects "mail.transport.protocol" property in existing Session
@@ -52,10 +58,7 @@ Changes in version 3.1 RC1 (2011-09-xx)
52
58
* extended Servlet API mocks for Servlet 3.0 forward compatibility as far as possible
53
59
* made MockHttpServletResponse compatible with Servlet 3.0 getHeader(s) method returning Strings
54
60
* added getHeaderValue(s) method to MockHttpServletResponse for raw value access
55
- * add flash attribute support through FlashMap and FlashMapManager abstractions
56
- * add RedirectAttributes abstraction as supported method argument type of @RequestMapping methods
57
- * add "ignoreDefaultModelOnRedirect" flag to RequestMappingHandlerAdapter
58
- * add support for @RequestPart annotated controller method arguments
61
+
59
62
60
63
Changes in version 3.1 M2 (2011-06-08)
61
64
--------------------------------------
0 commit comments