made LockFile reentrant (multiple locks on the same file can be acquired in the same JVM instance)
Some checks failed
CI / build (push) Has been cancelled

added argument file to JavaProcessBuilder
This commit is contained in:
2025-01-23 18:00:47 +08:00
parent d61cfc6ea7
commit cddd7889c7
8 changed files with 464 additions and 55 deletions

View File

@@ -0,0 +1,6 @@
module net.woggioni.jwo.lockfile.test {
requires net.woggioni.jwo;
requires static lombok;
exports net.woggioni.jwo.lockfile.test;
}