Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / jni-rs/jni-rs issues and pull requests

#563 - bump to windows-sys 0.59

Pull Request - State: open - Opened by ssrlive 7 days ago

#562 - `no_std` support

Issue - State: open - Opened by OxygenCobalt 7 days ago - 3 comments

#561 - Add `try_into_raw` for `GlobalRef`

Pull Request - State: open - Opened by elichai 16 days ago

#560 - Lifetime of JNIEnv

Issue - State: open - Opened by JonasVautherin about 1 month ago - 9 comments

#559 - MSRV bump to 1.77.0 + 2021 edition and CI fixes

Pull Request - State: closed - Opened by ssrlive about 1 month ago - 1 comment

#557 - Fix a local reference leak in `JNIEnv::get_string`.

Pull Request - State: open - Opened by argv-minus-one 3 months ago
Labels: bug :bug:

#556 - Memory leak problem in `JNIEnv::get_string()`

Issue - State: open - Opened by wuwbobo2021 3 months ago - 2 comments
Labels: bug :bug:

#555 - Make `JavaVM` thread-attaching methods fail if the current thread is already attached

Pull Request - State: open - Opened by argv-minus-one 3 months ago
Labels: bug :bug:, help wanted :heart:

#554 - In `JavaVM::{new,with_libjvm}`, prevent libjvm from being unloaded.

Pull Request - State: open - Opened by argv-minus-one 3 months ago
Labels: bug :bug:

#553 - Does it support Apple M1?

Issue - State: open - Opened by PeakerChen 3 months ago - 3 comments

#552 - Port from windows-sys to windows-bindgen

Pull Request - State: open - Opened by complexspaces 3 months ago - 16 comments

#551 - Bump thiserror to v2

Pull Request - State: closed - Opened by paolobarbolini 3 months ago - 1 comment

#549 - how to cache jclass

Issue - State: closed - Opened by HollisMeynell 3 months ago - 6 comments

#545 - outdated example

Issue - State: open - Opened by asukaminato0721 5 months ago

#544 - Fix deprecated `crate_type` in the Cargo.toml file of the example directory

Pull Request - State: open - Opened by emergent 5 months ago - 2 comments

#543 - attach_current_thread with thread name

Issue - State: open - Opened by tisonkun 6 months ago - 4 comments

#540 - JObject should implement Copy and/or Clone

Issue - State: closed - Opened by Megadash452 6 months ago - 2 comments

#537 - some samples for jni-rs

Issue - State: closed - Opened by hellyguo 7 months ago

#536 - Unsound usages of unsafe implementation from small size to large size

Issue - State: closed - Opened by llooFlashooll 9 months ago - 2 comments

#534 - refactor!: JavaType::Object holds shared pointer

Pull Request - State: open - Opened by tisonkun 10 months ago - 1 comment

#531 - Improve performance of get_string

Pull Request - State: open - Opened by olivergillespie 11 months ago - 4 comments

#530 - Improve performance of get_string

Pull Request - State: closed - Opened by olivergillespie 11 months ago - 1 comment

#529 - Performance enhancement in get_string

Issue - State: open - Opened by olivergillespie 11 months ago

#528 - Fix local reference leak in `JNIEnv::get_string`

Pull Request - State: open - Opened by argv-minus-one 12 months ago - 1 comment
Labels: bug :bug:

#527 - JNIEnv::get_string should delete the local ref of string_class

Issue - State: open - Opened by mawenqi 12 months ago - 1 comment
Labels: bug :bug:

#524 - Could not compile jni (build script)

Issue - State: closed - Opened by badcodecat about 1 year ago - 1 comment

#524 - Could not compile jni (build script)

Issue - State: closed - Opened by badcodecat about 1 year ago - 1 comment

#523 - New release on crates.io

Issue - State: open - Opened by xMAC94x about 1 year ago

#523 - New release on crates.io

Issue - State: open - Opened by xMAC94x about 1 year ago

#522 - How to return jobject as kotlin data class

Issue - State: closed - Opened by SudoDios about 1 year ago

#522 - How to return jobject as kotlin data class

Issue - State: closed - Opened by SudoDios about 1 year ago

#521 - Feature request: JString from JChar slice via NewString

Issue - State: open - Opened by Pr0methean about 1 year ago

#521 - Feature request: JString from JChar slice via NewString

Issue - State: open - Opened by Pr0methean about 1 year ago

#520 - Byte type confusion

Issue - State: open - Opened by uvlad7 about 1 year ago

#520 - Byte type confusion

Issue - State: open - Opened by uvlad7 about 1 year ago

#519 - Update criterion requirement from 0.4 to 0.5

Pull Request - State: open - Opened by dependabot[bot] about 1 year ago
Labels: dependencies

#518 - Use catch_unwind to ensure pop in `with_local_frame_*`

Pull Request - State: closed - Opened by rib about 1 year ago

#517 - Make `JNIEnv::exception_occurred` infallible too.

Pull Request - State: closed - Opened by rib about 1 year ago

#516 - Fix CI

Pull Request - State: closed - Opened by rib about 1 year ago

#515 - `JClass::from`, `JString::from`, `JThrowable::from`, etc. safety

Issue - State: open - Opened by uvlad7 about 1 year ago - 2 comments

#514 - How to pass JavaVM from c to rust

Issue - State: closed - Opened by qwq233 about 1 year ago - 2 comments

#513 - Update windows-sys requirement from 0.48.0 to 0.52.0

Pull Request - State: open - Opened by dependabot[bot] about 1 year ago - 11 comments
Labels: dependencies

#512 - Removes the `CStr` coercion from `strings::*`

Pull Request - State: closed - Opened by argv-minus-one about 1 year ago - 2 comments
Labels: enhancement, docs, breaking

#511 - Add `JavaVM::get_raw` and remove `JNIEnv::get_native_interface`

Pull Request - State: closed - Opened by rib about 1 year ago

#510 - `JNIStr` should implement `to_str()` and not `Deref` directly to a `CStr`

Issue - State: closed - Opened by rib about 1 year ago
Labels: bug :bug:

#508 - [proposed feature] Allow AutoElements to store an owned local reference

Pull Request - State: open - Opened by jrose-signal over 1 year ago - 3 comments

#506 - How to add elements into an `JObjectArray`?

Issue - State: closed - Opened by fourlastor over 1 year ago - 2 comments

#505 - `{get,set}[_static]_field_unchecked` should be `unsafe`

Issue - State: open - Opened by dylanhart over 1 year ago

#503 - JavaVM should be Clone

Issue - State: closed - Opened by jrose-signal over 1 year ago - 1 comment

#502 - Update jni-sys requirement from 0.3.0 to 0.4.0

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 2 comments
Labels: dependencies

#501 - pass rust function as implementation for Java object

Issue - State: open - Opened by proohit over 1 year ago - 5 comments

#499 - Reduce clone overhead for JavaType

Issue - State: open - Opened by tisonkun over 1 year ago - 1 comment

#498 - Display Java exception messages in `Error::JavaException` error message

Pull Request - State: open - Opened by argv-minus-one over 1 year ago - 2 comments
Labels: enhancement, breaking

#497 - Reformat README.md and CONTRIBUTING.md

Pull Request - State: closed - Opened by tisonkun over 1 year ago

#496 - `Error::JavaException`, when `Display`ed, doesn't show the Java exception message

Issue - State: open - Opened by argv-minus-one over 1 year ago - 1 comment
Labels: enhancement

#493 - Better InvalidArgList Error

Issue - State: closed - Opened by opfromthestart over 1 year ago - 3 comments

#492 - How can I return an int array in a JNI call?

Issue - State: closed - Opened by ShenFeng312 over 1 year ago - 4 comments

#491 - Clippy fix: mark WeakRefGuard within Arc Send/Sync

Pull Request - State: closed - Opened by rib over 1 year ago

#490 - link the Maven Rust plugin

Pull Request - State: closed - Opened by jerrinot over 1 year ago

#489 - Remove unnecessary files from package

Pull Request - State: closed - Opened by Jake-Shadle over 1 year ago - 1 comment

#488 - Feature request: LocalExecutor

Issue - State: open - Opened by jrose-signal over 1 year ago - 3 comments

#487 - call_method overriding class reference (Classloader issue)

Issue - State: open - Opened by danbrownuk over 1 year ago - 5 comments

#486 - ThrowNew should accept Option<_>

Issue - State: open - Opened by xxDark over 1 year ago

#485 - How to handle rust panics correctly?

Issue - State: open - Opened by doums over 1 year ago - 3 comments

#483 - Correct byte array returning

Issue - State: closed - Opened by levBagryansky over 1 year ago - 2 comments

#482 - ReleaseByteArrayElements or any other way to deallocate the arrays

Issue - State: closed - Opened by r3bb1t over 1 year ago - 8 comments

#481 - Possibility of creating InitArgsBuilder's arguments in runtime

Issue - State: closed - Opened by r3bb1t over 1 year ago - 2 comments

#480 - Guarantee that `JNIEnv::fatal_error` will not panic or allocate. Expa…

Pull Request - State: closed - Opened by argv-minus-one over 1 year ago
Labels: enhancement, breaking

#479 - Expand the documentation for `GlobalRef` and `WeakRef` (fixes #475)

Pull Request - State: closed - Opened by argv-minus-one over 1 year ago
Labels: docs

#478 - Ports jni to the proposed jni-sys 0.4 API

Pull Request - State: closed - Opened by rib over 1 year ago - 8 comments

#477 - `push/pop_local_frame` should be internal-only APIs or removed altogether

Issue - State: open - Opened by rib over 1 year ago - 1 comment
Labels: good first issue

#476 - Double check the soundness of `delete_local_ref`

Issue - State: open - Opened by rib over 1 year ago - 4 comments

#475 - `new_global_ref` docs could make it clearer that it doesn't delete / replace the given reference

Issue - State: closed - Opened by rib over 1 year ago
Labels: docs, good first issue

#474 - Remove `get_native_interface` or `get_raw`

Issue - State: closed - Opened by rib over 1 year ago - 1 comment

#473 - `direct_buffer` APIs need to check for JNI >= 1.4

Issue - State: closed - Opened by rib over 1 year ago - 1 comment
Labels: bug :bug:

#472 - Use the "system-unwind" ABI in examples

Pull Request - State: closed - Opened by koutheir over 1 year ago - 2 comments

#471 - The performance seems to be only 80% of that of cpp (jni)

Issue - State: closed - Opened by redoriental over 1 year ago - 2 comments

#470 - Remove/deprecate Executor API?

Issue - State: open - Opened by rib over 1 year ago

#468 - `ensure_local_capacity` doesn't check for errors correctly

Issue - State: closed - Opened by rib over 1 year ago - 1 comment
Labels: bug :bug:

#466 - Can't use JNI_GetCreatedJavaVMs

Issue - State: closed - Opened by NiiightmareXD over 1 year ago - 1 comment

#463 - JNIEnv::exception_check should just return a bool and REQUIRES JNI 1.2 as a minimum supported version!

Issue - State: closed - Opened by rib over 1 year ago - 1 comment
Labels: bug :bug:

#462 - JNIVersion should implement `Ord` and be able to hold unknown, newer versions as u32 values

Issue - State: closed - Opened by rib over 1 year ago - 1 comment
Labels: good first issue

#461 - `JNIEnv::get_version()` should be infallible

Issue - State: closed - Opened by rib over 1 year ago

#459 - How I use `MonitorEnter` and `MonitorExit`

Issue - State: closed - Opened by Rabbit0w0 over 1 year ago

#458 - Don't require mutable borrow for get/set/take_rust_field

Pull Request - State: closed - Opened by rib over 1 year ago