Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spring Framework 5.1 RC3, 5.0.9 和 4.3.19 发布 #163

Closed
venusdrogon opened this issue Sep 12, 2018 · 0 comments
Closed

Spring Framework 5.1 RC3, 5.0.9 和 4.3.19 发布 #163

venusdrogon opened this issue Sep 12, 2018 · 0 comments
Assignees
Milestone

Comments

@venusdrogon
Copy link
Collaborator

venusdrogon commented Sep 12, 2018

Spring Framework 的三个分支发布了更新,分别是 Spring Framework 5.1 RC3, 5.0.9 和 4.3.19。而它们的更新内容主要是 bug 修复以及一些其他的改进。

具体内容请点击链接查看

5.0.9
4.3.19 https://jira.spring.io/secure/ReleaseNote.jspa?projectId=10000&version=16856
5.1 RC3

像往常一样,这些是下周初即将发布的 Spring Boot 2.1 M3, 2.0.5 和 1.5.16 版本的基础。

源码下载 https:/spring-projects/spring-framework/releases

    Release Notes - Spring Framework - Version 4.3.19

Bug

  • [SPR-16947] - `AbstractJackson2HttpMessageConverter` incorrectly logs at WARN level after upgrading to Jackson 2.9
  • [SPR-16994] - `ConcurrentReferenceHashMap` does not enforce visibility of cached EntrySet
  • [SPR-16999] - Map injection fails to find bean produced with `@Bean` when additional method with same name exists
  • [SPR-17045] - AOP and use of redirect view can lead to unbounded caching in `AbstractAutoProxyCreator`
  • [SPR-17093] - Classification of `ClassCastExceptions` doesn't work in JDK 11 (OpenJDK)
  • [SPR-17114] - `SchedulerAccessor` needs to catch primary key violation on reschedule (due to Quartz race condition)
  • [SPR-17147] - `CheckboxTag` incorrectly processing hidden field through RequestDataValueProcessor
  • [SPR-17166] - `@Scheduled` task runs twice on bean with target-class scoped proxy (when injected)
  • [SPR-17191] - `SimpleAliasRegistry.hasAlias` does not properly resolve multiple chained aliases
  • [SPR-17214] - Compiled elvis operator does not work correctly when default value is a complex expression
  • [SPR-17229] - EL1072 when evaluating compiled expression using method `SpelExpression.getValue(Object rootObject, Class<T> expectedResultType)`

Task

  • [SPR-16944] - Doc: `ThreadPoolTaskExecutor`'s defaults vs setting queueCapacity for common pool scenarios
  • [SPR-16945] - Doc: `AsyncConfigurer` causes dependencies to be created early
  • [SPR-17022] - Update documentation references to `Number/Currency/PercentStyleFormatter`
  • [SPR-17042] - Incorrect Class reference in documentation
  • [SPR-17062] - Fix outdated javadoc of `ConfigurationClassPostProcessor`
  • [SPR-17095] - Revise BeanFactory vs `ApplicationContext` section in reference docs
  • [SPR-17131] - `InitializingBean`/`DisposableBean` javadoc should not just refer to singletons
  • [SPR-17182] - Removed Jackson view property "renderedAttributes" still mentioned in Spring Framework docs
  • [SPR-17226] - Documentation for `@Transactional` timeout (in seconds)

Improvement

  • [SPR-17178] - Consistent warn logging for handled exceptions
  • [SPR-17209] - Support both filters and views in `AbstractJackson2HttpMessageConverter`

Refactoring

  • [SPR-17088] - `MethodBeforeAdviceInterceptor` should implement BeforeAdvice marker
@venusdrogon venusdrogon self-assigned this Sep 12, 2018
@venusdrogon venusdrogon added this to the 4.0.2 milestone Sep 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant