v0.8.0rc-1
Pre-release
Pre-release
What's Changed
- Allow for multithreaded access to the JVM IN 26f1efd
- JProxy update by @mkitti in #112
- Adding JProxy, a wrapper that allows Java-like syntax for field and method access by @zot in #91
- Fix memory leak for primitive array by @ahnlabb in #135
- Also look for a JRE on Windows via the registry. by @dourouc05 in #137
- adding readme to point to JProxy file history by @zot in #142
- Add support for short to conventional_name by @abread in #148
- Fix typo in jbyte by @MatFi in #158
- Consolidate jcall to enable extension of JVM types by @ahnlabb in #149
- Raw JNI arrays by @ahnlabb in #144
- Add CI.yml for github actions by @mkitti in #161
- Fix JNIVector garbage collection, check if JVM destroyed by @mkitti in #163
- Fix lazy jfield, add test by @mkitti in #164
New Contributors
- @ahnlabb made their first contribution in #135
- @abread made their first contribution in #148
- @MatFi made their first contribution in #158
Full Changelog: v0.7.6...v0.8.0rc-1