SOFABoot 3.13.0 已发布,蚂蚁开源的基于 Springboot 的服务框架

SOFABoot 是蚂蚁金服开源的基于 Spring Boot 的研发框架,它在 Spring Boot 的基础上,提供了诸如 Readiness Check,类隔离,日志空间隔离等等能力。在增强了 Spring Boot 的同时,SOFABoot 提供了让用户可以在 Spring Boot 中非常方便地使用 SOFA 中间件的能力。

SOFABoot 3.13.0 现已发布,具体更新内容如下:

New Features

  • 在 readiness endpoint 中支持 showDetail=false #957
  • 支持配置跳过 ComponentManagerImpl 中的 shutdown method #960

Optimize

  • 使 ServiceBeanFactoryPostProcessor 实现 BeanDefinitionRegistry #967
  • 将 springframework 更新到 5.3.20 #969
  • 在 sofa reference proxy 中添加 JvmBindingInterface #970
  • 更新 ProxyBeanFactoryPostProcessor 调用顺序 #971
  • 在 beanstat 中添加 beanname #973
  • 忽略 healthcheck 结果中的 component success detail #976

Bug fixes

  • 修复 StartupContextRefreshedListener 顺序 #966
  • 修复 output bean stats sort 问题 #968
  • 修复解析绑定编码问题 #975
  • 修复关于应用程序事件忽略子事件的问题 #979

更新说明:https://github.com/sofastack/sofa-boot/releases/tag/v3.13.0

猜你喜欢

转载自www.oschina.net/news/199487/sofaboot-3-13-0-released