SerCeMan / jnr-fuse

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

Update jnr-ffi to avoid illegal reflective access warning #54

Closed overheadhunter closed 6 years ago

overheadhunter commented 6 years ago

Since jnr-ffi version 2.1.7 this warning is fixed. I verified compatibility by managing jnr-ffi to 2.1.8. Therefore I'd suggest to update the dependency.

Update: int readdir(String path, Pointer buf, FuseFillDir filter, @off_t long offset, FuseFileInfo fi) doesn't get called any longer, when I update jnr-ffi to 2.1.8 (but it does work with 2.1.7). So apparently you can not just bump the version without adjusting the code.

SerCeMan commented 6 years ago

Hi, @overheadhunter! Thank you for reporting this! The issue was fixed in #59.