]
RH Bugzilla Integration commented on ISPN-5464:
-----------------------------------------------
Vojtech Juranek <vjuranek(a)redhat.com> changed the Status of [bug
ReflectionHelper fails to detect element type for arrays of generic
types
-------------------------------------------------------------------------
Key: ISPN-5464
URL:
https://issues.jboss.org/browse/ISPN-5464
Project: Infinispan
Issue Type: Bug
Components: Embedded Querying
Affects Versions: 7.2.1.Final
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Fix For: 7.2.2.Final, 8.0.0.Alpha1, 8.0.0.Final
A property declared like:
{code}
SomeGenericType<T>[] myArrayProperty;
{code}
Will cause a ClassCastException in ReflectionHelper.
This affects indexless queries only.