SOFABoot 2.6.1 发布了,SOFABoot 是蚂蚁金服开源的基于 Spring Boot 的研发框架,它在 Spring Boot 的基础上,提供了诸如 Readiness Check、类隔离、日志空间隔离等能力。在增强了 Spring Boot 的同时,SOFABoot 提供了让用户可以在 Spring Boot 中非常方便地使用 SOFA 中间件的能力。
Bug 修复
- When use
org.springframework.aop.framework.ProxyFactoryBean
, app may throwcircular reference
on startup process #349
优化
- In
com.alipay.sofa.isle.spring.listener.SofaModuleBeanFactoryPostProcessor
,getBeanNamesForType
call should pass allowEagerInit to false #350
升级
- Upgrade tracer-sofa-boot-starter to 2.3.2
转自 https://www.oschina.net/news/104178/sofaboot-2-6-1-released