]
Seto Kaiba commented on ISPN-7363:
----------------------------------
Hi. Maybe it's not easy to fix for Runnable.
The RunnableAdapter is private.
I don't have an environment setup for Infinispan development. So I check the code
directly by searching in github.
And I found that the CDI context is injected in the second link. But for the Runnable is
wraped in the RunnableAdapter implements Callable which is private.
Allow @Input caches to Runnables in CDI
---------------------------------------
Key: ISPN-7363
URL:
https://issues.jboss.org/browse/ISPN-7363
Project: Infinispan
Issue Type: Bug
Components: CDI Integration
Affects Versions: 9.0.0.Beta1
Reporter: Sebastian Łaskawiec
Assignee: Sebastian Łaskawiec
Currently injecting {{@Input}} caches work only for {{Callable}}. Since
{{DefaultExecutorService}} supports also {{Runnable}}, we should also support injecting
{{@Input}} caches there.