]
Tristan Tarrant updated ISPN-9555:
----------------------------------
Fix Version/s: 9.4.8.Final
(was: 9.4.7.Final)
ComponentRegistry should enforce that registered components implement
the interface/contract
--------------------------------------------------------------------------------------------
Key: ISPN-9555
URL:
https://issues.jboss.org/browse/ISPN-9555
Project: Infinispan
Issue Type: Bug
Components: Core
Reporter: Adrian Nistor
Assignee: Dan Berindei
Priority: Major
Fix For: 9.4.8.Final
ComponentRegistry.registerComponent(impl, interface) does not currently check that the
impl really is assignable to the interface.