jni-rs v0.15.0 Release Notes

Release Date: 2020-02-28 // about 4 years ago
  • โž• Added

    • ๐Ÿ‘ท Ability to pass object wrappers that are convertible to JObject as arguments to the majority of JNIEnv methods without explicit conversion. (#213)
    • JNIEnv#is_same_object implementation. (#213)
    • JNIEnv#register_native_methods. (#214)
    • ๐Ÿ‘ท Conversion from Into<JObject> to JValue::Object.

    ๐Ÿ›  Fixed

    • Passing null as class loader to define_class method now allowed according to the JNI specification. (#225)