发布于 2016-09-20 11:02:33 | 166 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的精品教程,程序狗速度看过来!

Spring Framework 开源j2ee框架

Spring是什么呢?首先它是一个开源的项目,而且目前非常活跃;它是一个基于IOC和AOP的构架多层j2ee系统的框架,但它不强迫你必须在每一层 中必须使用Spring,因为它模块化的很好,允许你根据自己的需要选择使用它的某一个模块;它实现了很优雅的MVC,对不同的数据访问技术提供了统一的接口,采用IOC使得可以很容易的实现bean的装配,提供了简洁的AOP并据此实现Transcation Managment,等等


Spring 4.2.8 和 4.3.3 发布了。

Spring Framework 4.3.3 更新内容:

Bug

  • [SPR-8337] - Constructor sets the source incorrectly in org.springframework.beans.PropertyValue

  • [SPR-14191] - Regression: Insert statement fails with inconsistent datatypes on Oracle 12c driver

  • [SPR-14520] - StackOverflowError at AbstractJackson2HttpMessageConverter.resolveVariable

  • [SPR-14548] - Default connection release mode inconsistent with Hibernate 5.1.1

  • [SPR-14551] - StackOverflowError for advisor search against factory-bean reference to FactoryBean

  • [SPR-14554] - ArrayIndexOutOfBoundsException in MethodBasedEvaluationContext

  • [SPR-14564] - SockJS heartbeat is causing application send Message to fail similar to (SPR-14356)

  • [SPR-14568] - StompSubProtocolHandler responds with ERROR (Session closed.) on DISCONNECT when using SimpleBrokerMessageHandler

  • [SPR-14577] - When favorPathExtension is false ResourceHttpRequestHandler serves resources with

  • [SPR-14648] - ResolvableType for a raw type is not assignable to generic types of the same class

  • [SPR-14661] - TypeConverterSupport does not propagate custom exceptions anymore

  • [SPR-14666] - Performance regression when scheduling is enabled and context contains URL beans

  • [SPR-14676] - Spring 4.3.2 HibernateTemplate#findByNamedQuery isn't compatible with Hibernate 5.0

  • [SPR-14681] - HibernateExceptionTranslator translating to InvalidDataAccessApiUsageException when using vanilla Hibernate

  • [SPR-14703] - NPE during websocket disconnect

  • [SPR-14718] - StringUtils.parseLocaleString(): does not parse locale string in java 7 for Serbian (Latin)

  • [SPR-14721] - exception during websocket client close

提升

  • [SPR-7549] - findDefaultEntityManagerFactory should consider EMF bean's primary flag

  • [SPR-14498] - MockMvcResultMatchers.jsonPath(String).value() should have a matching method to declare the expected type

  • [SPR-14547] - HttpHeaders.setContentDispositionFormData() doesn't encode non-acsii characters correctly

  • [SPR-14549] - PathEditor returns wrong result for absolute path in servletContext.getRealPath(...)

  • [SPR-14559] - HttpEntityMethodProcessor should not throw IllegalArgumentExceptions for invalid If-None-Match headers

  • [SPR-14563] - MockClientHttpResponse should close stream

  • [SPR-14574] - Avoid repeated getParameterType calls for setNull with Oracle 12c driver

  • [SPR-14580] - Allow programmatic registration of bean definitions with a ResolvableType

  • [SPR-14585] - Allow specifying CompilationCustomizer for Groovy based beans

  • [SPR-14611] - Avoid creation of lazy candidates when the primary bean is injected

  • [SPR-14624] - Improve performance of assertion in StompSubProtocolHandler

  • [SPR-14626] - GenericApplicationContext should pick up ClassLoader from custom ResourceLoader

  • [SPR-14629] - Protect against getParameterType cursor leak with Oracle 12c JDBC driver

  • [SPR-14632] - ListBeansView should also expose aliases

  • [SPR-14635] - Consistent comma splitting without regex overhead (e.g. in MediaType/MimeType)

  • [SPR-14636] - Improve performance of StompCommand.getMessageType()

  • [SPR-14725] - Add SPI to customize the qualifiers to use for a particular bean

  • [SPR-14728] - Introduce 'value' alias for @Bean's 'name' attribute

  • [SPR-14729] - ScriptTemplateView should check template resource

任务

  • [SPR-11569] - Switch source encoding to UTF-8 and enforce it in the build

  • [SPR-13965] - Compatibility with Hibernate Validator 5.3

  • [SPR-14552] - @Configuration constructor behaviour documentation differs between Reference Documentation and API docs

  • [SPR-14570] - Upgrade 4.3.x build to Gradle 2.14.x

  • [SPR-14573] - Compatibility with WildFly 10.1

  • [SPR-14587] - Improve documentation for Cacheable#result (re: Optional wrapper)

点此查看完整更新内容

Spring Framework 4.2.8 更新内容:

Bug

  • [SPR-8337] - Constructor sets the source incorrectly in org.springframework.beans.PropertyValue

  • [SPR-10343] - ConfigurationClassParser needs to load annotations through source class loader

  • [SPR-14564] - SockJS heartbeat is causing application send Message to fail similar to (SPR-14356)

  • [SPR-14625] - Fix assertions in StompHeaderAccessor

  • [SPR-14648] - ResolvableType for a raw type is not assignable to generic types of the same class

  • [SPR-14661] - TypeConverterSupport does not propagate custom exceptions anymore

  • [SPR-14703] - NPE during websocket disconnect

  • [SPR-14718] - StringUtils.parseLocaleString(): does not parse locale string in java 7 for Serbian (Latin)

  • [SPR-14721] - exception during websocket client close

提升

  • [SPR-14427] - When I try to acquire MD5 using DigestUtils, java.lang.OutOfMemoryError occurs.

  • [SPR-14433] - Avoid canonicalName call for already-seen bean name

  • [SPR-14452] - @RequestMapping consumes/produces InvalidMediaTypeException should mention offending class & method

  • [SPR-14454] - UrlPathHelper in PathExtensionContentNegotiationStrategy should be configurable

  • [SPR-14697] - AbstractPollingMessageListenerContainer's workaround for Tibco causes performance delays during ems failover

  • [SPR-14729] - ScriptTemplateView should check template resource

任务

  • [SPR-14598] - NoHandlerFoundException is mapped to 404 twice

点此查看完整更新内容

下载地址:

Spring 4.2.8

Spring 4.3.3



历史版本 :
Spring Framework 5.0.3 和 4.3.14,开始支持 JDK 10
Spring Framework 5.0.2 及 4.3.13 版本更新发布
Spring Framework 5.0.1小版本更新,修复部分缺陷
Spring Framework 4.3.12 版本正式发布
支持响应式编程 Spring Framework 5.0 稳定版正式发布
Spring Framework 5.0 最后一个 RC 版发布
Spring 4.3.11 发布,合并 EhCache 3 tests 至 spring-context-support
Spring Framework 5.0 RC3 发布
Spring Framework 4.3.10 发布
Spring for Apache Hadoop 2.5.0 GA 版本发布
Spring for Apache Hadoop 2.5.0.RC1 发布
Spring Framework 5.0 RC2 发布
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务