优化
- 健康检查失败组件优先排列
- 提供健康检查失败终止应用进程选项
- 提供 IO 线程处理业务逻辑能力
Bug 修复
- 修复 SOFA runtime 关闭逻辑问题
- 修复 RPC 发布过程中 uniqueName 计算错误
- 修复在组件管理器关闭之前,应用程序关闭
升级
-
更新 SOFARPC 版本至 5.7.3
- 更新 fastjson 版本至 1.2.69
- 更新 gRPC 版本至 1.28.0
- 更新 protoc 和 protoc-java 版本至 3.11.0
Optimize
-
Provide option for processing biz logic in IO thread #658
-
Put components first whose health check result fail #656
-
Provide option for terminating application when health check fails #648
Bug fixes
-
StandardSofaRuntimeManager#shutdown will cause the Spring context to be prematurely closed #657
-
Application close before component manager shutdown #659
-
Incorrect ProviderConfig name calculation when exporting #668
Upgrade
- Upgrade SOFA-RPC version to 5.7.3
- Upgrade fastjson version to 1.2.69
- Upgrade gRPC version to 1.28.0
- Upgrade protoc and protoc-java version to 3.11.0
SOFABoot 简介
SOFABoot 是蚂蚁金服开源的基于 Spring Boot 的研发框架,它在 Spring Boot 的基础上,提供了诸如 Readiness Check,类隔离,日志空间隔离等等能力。在增强了 Spring Boot 的同时,SOFABoot 提供了让用户可以在 Spring Boot 中非常方便地使用 SOFA 中间件的能力。
原文
https://www.oschina.net/news/116698/sofaboot-3-4-1-released