sofastack / sofa-boot

SOFABoot is a framework that enhances Spring Boot and fully compatible with it, provides readiness check, class isolation, etc.
https://www.sofastack.tech/sofa-boot/docs/Home
Apache License 2.0
4.94k stars 1.26k forks source link

skywalking兼容问题 #1202

Closed yuanChina closed 1 year ago

yuanChina commented 1 year ago

image 这里skywalking增强的interfaces.length不兼容?

HzjNeverStop commented 1 year ago

可以详细描述下你的问题,例如复现的场景

yuanChina commented 1 year ago

可以详细描述下你的问题,例如复现的场景

skywalking会增强接口 所以增强的接口这里interfaces.length是等于2的 这里只判断长度<=1 存在问题

HzjNeverStop commented 1 year ago

skywalking

这种情况建议通过 interfaceType 字段显示声明 interface

yuanChina commented 8 months ago

还是会报 has more than one interface