]
Adrian Nistor updated ISPN-9555:
--------------------------------
Fix Version/s: 9.4.0.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
Fix For: 9.4.0.Final
ComponentRegistry.registerComponent(impl, interface) does not currently check that the
impl really is assignable to the interface.