发布于 2016-12-22 00:31:19 | 152 次阅读 | 评论: 0 | 来源: 网友投递
Spring Framework 开源j2ee框架
Spring是什么呢?首先它是一个开源的项目,而且目前非常活跃;它是一个基于IOC和AOP的构架多层j2ee系统的框架,但它不强迫你必须在每一层 中必须使用Spring,因为它模块化的很好,允许你根据自己的需要选择使用它的某一个模块;它实现了很优雅的MVC,对不同的数据访问技术提供了统一的接口,采用IOC使得可以很容易的实现bean的装配,提供了简洁的AOP并据此实现Transcation Managment,等等
Spring Framework 4.3.5, 4.2.9 和 3.2.18 发布了。
4.3.5
Bug 修复
[SPR-14860] - RestTemplate POST and PUT don't work with Netty4ClientHttpRequestFactory
[SPR-14889] - Netty4ClientHttpRequestFactory should use SSL if port is 443 or scheme is https
[SPR-14891] - Content-based versions are not inserted into resource URLs in an error page
......
提升
[SPR-14613] - CommonsMultipartFile.getOriginalFilename() should be able to preserve header-specified filename as-is
[SPR-14651] - Add RedirectAttributesMethodArgumentResolver to the default argument resolvers in ExceptionHandlerExceptionResolver
[SPR-14690] - Spring WebSockets should support token-based authentication
......
完整内容,请查看更新日志。
4.2.9
Bug 修复
[SPR-14304] - ObjectToObjectConverter should be able to use constructors on non-public classes
[SPR-14324] - Async advisor retrieval blocks when triggered by singleton init method
[SPR-14761] - IPv6 + Origin header + X-Forwarded-Host header gives NumberFormatException (Safari10 / CORS)
......
提升
[SPR-14739] - Default async timeout handling results in Logged Exception for Tomcat 8.5.x
[SPR-14747] - Improve performance of StompEncoder.encode()
[SPR-14791] - StompSubProtocolHandler makes the same assumption about header accessor as SimpleBrokerMessageHandler used to
......
完整内容,请查看更新日志。
3.2.18
Bug 修复
[SPR-8337] - Constructor sets the source incorrectly in org.springframework.beans.PropertyValue
[SPR-14304] - ObjectToObjectConverter should be able to use constructors on non-public classes
[SPR-14324] - Async advisor retrieval blocks when triggered by singleton init method
......
提升
[SPR-7860] - ModelAndViewResolver still refers to raw Class type
[SPR-14349] - Allow method inlining of ObjectUtils.nullSafeEquals()
[SPR-14946] - Normalize resource URL in ResourceServlet
完整内容,请查看更新日志。
下载地址: