Files
spring-cloud-sleuth/README.adoc
Marcin Grzejszczak 2a740db1d2 Wrapping ExecutorService in its own representation
without this change ExecutorService was treated as an Executor and wrapped in the Executor bean. Due to this the bean was missing / bean of invalid type was registered.
with this change we do not wrap ExecutorService with a Executor bean, instead we wrap it in a TraceableExecutorService representation.

fixes #445
2016-11-08 15:15:21 +01:00

32 KiB