[hibernate-commits] [hibernate/hibernate-search] 82bf6b: HSEARCH-2486 Enable @ContainedIn on classes whose ...
GitHub
noreply at github.com
Wed Nov 30 06:30:10 EST 2016
Branch: refs/heads/5.5
Home: https://github.com/hibernate/hibernate-search
Commit: 82bf6b2c141c80bc1fff727e45fe6b928e8e6af3
https://github.com/hibernate/hibernate-search/commit/82bf6b2c141c80bc1fff727e45fe6b928e8e6af3
Author: Yoann Rodière <yoann at 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.
More information about the hibernate-commits
mailing list