SOFABoot 是蚂蚁金服开源的基于 Spring Boot 的研发框架,它在 Spring Boot 的基础上,提供了诸如 Readiness Check,类隔离,日志空间隔离等等能力。在增强了 Spring Boot 的同时,SOFABoot 提供了让用户可以在 Spring Boot 中非常方便地使用 SOFA 中间件的能力。
SOFABoot 4.1.0 现已发布,具体更新内容包括:
New Features
- 更新 SpringBoot 3.1.5 #1259
- 更新 SOFA Hessian 3.5.1 #1248
- 支持 SOFA RPC Rpc provider register blacklist/whitelist # 1254
- 支持 isle actuator #1257
优化
- 避免 SofaConfigSourceSupportListener 重复注册配置#1246
- 修复 @SofaService 注解无法设置自定义线程池的问题#1247
- 避免 SofaRpcEndpoint 中的 npe #1256
- 修复 SpringContextInstallStage CountDownLatch 大小错误#1262
- 为 ApplicationRuntimeModel 注册弃用 bean 别名#1263
更新说明:https://github.com/sofastack/sofa-boot/releases/tag/v4.1.0