]
Galder Zamarreño updated ISPN-1261:
-----------------------------------
Assignee: Sebastian Łaskawiec (was: Kevin Pollet)
Complete the work on the event bridge between Infinispan and CDI
----------------------------------------------------------------
Key: ISPN-1261
URL:
https://issues.jboss.org/browse/ISPN-1261
Project: Infinispan
Issue Type: Task
Security Level: Public(Everyone can see)
Components: CDI Integration
Reporter: Kevin Pollet
Assignee: Sebastian Łaskawiec
The event bridge (for cache and cache manager) is already implemented in the code but
some events are not supported and a deprecated one is used. The following work has to be
done on the event bridge:
* Remove deprecated event
* Support all events
* Verify how cache and cache manager observers are registered
* Tests
* Doc