You can try either of the following:
- At the Executor level - Configure a ContextPropagatingTaskDecorator to handle the context propagation between threads, for that particular executor.
- At the application level - Try using hooks like explained in the answer here