Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-search
Commit: f0ac21648821c927254981c7a89121ee7c5dc852
https://github.com/hibernate/hibernate-search/commit/f0ac21648821c9272549...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2021-11-05 (Fri, 05 Nov 2021)
Changed paths:
A
engine/src/test/java/org/hibernate/search/engine/backend/orchestration/spi/SingletonTaskTest.java
Log Message:
-----------
HSEARCH-4363 Test closing task when a work is still running
Commit: d0c555648ab310d14fb005ca993eb6fb6d3438a6
https://github.com/hibernate/hibernate-search/commit/d0c555648ab310d14fb0...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2021-11-05 (Fri, 05 Nov 2021)
Changed paths:
M
engine/src/main/java/org/hibernate/search/engine/backend/orchestration/spi/SingletonTask.java
Log Message:
-----------
HSEARCH-4363 Avoid to null completionFuture on close
There is any value doing that and this value is supposed to be set to null by the afterRun
method
Compare:
https://github.com/hibernate/hibernate-search/compare/16432e8b59fd...d0c5...