Spring v4.3.8 发布了。Spring Framework 是一个开源的Java/Java EE全功能栈(full-stack)的应用程序框架,以Apache许可证形式发布,也有.NET平台上的移植版本。
此维护版本是即将推出的Spring Boot 1.4.6和1.5.3维护版本的基础,包括40个修补程序和改进。部分更新内容如下:
Bug 修复: [SPR-15332] - PathMatchingResourcePatternResolver fails to work under Tomcat 8.0.41 with unpackWARs=false [SPR-15372] - VersionResourceResolver does not delegate path resolution to the chain [SPR-15377] - NullPointerException can happen in HttpRequestMethodNotSupportedException.getSupportedHttpMethods() ……
改进: [SPR-15227] - Avoid re-retrieval of @ResponseStatus annotation for each request [SPR-15257]
- StandardMultipartFile.transferTo should fall back to manual copy if
Part.write doesn't support absolute locations (e.g. on Jetty) [SPR-15300]
- Session-scoped bean should have its state propagated to the
HttpSession at the end of its initial request (even without further
access) ……
详情请查看发行公告和更新日志。
下载地址: |