JavaCall v0.8.0
Closed issues:
- handling of Enum types (#159)
Merged pull requests:
- Raw JNI arrays (#144) (@ahnlabb)
- Consolidate jcall to enable extension of JVM types (#149) (@ahnlabb)
- Add CI.yml for github actions (#161) (@mkitti)
- Setup CI on v0.7 branch (#162) (@mkitti)
- Fix JNIVector garbage collection, check if JVM destroyed (#163) (@mkitti)
- Fix lazy jfield, add test (#164) (@mkitti)
- Add prototype jcall macro (#165) (@mkitti)
- Fix JNI array leaking by freeing the memory after conversion (#167) (@satanja)