sbt / io

IO module for sbt
Apache License 2.0
40 stars 45 forks source link

Bump JNA to 5.8.0 #321

Closed vbabenkoru closed 3 years ago

vbabenkoru commented 3 years ago

Fixes #320

vbabenkoru commented 3 years ago

@eed3si9n Thanks! Are you planning to merge this for the next release?

eed3si9n commented 3 years ago

Note that 1.5.x series is already branched out to 1.5.x, so merging this to develop branch doesn't necessarily mean it will be part of the next release. I am not sure how safe it would be to upgrade JNA without going through RC cycle. It might address this issue, but it could break some other plugin? sbt transitively also depend on JNA via sbt/ipcsocket, and I've actually released ipcsocket 1.3.1 and ipcsocket 1.4.0 so I don't introduce JNA upgrade in 1.5.x. One potential workaround might be to release sbt 1.6.0-M1 or fix the nightly build.