Spring Framework 4.2 RC3 发布,这次更新有50项目修复和提升,其中 bug 修复如下:
[ SPR-13096 ] - Binary data in POST multipart request is unmarshalled incorrectly
[ SPR-13180 ] - BEFORE_* modes in @DirtiesContext cause context to be closed before test
[ SPR-13185 ] - ConcurrentModificationException when calling SimpMessagingTemplate.convertAndSend
[ SPR-13190 ] - STOMP CONNECT ignored ("No session for...") when using <websocket:decorator-factories>
[ SPR-13194 ] - Wrong assertion message in ShallowEtagHeaderFilter
[ SPR-13204 ] - NullPointerException possible in DefaultSubscriptionRegistry
[ SPR-13205 ] - NullPointerException in DefaultSubscriptionRegistry.removeSubscription
[ SPR-13207 ] - WebContentGenerator not backwards compatible
[ SPR-13217 ] - Populate RequestAttributes before invoking FilterChain in MockMvc
[ SPR-13223 ] - ResponseBodyEmitter skips same messages during initialization
[ SPR-13224 ] - SseEmitter is not thread safe
详细更新内容请查看 发行日志 。
该版本目前已提供下载: repo.spring.io
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 提供了一个简易的开发方式,这种开发方式,将避免那些可能致使底层代码变得繁杂混乱的大量的属性文件和帮助类。