Branch: refs/heads/6.0
Home:
https://github.com/hibernate/hibernate-search
Commit: 064561505b10d844df74ab105b56dff6ef8ffff5
https://github.com/hibernate/hibernate-search/commit/064561505b10d844df74...
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: b2c973b84e47c45f4d1fece57c7e06d24b47c8fd
https://github.com/hibernate/hibernate-search/commit/b2c973b84e47c45f4d1f...
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: 311605c2679024ce762e8bbf472341790a8eb5e1
https://github.com/hibernate/hibernate-search/commit/311605c2679024ce762e...
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: 59dd6a8eb67be3eb896a008b481dc1919892e8cb
https://github.com/hibernate/hibernate-search/commit/59dd6a8eb67be3eb896a...
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/ea7f2e705675...59dd...