Skip to content

Commit

Permalink
Initial preparations for 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller committed Jan 31, 2013
1 parent b3af29b commit bd72fcd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/dist/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ SPRING FRAMEWORK CHANGELOG
http://www.springsource.org


Changes in version 3.2.2 (2013-03-07)
--------------------------------------

* ConfigurationClassPostProcessor consistently uses ClassLoader, not loading core JDK annotations via ASM (SPR-10249)
* DefaultMessageListenerContainer invokes specified ExceptionListener for recovery exceptions as well (SPR-10230)
* DefaultMessageListenerContainer logs recovery failures at error level and exposes "isRecovering()" method (SPR-10230)
* MediaType throws dedicated InvalidMediaTypeException instead of generic IllegalArgumentException (SPR-10226)
* consistent use of LinkedHashMaps and independent getAttributeNames Enumeration in Servlet/Portlet mocks (SPR-10224)


Changes in version 3.2.1 (2013-01-24)
--------------------------------------

Expand Down

0 comments on commit bd72fcd

Please sign in to comment.