]
Adrian Nistor updated ISPN-9504:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Transformable.transformer should use generics
---------------------------------------------
Key: ISPN-9504
URL:
https://issues.jboss.org/browse/ISPN-9504
Project: Infinispan
Issue Type: Bug
Components: Embedded Querying
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Fix For: 9.4.0.Final
This is of type Class without using generics due to an unknown annotation processor bug
that supposedly happened in 2011. This should actually be Class<? extends
Transformer>.