SerCeMan / jnr-fuse

FUSE implementation in Java using Java Native Runtime (JNR)
MIT License
365 stars 87 forks source link

Bump JNR dependencies #59

Closed SerCeMan closed 6 years ago

SerCeMan commented 6 years ago

ref https://github.com/SerCeMan/jnr-fuse/issues/54

tornaia commented 6 years ago

Something is still not OK with this change.

The MemoryFs sample app does not work anymore (Windows). When I revert the versions of com.github.jnr:jnr-ffi to 2.1.5 and com.github.jnr:jnr-posix to 3.0.41 (which was used in 0.5.1) then the sample app works as expected.

jnr-fuse-memory-fs-older-ok-0 5 1 0.5.1 - OK

jnr-fuse-memory-fs-latest-nok-0 5 2 0.5.2 - NOK

I will spend some time on this issue - but I don't know if I will succeed or not. :)

SerCeMan commented 6 years ago

Hey, @tornaia!

Seems to be related to https://github.com/SerCeMan/jnr-fuse/issues/60, I'll revert the dependencies in the meantime.

tornaia commented 6 years ago

Ahh cool! I did not see that!

I spent a couple of minutes on this and I think I found the root cause and it seems that it works now. I will create a PR soon.