rustls-platform-verifier icon indicating copy to clipboard operation
rustls-platform-verifier copied to clipboard

jni 0.21 migration

Open cpu opened this issue 2 years ago • 1 comments

Presently this crate uses jni-rs v0.19 as an optional dependency for doc generation, and a required dependency for the Android OS target.

The latest release stream, 0.21.x, "makes extensive breaking changes in order to improve safety. Most projects that use this library will need to be changed accordingly.". The upstream project offers a migration guide to help with this process.

Given the advertised safety improvements it's likely worthwhile to consider the steps required for migration.

cpu avatar Aug 25 '23 14:08 cpu

Thanks for taking a glance at this! The new safety improvements look very welcome. Our uses are pretty simple so I'm hoping our upgrade path is pretty smooth.

complexspaces avatar Aug 29 '23 01:08 complexspaces

Is this fixed by #151?

akonradi-signal avatar Dec 12 '24 18:12 akonradi-signal

Yes.

djc avatar Dec 12 '24 18:12 djc