Skip to content

Commit 457ee07

Browse files
committed
Final preparations for 3.2.2
1 parent d9540ff commit 457ee07

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/dist/changelog.txt

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

55

6-
Changes in version 3.2.2 (2013-03-11)
6+
Changes in version 3.2.2 (2013-03-14)
77
--------------------------------------
88

99
* official support for Hibernate 4.2 (SPR-10255)
1010
* fixed missing inter-dependencies in module POMs (SPR-10218)
1111
* marked spring-web module as 'distributable' in order for session replication to work on Tomcat (SPR-10219)
1212
* DefaultListableBeanFactory caches target type per bean definition and allows for specifying it in advance (SPR-10335)
13+
* DefaultListableBeanFactory clears by-type matching cache on runtime register/destroySingleton calls (SPR-10326)
1314
* ConfigurationClassPostProcessor consistently uses ClassLoader, not loading core JDK annotations via ASM (SPR-10249)
1415
* ConfigurationClassPostProcessor detects covariant return type mismatch, avoiding infinite recursion (SPR-10261)
1516
* ConfigurationClassPostProcessor allows for overriding of scoped-proxy bean definitions (SPR-10265)
1617
* "depends-on" attribute on lang namespace element actually respected at runtime now (SPR-8625)
17-
* allow for ordering of mixed AspectJ before/after advices (SPR-9438)
18+
* added locale-independent "commonMessages" property to AbstractMessageSource (SPR-10291)
1819
* added "maximumAutoGrowSize" property to SpelParserConfiguration (SPR-10229)
20+
* allow for ordering of mixed AspectJ before/after advices (SPR-9438)
21+
* added "beforeExistingAdvisors" flag to AbstractAdvisingBeanPostProcessor (SPR-10309)
22+
* MethodValidation/PersistenceExceptionTranslationPostProcessor apply after existing advisors by default (SPR-10309)
1923
* fixed regression in SpringValidatorAdapter's retrieval of invalid values (SPR-10243)
2024
* support 'unless' expression for cache veto (SPR-8871)
2125
* @Async's qualifier works for target class annotations behind a JDK proxy as well (SPR-10274)
@@ -37,10 +41,13 @@ Changes in version 3.2.2 (2013-03-11)
3741
* added "entityResolver", "classDescriptorResolver", "doctypes" and further properties to CastorMarshaller (SPR-8470)
3842
* deprecated CastorMarshaller's "object" property in favor of "rootObject" (SPR-8470)
3943
* MediaType throws dedicated InvalidMediaTypeException instead of generic IllegalArgumentException (SPR-10226)
44+
* DispatcherServlet allows for customizing its RequestAttributes exposure in subclasses (SPR-10342)
4045
* AbstractCachingViewResolver does not use global lock for accessing existing View instances anymore (SPR-3145)
4146
* MappingJackson(2)JsonView allows subclasses to access the ObjectMapper and to override content writing (SPR-7619)
47+
* Tiles 3 TilesConfigurer preserves standard EL support for "completeAutoload" mode as well (SPR-10361)
4248
* Log4jWebConfigurer supports resolving placeholders against ServletContext init-parameters as well (SPR-10284)
4349
* consistent use of LinkedHashMaps and independent getAttributeNames Enumeration in Servlet/Portlet mocks (SPR-10224)
50+
* several MockMvcBuilder refinements (SPR-10277, SPR-10279, SPR-10280)
4451
* introduced support for context hierarchies in the TestContext framework (SPR-5613)
4552
* introduced support for WebApplicationContext hierarchies in the TestContext framework (SPR-9863)
4653

0 commit comments

Comments
 (0)