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