Andreas Nef
Andreas Nef
Hi Just to mentioned that we had a simliar issue in our pipelines, i.e. not having specified the version until now and it started breaking with 3.1.0: ``` java.lang.NoClassDefFoundError: Could...
Hm. I've read https://github.com/apache/jena/issues/1252, but that was before 4.8.0. - It would be strange to me that this should be by design when having a property of the name "deleteOld"....
Adapted `org.apache.jena.tdb2.sys.DatabaseOps` to use `java.nio.Files.delete()` (currently the us of `java.io.File.delete()` doesn't check if delete is successful) and extended logging a bit, seems that on Windows we have other processes accessing...
Hi @rvesse Thanks for putting this into context! That sounds a bit discouraging, though, meaning that the `deleteOld` parameter is not supported on Windows. Not familiar with the code here,...
Is there an option to stop (kill) any existing OO/LO processes, regardless if they were started with or without the keepAlive flag?
Hi @sbraconnier Thanks for the update. Yes, 4.4.8-SNAPSHOT seems to work, thanks!
Hi @sbraconnier Thanks again for addressing this issue! Is there any timeline for a next release?
Thanks, @sbraconnier, really appreciated and completely understand!