Skip to content

Commit bcbd338

Browse files
committed
Further 3.2.4 changelog entries
1 parent 945463b commit bcbd338

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/dist/changelog.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SPRING FRAMEWORK CHANGELOG
33
http://www.springsource.org
44

55

6-
Changes in version 3.2.4 (2013-08-02)
6+
Changes in version 3.2.4 (2013-08-06)
77
-------------------------------------
88

99
* support for Quartz 2.2 (SPR-10775)
@@ -15,18 +15,22 @@ Changes in version 3.2.4 (2013-08-02)
1515
* fixed regression with non-String value attributes on custom stereotypes (SPR-10580)
1616
* fixed regression in nested placeholder resolution in case of ignoreUnresolvablePlaceholders (SPR-10549)
1717
* fixed SpEL's MethodExecutor to correctly cache overloaded methods (SPR-10684)
18+
* fixed ClassFilterAwareUnionMethodMatcher equals implementation (SPR-10604)
1819
* introduced latest CGLIB UndeclaredThrowableStrategy changes for better memory usage (SPR-10709)
1920
* fixed regression with AspectJ-based @Async handling in case of no executor set (SPR-10715)
2021
* proper parsing of JPA's "exclude-unlisted-classes" element with a nested "true"/"false" value (SPR-10767)
2122
* resource-based PlatformTransactionManager implementations defensively handle Errors on begin (SPR-10755)
2223
* re-introduced RmiInvocationWrapperRTD.xml for WebLogic which has been missing in 3.2 (SPR-10649)
2324
* Jaxb2Marshaller scans for @XmlRegistry annotation as well (SPR-10714)
25+
* XStreamMarshaller's "getXStream() method is non-final again (SPR-10421)
26+
* DelegatingFilterProxy avoids synchronization for pre-resolved delegate (SPR-10413)
2427
* fixed regression in @RequestParam empty value handling (SPR-10578)
2528
* fixed ResourceHttpRequestHandler's locations-list-empty warn log (SPR-10780)
2629
* fixed ContentNegotiatingViewResolver regression in case of no content type requested (SPR-10683)
2730
* fixed MappingJackson(2)JsonView's handling of a prefixJson="false" value (SPR-10752)
2831
* added configurable JSON prefix handling to MappingJackson(2)HttpMessageConverter (SPR-10627)
2932
* several UriComponentsBuilder refinements (SPR-10779, SPR-10701)
33+
* several HttpHeaders refinements (SPR-10713, SPR-10648)
3034

3135

3236
Changes in version 3.2.3 (2013-05-17)

0 commit comments

Comments
 (0)