Michael Vorburger
Michael Vorburger
@rtyley tx for your answer, I think I (kind of) "get it" now. @suuntala tx for chiming in, very useful & good to know I'm clearly not the only one...
@oehme tx. I actually meanwhile already don't need this anymore (because I'm using http://immutables.github.io instead; their "staged (AKA telescopic) builders", just intro. in https://github.com/immutables/immutables/issues/438, are so cool!), so I won't...
FYI to anyone finding this, I've made a similar container in https://github.com/vorburger/cloudshell.
@shague your (and @trozet's ...) [1] looks about right, I guess. But there does indeed seem to be bug related to some sort of deadlock when starting a non existant...
I've just deployed a 3.1.1 release with this fix to Maven central; it should be available from there shortly.
Interesting. I wonder if that's a bug in this project or the JDK? The former seems more likely. Do you want to raise a Draft PR with a (failing) test...
FTR @edewit said that when using `com.google.common.io.Files.move(File, File)` this problem does not happen. We suspect it's some sort of timing issue. (Once I've figured a solution, perhaps the new test...
> We suspect it's some sort of timing issue. Perhaps this is related to the `ch.vorburger.fswatch.QuietPeriodListener`.
Let's keep this open? I'm glad it's related to that, and there's a "workaround" (?), but perhaps I could make the quiet filter better aware of different event types, for...
I (briefly, mobile, while commuting) looked at src, and that quiet listener doesn't actually seem right to me (in hindsight, I originally wrote it)... I'll see if I can rewrite...