Open kohegen opened 4 years ago
I'm hitting this too, has there been any investigation on how to fix this?
This is how it has been fixed in spring-cloud-sleuth: https://github.com/spring-cloud/spring-cloud-sleuth/commit/58f3d0fce000cf849f4d9674820b4da7c75d59b1
Problem: The issue is when
io.opentracing.contrib.spring.cloud.async.ExecutorBeanPostProcessor
tries to create CGlib proxy onFinalizableDelegatedExecutorService
andDelegatedScheduledExecutorService
which don't have visible constructor. it fails with exception below:Reproduction - just try to do instrumentation for
Executors
below:or
Tested on version:
Module:
This is the exact same problem as here: https://github.com/spring-cloud/spring-cloud-sleuth/issues/684