]
Sebastian Łaskawiec updated ISPN-7363:
--------------------------------------
Status: Pull Request Sent (was: Open)
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
Currently injecting {{@Input}} caches work only for {{Callable}}. Since
{{DefaultExecutorService}} supports also {{Runnable}}, we should also support injecting
{{@Input}} caches there.