Spring v4.3.8 发布了。Spring Framework 是一个开源的Java/Java EE全功能栈(full-stack)的应用程序框架,以Apache许可证形式发布,也有.NET平台上的移植版本。
此维护版本是即将推出的Spring Boot 1.4.6和1.5.3维护版本的基础,包括40个修补程序和改进。部分更新内容如下:
Bug 修复:
PathMatchingResourcePatternResolver fails to work under Tomcat 8.0.41 with unpackWARs=false
VersionResourceResolver does not delegate path resolution to the chain
NullPointerException can happen in HttpRequestMethodNotSupportedException.getSupportedHttpMethods()
改进:
Avoid re-retrieval of @ResponseStatus annotation for each request
StandardMultipartFile.transferTo should fall back to manual copy if Part.write doesn't support absolute locations (e.g. on Jetty)
Session-scoped bean should have its state propagated to the HttpSession at the end of its initial request (even without further access)
软件详情:https://spring.io/blog/2017/04/18/spring-framework-4-3-8-released
下载地址:https://github.com/spring-projects/spring-framework/archive/v4.3.8.RELEASE.zip
来自:开源中国社区

