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.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
v0.17.0
* j4rs async: Support null values for callbacks to assist Future<Void> completion
* Implement plug-in support for providing JSON ser/deserialization functionality
v0.16.0
* Use logback 1.3.x and stay compatible with java 8
* Add feature to opt-out using dynamic library loading
* Support async/await in Rust -> Java direction