Spring Framework 5.2 首个候选版 RC1 已发布 ,这是一个具备完整功能的版本,可从里程碑仓库进行获取。
按照发布计划,团队目前仍在准备 5.2 RC2 的开发工作,主要是进行小调整和性能改进,并暂定于 9 月中旬发布 GA 版本。在发布公告中,Spring 团队表示 Spring Framework 5.2 的更新跨度颇大,从对主要核心容器的优化到对反应式事务 (Reactive Transactions) 和 RSocket 的支持。
MergedAnnotations
LogMessage LogAccessor
@Configuration
模型改进: @Configuration
-demarcated 类使用 proxyBeanMethods
属性,也就是说没有 CGLIB 子类 ListableBeanFactory
检索方法的工厂方法的注解检测: getBeanNamesForAnnotation
, getBeansWithAnnotation
, findAnnotationOnBean
. ReactiveTransactionManager
SPI 作为 PlatformTransactionManager
的替代方案 TransactionalOperator
以及 @Transactional
集成 @Transactional
方法上的 Vavr Try
返回类型以提供对事务控制的支持 详情更新内容请点此查看 。