Skip to content

[Java] Release hotfix version 1.1.1#229

Open
teodordelibasic-db wants to merge 1 commit intomainfrom
java/release-v1.1.1
Open

[Java] Release hotfix version 1.1.1#229
teodordelibasic-db wants to merge 1 commit intomainfrom
java/release-v1.1.1

Conversation

@teodordelibasic-db
Copy link
Copy Markdown
Contributor

What changes are proposed in this pull request?

The JNI nativeIsClosed implementation only checked whether the stream wrapper
was explicitly closed (via nativeClose), but did not check the Rust stream's
internal is_closed flag. This meant isClosed() returned false even after
the stream internally shut down due to non-retryable errors.

The fix checks both conditions, wrapper cleared or stream internally closed.

  • Bump Java SDK version from 1.1.0 to 1.1.1
  • Bump JNI crate version from 1.1.0 to 1.1.1

How is this tested?

Compiled and verified via cargo check -p zerobus-jni.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant