Closed victory-wu closed 7 months ago
hmm I can understand what you are asking about. On the other hand, we do have code that uses later versions of spring with this dependency. Also, this dependency is intentionally old to support 2.5. To update this will make those apps stop working. Can you have another look, perhaps at the brave-example to see if there is another way to accomplish your goal? https://github.com/openzipkin/brave-example/blob/7c3d4ce09ab81066ae909273792f19cee34229ef/webmvc4-boot/src/main/java/brave/example/TracingAutoConfiguration.java
I haven't had time to create tests for this as there is some more urgent work I have to complete. If someone else can, it is appreciated.
After Springbean version 3.0, FactoryBeans automatically configured through @ bean encountered a not found bean error
The reason is that no specific generic type was specified。
In order to reduce the impact, I only upgraded to the minimum version number that supports AbstractFactoryBean
The following is a code example。
erro:not fund AsyncReporter Sender 。。。