Skip to content

Commit d02ac64

Browse files
committed
further additions to manual changelog for 3.1 RC1
1 parent 339c57e commit d02ac64

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

build-spring-framework/resources/changelog.txt

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@ SPRING FRAMEWORK CHANGELOG
33
http://www.springsource.org
44

55

6-
Changes in version 3.1 RC1 (2011-09-xx)
6+
Changes in version 3.1 RC1 (2011-10-11)
77
---------------------------------------
88

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
139
* 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)
1414
* prepared Spring's DataSource and RowSet adapters for forward compatibility with JDBC 4.1
1515
* introduced ForkJoinPoolFactoryBean for Java 7 (alternative: add new jsr166.jar to Java 6)
16+
* introduced extended WritableResource interface
1617
* DefaultListableBeanFactory is only deserializable through a SerializedBeanFactoryReference
1718
* DefaultListableBeanFactory's getBean(name, type) attempts type conversion if necessary
1819
* DefaultListableBeanFactory allows for init methods to register further bean definitions (again)
@@ -28,6 +29,10 @@ Changes in version 3.1 RC1 (2011-09-xx)
2829
* MultipartFilter uses a Servlet 3.0 based StandardServletMultipartResolver by default
2930
* added RequestPartServletServerHttpRequest and corresponding @RequestPart support in Spring MVC
3031
* 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
3136
* fixed @ExceptionHandler exception type matching (ExceptionDepthComparator)
3237
* ResourceHttpRequestHandler detects invalid directory traversal in given path
3338
* HtmlUtils properly escapes single quotes as well
@@ -39,6 +44,7 @@ Changes in version 3.1 RC1 (2011-09-xx)
3944
* revised JMS CachedConnectionFactory to avoid unnecessary rollback calls on Session return
4045
* fixed JMS CachedConnectionFactory to fully synchronize its Session list
4146
* JpaTransactionManager etc can find EntityManagerFactory by "persistenceUnitName" property now
47+
* HibernateJpaDialect exposes underlying Session for underlying SessionFactory
4248
* jdbc:script's "separator" and "execution" attributes work nested with embedded-database as well
4349
* added "encoding" attribute to jdbc:script element
4450
* JavaMailSenderImpl detects and respects "mail.transport.protocol" property in existing Session
@@ -52,10 +58,7 @@ Changes in version 3.1 RC1 (2011-09-xx)
5258
* extended Servlet API mocks for Servlet 3.0 forward compatibility as far as possible
5359
* made MockHttpServletResponse compatible with Servlet 3.0 getHeader(s) method returning Strings
5460
* 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+
5962

6063
Changes in version 3.1 M2 (2011-06-08)
6164
--------------------------------------

0 commit comments

Comments
 (0)