]
Pedro Ruivo updated ISPN-7363:
------------------------------
Git Pull Request:
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
Fix For: 9.0.0.CR2, 9.0.0.Final
Currently injecting {{@Input}} caches work only for {{Callable}}. Since
{{DefaultExecutorService}} supports also {{Runnable}}, we should also support injecting
{{@Input}} caches there.