Skip to content

Tags: JuliaInterop/JavaCall.jl

Tags

v0.8.1

Toggle v0.8.1's commit message
[Diff since v0.8.0](v0.8.0...v0.8.1)

**Merged pull requests:**
- Inverted listing of  Julia version compatibility in README.md (#168) (@sylvaticus)
- Update CI workflow to use latest actions versions (#171) (@ViralBShah)
- Try Julia 1.6 as min (#177) (@ViralBShah)

**Closed issues:**
- Use BinaryBuilder to install java?? (#136)
- JavaCall crashes Julia 1.6.3 on macOS (#151)

v0.8.0

Toggle v0.8.0's commit message
## JavaCall v0.8.0

[Diff since v0.7.8](v0.7.8...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)

v0.8.0rc-1

Toggle v0.8.0rc-1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix lazy jfield, add test (#164)

v0.7.8

Toggle v0.7.8's commit message
Bump version to v0.7.8

v0.7.7

Toggle v0.7.7's commit message
Set version to v0.7.7

v0.7.6

Toggle v0.7.6's commit message
Test branch v0.7 in travis

v0.7.5

Toggle v0.7.5's commit message
## JavaCall v0.7.5

[Diff since v0.7.4](v0.7.4...v0.7.5)



**Merged pull requests:**
- JNI methods (#29) (@adambrewster)
- JNI methods update (#118) (@mkitti)
- Independent JNI (#120) (@mkitti)
- Faster startup (#121) (@PallHaraldsson)
- Create JavaRef, JavaLocalRef, and JavaGlobalRef to hold references and manage memory (#124) (@mkitti)
- CompatHelper: bump compat for "DataStructures" to "0.18" (#128) (@github-actions[bot])

v0.7.4

Toggle v0.7.4's commit message
Add WinReg version compat to 0.3.1

v0.7.3

Toggle v0.7.3's commit message

Verified

This tag was signed with the committer’s verified signature.
JuliaTagBot Julia TagBot
See github.com/JuliaInterop/JavaCall.jl/releases/tag/v0.7.3 for relea…

…se notes

v0.7.2

Toggle v0.7.2's commit message

Verified

This tag was signed with the committer’s verified signature.
JuliaTagBot Julia TagBot
Fix integer arrays

Fix Windown10 init
Better error messages on windows