发布于 2016-12-30 23:47:59 | 200 次阅读 | 评论: 0 | 来源: 网友投递
Spring Framework 开源j2ee框架
Spring是什么呢?首先它是一个开源的项目,而且目前非常活跃;它是一个基于IOC和AOP的构架多层j2ee系统的框架,但它不强迫你必须在每一层 中必须使用Spring,因为它模块化的很好,允许你根据自己的需要选择使用它的某一个模块;它实现了很优雅的MVC,对不同的数据访问技术提供了统一的接口,采用IOC使得可以很容易的实现bean的装配,提供了简洁的AOP并据此实现Transcation Managment,等等
Spring Framework 5.0 M4 发布了,
部分更新内容如下:
Sub-task
[SPR-14991] - Add an automatic flushing mechanism for RxNetty
[SPR-14992] - Add an integration test to validate Reactor Netty automatic flushing
Bug
[SPR-14773] - CssLinkResourceTransformer should not transform gzipped CSS files
[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-14892] - Injecting bean in configurable class using load-time weaving broken when referenced on scoped-proxy class
[SPR-14899] - sse breaks with indenting serializer
[SPR-14904] - Make andRoute() a drop-in replacement for and(route())
[SPR-14907] - ExceptionHandlerExceptionResolver should not log propagated exceptions at warn level
[SPR-14917] - AbstractSockJsSession deadlock when tomcat WsSession is closing
[SPR-14929] - ConversionService performance regression
[SPR-14931] - NPE in LoadTimeWeavingConfiguration: loadTimeWeaver() called too early
[SPR-14934] - PathMatchingResourcePatternResolver provides duplicate resources with relative URL
[SPR-14941] - NPE is thrown while writing the response
[SPR-14965] - Self reference fallback in 4.3 is not meant to apply to collection elements
[SPR-14971] - List-to-String conversion exception does not refer to element type
[SPR-14972] - ImportAware.setImportMetadata not invoked if import inherited from superclass with negative condition
[SPR-14975] - Exception accessing static resources in Spring Web Reactive with Netty
[SPR-14978] - Concurrency problem in DeferredResult: potential double execution of handleResult
[SPR-14996] - Behaviour of field injection for List dependencies that are produced and consumed by the same configuration class has changed in 4.3.5 snapshots
[SPR-15013] - JsonObjectDecoder throws ArrayIndexOutOfBoundsException: -1 with valid input
[SPR-15019] - Pointcut evaluation fails against AbstractHandlerMethodMapping$MappingRegistry with AspectJ 1.8.10
[SPR-15031] - MBeanExporter fails against null beans
[SPR-15042] - Regression with poolTargetSource and scoped proxy
[SPR-15055] - AutoProxyRegistrar throws NullPointer on @kotlin.Metadata Annotation
[SPR-15060] - Annotated method argument matching performance issue
更多请查看完整发行日志
下载地址: