You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.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 * 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
* 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
Bugfixes:
* Search methods in all the interfaces in hierarchy
* Support x64 addresses for async calls
* Correect handling parametarized types and wildcard types