vaticle / typedb-driver

TypeDB Drivers for Rust, Python, Java, Node.js, C, C++, and C#.
https://typedb.com
Apache License 2.0
30 stars 32 forks source link

JNI library loading uses a predetermined file name #652

Closed krishnangovindraj closed 1 month ago

krishnangovindraj commented 1 month ago

Usage and product changes

The unpacked JNI library now uses a pre-determined filename. This replaces logic to extract the filename from the packaged resource.

Implementation

The new method produces the same filename, since the way we find the resource is through the filename in the first place.

vaticle-bot commented 1 month ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture