ExecutorBeanPostProcessor Makes Guava's ListeningExecutorService Beans Unusable
See original GitHub issueWe recently upgraded to Spring Boot 2.1.0 (with spring-cloud-sleuth-core 2.0.2.RELEASE) and for our apps that use a Guava ListeningExecutorService, exposed as a bean, they have started getting the following exception:
org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'batchExecutorService' is expected to be of type 'com.google.common.util.concurrent.ListeningExecutorService' but was actually of type 'org.springframework.cloud.sleuth.instrument.async.TraceableExecutorService'
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (7 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Gh account is good
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.