]
Pedro Zapata Fernandez closed ISPN-9555.
----------------------------------------
Resolution: Out of Date
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: Nistor Adrian
Assignee: Dan Berindei
Priority: Major
Fix For: 10.0.0.Final
ComponentRegistry.registerComponent(impl, interface) does not currently check that the
impl really is assignable to the interface.