GitHub user afs opened a pull request:
https://github.com/apache/jena/pull/298
JENA-1409: ProcessFileLock
- Fix testing for MS Windows.
- Close files when a lock is finished with.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/afs/jena processfilelock
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/298.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #298
----
commit 057ed9084a47900cd2c8f20571aa7f0216c05c9a
Author: Andy Seaborne <[email protected]>
Date: 2017-10-27T11:53:41Z
Close files when a lock is released.
commit 19ed68989e0a21ef7f2b54495b9e3a308f8e8b04
Author: Andy Seaborne <[email protected]>
Date: 2017-10-27T11:59:17Z
Isolate tests after observed problmes on MSWindows.
----
---