From 368773d3bb673e549f8a7f4d89189472d9f6c0b7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 17 Dec 2015 13:22:03 +0100 Subject: [PATCH] Update changelog for 3.2.16.RELEASE --- src/dist/changelog.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/dist/changelog.txt b/src/dist/changelog.txt index 9c6b975e5af..d9e383d4e9d 100644 --- a/src/dist/changelog.txt +++ b/src/dist/changelog.txt @@ -3,6 +3,25 @@ SPRING FRAMEWORK CHANGELOG http://www.spring.io +Changes in version 3.2.16 (2015-12-17) +------------------------------------- + +fixed Jdbc4SqlXmlHandler should return null instead of NPE (SPR-13782) +fixed AbstractApplicationContext.isRunning throws IllegalStateException when called too early (SPR-13667) +fixed CommonsMultipartFile.getOriginalFilename() does not strip file path properly (SPR-13662) +fixed Content-Disposition added for @ResponseBody methods explicitly mapped to ".html" or other extensions (SPR-13629) +fixed AbstractJdbcCall's compiled variable should be declared as volatile (SPR-13617) +fixed Content-Disposition header causes download in browser for Spring Boot Actuator endpoints (SPR-13587) +improved support for Microsoft SQL Server driver version 4 and above (SPR-13772) +improved BeanFactoryAnnotationUtils.qualifiedBeanOfType should not instantiate all beans of given type before checking qualifier (SPR-13741) +improved BeansException warn logging after startup failure (SPR-13663) +improved Content-Disposition with fixed file name "f.txt" so that it's less confusing (SPR-13643) +improved CallMetaDataContext to avoid NPE for anonymous SqlParameter (SPR-13628) +improved Content-Disposition header to be skipped when status != 2xx (SPR-13588) +improved documentation of Jackson2ObjectMapperFactoryBean (SPR-13765) +improved fix cron trigger example in reference documentation (SPR-10474) + + Changes in version 3.2.15 (2015-10-15) -------------------------------------