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>
toJValue::Object
Fixed
- Passing
null
as class loader todefine_class
method now allowed according to the JNI specification. (#225)