Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-search
Commit: 392cb7076343e3859f34aaeb291065ad3d1abd77
https://github.com/hibernate/hibernate-search/commit/392cb7076343e3859f34...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2021-07-27 (Tue, 27 Jul 2021)
Changed paths:
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/automaticindexing/strategy/outbox/OutboxPollingOutOfOrderIdsIT.java
Log Message:
-----------
HSEARCH-4265 Make sure events are outdistanced
Commit: 343ef8565f600d8be0517ee946d7de1c47a9e4bf
https://github.com/hibernate/hibernate-search/commit/343ef8565f600d8be051...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2021-07-27 (Tue, 27 Jul 2021)
Changed paths:
M
mapper/orm/src/main/java/org/hibernate/search/mapper/orm/outbox/impl/OutboxAdditionalJaxbMappingProducer.java
Log Message:
-----------
HSEARCH-4265 Raise to 7 mssql timestamp column precision
According to the mssql documentation 7 is the default but let's try it anyway
Compare:
https://github.com/hibernate/hibernate-search/compare/5161b02d53d1...343e...