Skip to content

Commit e2b4261

Browse files
committed
Update changelog
1 parent 3f68cd6 commit e2b4261

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

src/dist/changelog.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@ SPRING FRAMEWORK CHANGELOG
22
===========================
33
http://www.spring.io
44

5+
6+
Changes in version 3.2.12 (2014-11-11)
7+
-------------------------------------
8+
9+
fixed directory traversal with static resource handling (CVE-2014-3625) (SPR-12354)
10+
log context cache statistics in the TestContext framework (SPR-12409)
11+
fixed ConfigurationClassUtils fails to introspect inner classes with dot name syntax (SPR-12390)
12+
fixed ResponseStatusExceptionResolver does not get a MessageSource injected in the MVC Java config (SPR-12380)
13+
fixed NPE inTilesConfigurer when no definitions found (SPR-12363)
14+
fixed @Import in another annotation results in double scan (SPR-12334)
15+
fixed private @Scheduled methods end up on 'empty' proxy instance in case of CGLIB auto-proxying (SPR-12308)
16+
fixed Provider<...> declaration for @Value method argument fails with TypeMismatchException (SPR-12297)
17+
fixed DataSourceTransactionManager closes JDBC connection on doBegin failure but leaves it attached to transaction object (SPR-12280)
18+
fixed web Async responses force concurrentResult.toString() call (SPR-12253)
19+
fixed LiveBeansView.generateJson generates invalid JSON when resources already double-quoted (SPR-12252)
20+
allow for further locking optimizations for the retrieval of non-singleton beans (SPR-12250)
21+
improved error messages for MockRestServiceServer (SPR-12230)
22+
allow spring HTTP clients to enforce RFC 6265 (cookies in a single header) (SPR-12196)
23+
fixed @Qualifier resolution with Spring Batch parent/child context arrangement (SPR-12191)
24+
improved Scheduled/JmsListenerAnnotationBeanPostProcessor to not scan every scoped instance (SPR-12189)
25+
fixed HttpHeaders should accept empty Content-Type header (SPR-12173)
26+
add log warning for single optional constructor when no default constructor to fall back to (SPR-12161)
27+
fixed util:map does not recognize the attribute of value-type (SPR-10994)
28+
removed outdated ContextLoaderServlet from the documentation reference (SPR-7725)
29+
530
Changes in version 3.2.11 (2014-09-04)
631
-------------------------------------
732

0 commit comments

Comments
 (0)