Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-search
Commit: 8ae152f7c3b4e6d0b1f271622adc5403b57ca76d
https://github.com/hibernate/hibernate-search/commit/8ae152f7c3b4e6d0b1f2...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2023-01-23 (Mon, 23 Jan 2023)
Changed paths:
R
integrationtest/mapper/orm-realbackend/src/test/java/org/hibernate/search/integrationtest/mapper/orm/realbackend/mapping/DecimalScaleMappingIT.java
A
integrationtest/mapper/pojo-standalone-realbackend/src/test/java/org/hibernate/search/integrationtest/mapper/pojo/standalone/realbackend/mapping/DecimalScaleMappingIT.java
Log Message:
-----------
HSEARCH-4782 Update negative test case for scale retrieval
- remove the @Column so that there's nowhere to get scale from
- move test to standalone mapper as with the future fix for ORM metadata retrieval it
won't be possible to reproduce it there
Commit: e4e5657f2ace692cf40fef9634beb56824832b4f
https://github.com/hibernate/hibernate-search/commit/e4e5657f2ace692cf40f...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2023-01-23 (Mon, 23 Jan 2023)
Changed paths:
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/model/DefaultDecimalScaleMappingIT.java
M
mapper/orm/src/main/java/org/hibernate/search/mapper/orm/mapping/impl/HibernateOrmMappingConfigurationContributor.java
Log Message:
-----------
HSEARCH-4782 Include identifier properties in the list of metadata contributor
Commit: 73b52a1aaae84b5b7e5c3a0972e4cb2c89268aff
https://github.com/hibernate/hibernate-search/commit/73b52a1aaae84b5b7e5c...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2023-01-23 (Mon, 23 Jan 2023)
Changed paths:
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/model/DefaultDecimalScaleMappingIT.java
Log Message:
-----------
HSEARCH-4782 Check implicit/explicit default scale
Compare:
https://github.com/hibernate/hibernate-search/compare/5b9410f2cbe7...73b5...