seeing “Error Initializing Native OS X File Event ...
# questions
g
seeing “Error Initializing Native OS X File Event Watcher. Add JNA to classpath for Faster File Watching performance” in my grails 7 upgrade process from 5. that’s odd yeah?
g
I saw this all the time, but I just ignore it if this wont affect my upgrade.
g
well right, i assumed it was minor but still would rather not see it and resolve whatever it thinks is missing
👍 1
g
Sounds like this open issue (with workaround) in Grails 6: https://github.com/grails/grails-core/issues/13469
g
Yeah I’ll go that route, just flagging for community awareness
👍🏼 1
g
I added these two dependencies in my , then it is gone.
Copy code
implementation 'io.methvin:directory-watcher:0.18.0'
    implementation 'net.java.dev.jna:jna:5.13.0'
🙌 1
🙌🏼 1