Spring Framework 3.2.16 发布
Spring Framework 是一个开源的Java/Java EE全功能栈(full-stack)的应用程序框架,以Apache许可证形式发布,也有.NET平台上的移植版本。 该框架基于 Expert One-on-One Java EE Design and Development(ISBN 0-7645-4385-7)一书中的代码,最初由 Rod Johnson 和 Juergen Hoeller等开发。Spring Framework 提供了一个简易的开发方式,这种开发方式,将避免那些可能致使底层代码变得繁杂混乱的大量的属性文件和帮助类。
Spring 3.2.16 发布,更新如下:
Bug
-
[SPR-13587] - Content-Disposition header causes download in browser for Spring Boot Actuator endpoints
-
[SPR-13617] - AbstractJdbcCall's compiled variable should be declared as volatile
-
[SPR-13629] - Content-Disposition added for @ResponseBody methods explicitly mapped to ".html" or other extensions
-
[SPR-13662] - CommonsMultipartFile.getOriginalFilename() does not strip file path properly
-
[SPR-13667] - AbstractApplicationContext.isRunning throws IllegalStateException when called too early
-
[SPR-13782] - Jdbc4SqlXmlHandler should return null as documented (instead of throwing NPE)
提示
-
[SPR-13588] - Skip Content-Disposition header when status != 2xx
-
[SPR-13628] - Avoid NPE for anonymous SqlParameter in CallMetaDataContext
-
[SPR-13643] - Content-Disposition with fixed file name "f.txt" causes confusion
-
[SPR-13663] - Revisit BeansException warn logging after startup failure
-
[SPR-13741] - BeanFactoryAnnotationUtils.qualifiedBeanOfType should not instantiate all beans of given type before checking qualifier
-
[SPR-13772] - Support for Microsoft SQL Server driver version 4 and above
任务
-
[SPR-10474] - Fix cron trigger example in reference documentation
-
[SPR-13765] - Fix Javadoc for Jackson2ObjectMapperFactoryBean
更多内容请看:3.2.16 is now available.
相关页面:
Project Page | GitHub | Issues | Documentation
来自:http://www.oschina.net/news/69105/spring-framework-3-2-16-available-now