Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-search
Commit: 86d0d47ea7022900f625a73306442692b6f9dd83
https://github.com/hibernate/hibernate-search/commit/86d0d47ea7022900f625...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-03-21 (Thu, 21 Mar 2019)
Changed paths:
M
mapper/orm/src/main/java/org/hibernate/search/mapper/orm/massindexing/impl/BatchIndexingWorkspace.java
Log Message:
-----------
HSEARCH-3529 Retrieve the ID attribute in a way that works for primitive types in the
mass indexer
Commit: e395e0b16cceffecce59e599305377da9369bd71
https://github.com/hibernate/hibernate-search/commit/e395e0b16cceffecce59...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-03-21 (Thu, 21 Mar 2019)
Changed paths:
A
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/nonregression/massindexing/PrimitiveIdMassIndexingIT.java
Log Message:
-----------
HSEARCH-3529 Test mass indexing for an entity with a primitive ID
Compare:
https://github.com/hibernate/hibernate-search/compare/5de924e48fb5...e395...