SerCeMan / jnr-fuse

FUSE implementation in Java using Java Native Runtime (JNR)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update jnr-ffi dependency

tobihagemann opened this issue · comments

In the latest version of jffi, they fixed an important issue on macOS: jnr/jffi#74

Our project is dependent on jnr-fuse and I wanted to ask if it's possible to update the jnr-ffi dependency to 2.1.12. Reading upon #61 and #72 it looks like that it's not a trivial version bump, is this still the case?

Hi, @tobihagemann!

jnr/jnr-ffi#169 was resolved, so I believe it should be possible to bump jnr to the latest version if we combine it together with #61.

Unfortunately, we hit a roadblock now while trying to release an update of our project. We are unable to notarize the macOS app because of the aforementioned issue. Are there any blockers for merging #61?

Looking good, thank you for the 0.5.4 update! Quick tests show that nothing broke and the notarization was also successful. 👍