File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,25 @@ SPRING FRAMEWORK CHANGELOG
3
3
http://www.spring.io
4
4
5
5
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
+
6
25
Changes in version 3.2.15 (2015-10-15)
7
26
-------------------------------------
8
27
You can’t perform that action at this time.
0 commit comments