Preparations for 3.1.4

This commit is contained in:
Juergen Hoeller
2012-11-25 23:41:57 +01:00
parent bed2134736
commit 959ab7a5db
2 changed files with 10 additions and 2 deletions

View File

@@ -3,6 +3,14 @@ SPRING FRAMEWORK CHANGELOG
http://www.springsource.org
Changes in version 3.1.4 (2012-12-xx)
-------------------------------------
* overhauled non-void JavaBean write method support (SPR-10029)
* CachedIntrospectionResults uses full WeakReference for any non-safe ClassLoader arrangement (SPR-10028)
* DefaultListableBeanFactory avoids wide/interleaved metadata locks to avoid deadlock potential (SPR-10020)
Changes in version 3.1.3 (2012-10-31)
-------------------------------------

View File

@@ -1,5 +1,5 @@
SPRING FRAMEWORK 3.1.3 (October 2012)
---------------------------------------
SPRING FRAMEWORK 3.1.4 (December 2012)
--------------------------------------
http://www.springsource.org
1. INTRODUCTION