You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problems may arise when using two dependency packages at the same time,when tracing mode is turned on, a bug will appear.
dubbo.tracing.enabled=true
implementation("org.apache.dubbo:dubbo-spring-boot-observability-starter:3.2.15")
implementation("org.springframework.boot:spring-boot-actuator-autoconfigure:${springBootVersion}")
spring.main.allow-bean-definition-overriding=true
If the configuration supports bean override injection, no error will be reported.
What you expected to happen
I hope that the application can be started normally without additional configuration
Anything else
No response
Are you willing to submit a pull request to fix on your own?
Yes I am willing to submit a pull request on my own!
Pre-check
Search before asking
Apache Dubbo Component
Java SDK (apache/dubbo)
Dubbo Version
Dubbo Java 3.2.15, JDK17, dubbo-spring-boot-observability-starter:3.2.15
Steps to reproduce this issue
Problems may arise when using two dependency packages at the same time,when tracing mode is turned on, a bug will appear.
dubbo.tracing.enabled=true
implementation("org.apache.dubbo:dubbo-spring-boot-observability-starter:3.2.15")
implementation("org.springframework.boot:spring-boot-actuator-autoconfigure:${springBootVersion}")
spring.main.allow-bean-definition-overriding=true
If the configuration supports bean override injection, no error will be reported.
What you expected to happen
I hope that the application can be started normally without additional configuration
Anything else
No response
Are you willing to submit a pull request to fix on your own?
Code of Conduct
The text was updated successfully, but these errors were encountered: