Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-search
Commit: 1eb728388d151713d613ac06dae7e1948cdb500f
https://github.com/hibernate/hibernate-search/commit/1eb728388d151713d613...
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.