Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-search
Commit: a4103c37def6cb663d07f380213da77aededf686
https://github.com/hibernate/hibernate-search/commit/a4103c37def6cb663d07...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-02-23 (Tue, 23 Feb 2021)
Changed paths:
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/model/JpaIdAsDocumentIdIT.java
Log Message:
-----------
HSEARCH-4156 Remove an unnecessary @Rule from JpaIdAsDocumentIdIT
Signed-off-by: Yoann Rodière <yoann(a)hibernate.org>
Commit: d8542ec378f80dd4fe1fe65745fadc9da48119b4
https://github.com/hibernate/hibernate-search/commit/d8542ec378f80dd4fe1f...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-02-23 (Tue, 23 Feb 2021)
Changed paths:
M
mapper/orm/src/main/java/org/hibernate/search/mapper/orm/mapping/impl/HibernateOrmMetatadaContributor.java
M
mapper/orm/src/main/java/org/hibernate/search/mapper/orm/model/impl/HibernateOrmBasicTypeMetadataProvider.java
Log Message:
-----------
HSEARCH-4156 Ignore synthetic properties when collecting ORM metadata
Signed-off-by: Yoann Rodière <yoann(a)hibernate.org>
Commit: d581d1b9013e97e0fb270877967619e679ab60e2
https://github.com/hibernate/hibernate-search/commit/d581d1b9013e97e0fb27...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-02-23 (Tue, 23 Feb 2021)
Changed paths:
M
mapper/orm/src/main/java/org/hibernate/search/mapper/orm/mapping/impl/HibernateOrmMetatadaContributor.java
Log Message:
-----------
HSEARCH-4156 Don't try to infer mappedBy information from ManyToOne
ManyToOne never has any mappedBy information, it's always on the other
side. Worse: it sometimes holds a reference to a synthetic property
instead of the mappedBy, and trying to resolve that property leads to a
bootstrap failure since it doesn't exist.
Signed-off-by: Yoann Rodière <yoann(a)hibernate.org>
Commit: afbb90aaf577db5b0003e7b58ca5c79634555cf8
https://github.com/hibernate/hibernate-search/commit/afbb90aaf577db5b0003...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2021-02-23 (Tue, 23 Feb 2021)
Changed paths:
A
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/model/BackRefPropertyIT.java
A
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/model/SyntheticPropertyIT.java
Log Message:
-----------
HSEARCH-4156 Test mapping an ORM model that includes synthetic properties
Signed-off-by: Yoann Rodière <yoann(a)hibernate.org>
Compare:
https://github.com/hibernate/hibernate-search/compare/44063b4ffec2...afbb...