Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-search
Commit: f9474e69cfb54601429abeb7977640a0699f740d
https://github.com/hibernate/hibernate-search/commit/f9474e69cfb54601429a...
Author: yge45 <ygendre(a)dsirc.net>
Date: 2015-03-17 (Tue, 17 Mar 2015)
Changed paths:
M orm/src/main/java/org/hibernate/search/batchindexing/impl/BatchCoordinator.java
M
orm/src/main/java/org/hibernate/search/batchindexing/impl/BatchIndexingWorkspace.java
A
orm/src/test/java/org/hibernate/search/test/batchindexing/MassIndexerCancellingTest.java
Log Message:
-----------
HSEARCH-655 Implements the FuturTask.cancel function in the MassIndexer
Commit: bb17b70812a4422c7499388b29ee97291f54a329
https://github.com/hibernate/hibernate-search/commit/bb17b70812a4422c7499...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2015-03-17 (Tue, 17 Mar 2015)
Changed paths:
M
orm/src/main/java/org/hibernate/search/batchindexing/impl/BatchIndexingWorkspace.java
Log Message:
-----------
HSEARCH-655 No need to rethrow the interrupted exception
Commit: d063d3f3ad0d253e86d0d273eaa34873f332c067
https://github.com/hibernate/hibernate-search/commit/d063d3f3ad0d253e86d0...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2015-03-17 (Tue, 17 Mar 2015)
Changed paths:
M
orm/src/test/java/org/hibernate/search/test/batchindexing/MassIndexerCancellingTest.java
Log Message:
-----------
HSEARCH-655 Increase execution speed of the unit test by not making assumptions on
periods of time
Compare:
https://github.com/hibernate/hibernate-search/compare/8b0fd06d2bf7...d063...