Skip to content

Commit 368773d

Browse files
committed
Update changelog for 3.2.16.RELEASE
1 parent 12eb893 commit 368773d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/dist/changelog.txt

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

55

6+
Changes in version 3.2.16 (2015-12-17)
7+
-------------------------------------
8+
9+
fixed Jdbc4SqlXmlHandler should return null instead of NPE (SPR-13782)
10+
fixed AbstractApplicationContext.isRunning throws IllegalStateException when called too early (SPR-13667)
11+
fixed CommonsMultipartFile.getOriginalFilename() does not strip file path properly (SPR-13662)
12+
fixed Content-Disposition added for @ResponseBody methods explicitly mapped to ".html" or other extensions (SPR-13629)
13+
fixed AbstractJdbcCall's compiled variable should be declared as volatile (SPR-13617)
14+
fixed Content-Disposition header causes download in browser for Spring Boot Actuator endpoints (SPR-13587)
15+
improved support for Microsoft SQL Server driver version 4 and above (SPR-13772)
16+
improved BeanFactoryAnnotationUtils.qualifiedBeanOfType should not instantiate all beans of given type before checking qualifier (SPR-13741)
17+
improved BeansException warn logging after startup failure (SPR-13663)
18+
improved Content-Disposition with fixed file name "f.txt" so that it's less confusing (SPR-13643)
19+
improved CallMetaDataContext to avoid NPE for anonymous SqlParameter (SPR-13628)
20+
improved Content-Disposition header to be skipped when status != 2xx (SPR-13588)
21+
improved documentation of Jackson2ObjectMapperFactoryBean (SPR-13765)
22+
improved fix cron trigger example in reference documentation (SPR-10474)
23+
24+
625
Changes in version 3.2.15 (2015-10-15)
726
-------------------------------------
827

0 commit comments

Comments
 (0)