Spring Framework 3.2.16 发布
欢迎加入运维网交流群:263444886Spring 3.2.16 发布,更新如下:
Bug
[*] - Content-Disposition header causes download in browser for Spring Boot Actuator endpoints
[*] - AbstractJdbcCall's compiled variable should be declared as volatile
[*] - Content-Disposition added for @ResponseBody methods explicitly mapped to ".html" or other extensions
[*] - CommonsMultipartFile.getOriginalFilename() does not strip file path properly
[*] - AbstractApplicationContext.isRunning throws IllegalStateException when called too early
[*] - Jdbc4SqlXmlHandler should return null as documented (instead of throwing NPE)
提示
[*] - Skip Content-Disposition header when status != 2xx
[*] - Avoid NPE for anonymous SqlParameter in CallMetaDataContext
[*] - Content-Disposition with fixed file name "f.txt" causes confusion
[*] - Revisit BeansException warn logging after startup failure
[*] - BeanFactoryAnnotationUtils.qualifiedBeanOfType should not instantiate all beans of given type before checking qualifier
[*] - Support for Microsoft SQL Server driver version 4 and above
任务
[*] - Fix cron trigger example in reference documentation
[*] - Fix Javadoc for Jackson2ObjectMapperFactoryBean
更多内容请看:3.2.16 is now available.
相关页面:
Project Page | GitHub | Issues | Documentation
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 提供了一个简易的开发方式,这种开发方式,将避免那些可能致使底层代码变得繁杂混乱的大量的属性文件和帮助类。
页:
[1]