Skip to content

Tags: astonbitecode/j4rs

Tags

v0.24.0

Toggle v0.24.0's commit message
v0.24.0 * Log additional exceptions to the console only when the J4RS…

…_CONSOLE_LOG_LEVEL is debug. * Use LazyLock instead of lazy_static * Use AsRef for paths * Ability to rebuild j4rs via changes in env var * Remove deprecated functions

v0.23.1

Toggle v0.23.1's commit message
Fix 64bit addressing issues

v0.23.0

Toggle v0.23.0's commit message
Bugfixes and improvements

v0.22.0

Toggle v0.22.0's commit message
* Use j4rs with crates like android-activity * Dependencies update * …

…Fix memory leak in invoke_static * Code improvements and clippy lints fixes

v0.21.0

Toggle v0.21.0's commit message
* Fix build triggers * Ability to create Instance from jobject * Test…

…s run improvements and fixes * Code improvements

v0.20.0

Toggle v0.20.0's commit message
v0.20.0

* Implemented check_equals
* Ability to get the raw pointers of Jvms and Instances
* Moved JavaFX related code to separate module
* Cleaned up build script

v0.19.0

Toggle v0.19.0's commit message
v0.19.0 * Implement to_rust support for Java primitive arrays without…

… deserialization * Fill up the J4rsError with actual exceptions when error comes from Java * Bugfixes * Documentation improvements

v0.18.0

Toggle v0.18.0's commit message
v0.18.0

* Use impl Borrow to support using references of InvocationArgs <---- API breaking change. Most probably needs user intervention.
* Support deploying SNAPSHOT maven artifacts
* Fix constructor matching ParameterizedTypes
* Upgrade dependencies in rust and java
* Separate the test resources from the release code
* Documentation improvements
* Upgrades in j4rs_derive
* Fix some clippy errors

v0.17.2

Toggle v0.17.2's commit message
v0.17.2

Bugfixes:
* Search methods in all the interfaces in hierarchy
* Support x64 addresses for async calls
* Correect handling parametarized types and wildcard types

v0.17.1

Toggle v0.17.1's commit message
v0.17.1

Fix excessive logging issue