Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-search
Commit: 192f0e10f3162c1c564c02cf8598121dc23a997d
https://github.com/hibernate/hibernate-search/commit/192f0e10f3162c1c564c...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2020-09-30 (Wed, 30 Sep 2020)
Changed paths:
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/nonregression/model/IdClassIT.java
Log Message:
-----------
HSEARCH-4025 Test entity with id class and documentId
At the moment it does not work, which explains the issue
Commit: 72034e833cad6d4b88fa93c6163c125141fdadb0
https://github.com/hibernate/hibernate-search/commit/72034e833cad6d4b88fa...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2020-09-30 (Wed, 30 Sep 2020)
Changed paths:
M
mapper/orm/src/main/java/org/hibernate/search/mapper/orm/mapping/impl/HibernateOrmIndexedTypeContext.java
Log Message:
-----------
HSEARCH-4025 Switch operands to check if d-id and e-id are the same
Commit: 19ab186e6b29df7674ca12e715473df8b1d0b4e0
https://github.com/hibernate/hibernate-search/commit/19ab186e6b29df7674ca...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2020-09-30 (Wed, 30 Sep 2020)
Changed paths:
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/nonregression/model/IdClassIT.java
Log Message:
-----------
HSEARCH-4025 Change the test to use default implicit naming strategy
Compare:
https://github.com/hibernate/hibernate-search/compare/af9f0b8f53d5...19ab...