Branch: refs/heads/5.5
Home:
https://github.com/hibernate/hibernate-search
Commit: 82bf6b2c141c80bc1fff727e45fe6b928e8e6af3
https://github.com/hibernate/hibernate-search/commit/82bf6b2c141c80bc1fff...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2016-11-30 (Wed, 30 Nov 2016)
Changed paths:
M engine/src/main/java/org/hibernate/search/util/impl/ReflectionHelper.java
A
orm/src/test/java/org/hibernate/search/test/embedded/ContainedInEntityInheritanceTest.java
Log Message:
-----------
HSEARCH-2486 Enable @ContainedIn on classes whose only link to Search is one of their
superclasses
Those classes were being ignored until now, because we were checking
whether classes are relevant to Hibernate Search without taking into
account their superclasses, thereby skipping metadata building entirely.