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
* chore: add branch placeholder zbobr_fix-38-fix-issue-431-tls-test
* feat: add accept_replies support with ReplyKeyExpr enum
Add stable accept_replies API to zenoh-java, matching the stabilized
ReplyKeyExpr type from upstream zenoh PR #2443.
Changes:
- Create ReplyKeyExpr enum (MATCHING_QUERY, ANY) in Kotlin
- Add acceptReplies field to GetOptions and QuerierOptions
- Pass acceptReplies ordinal through JNI bridge (JNISession.kt)
- Add decode_reply_key_expr in Rust utils.rs
- Wire accept_replies into both getViaJNI and declareQuerierViaJNI
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* feat: expose acceptsReplies on Query received by queryables
Pass accepts_replies from Rust Query through JNI to the Kotlin Query
class, allowing queryable handlers to inspect what reply key expressions
the querier accepts. Adds ReplyKeyExpr property to Query constructor,
updates JNI callback signature, and adds test coverage.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Auto-commit by worker agent
* chore: auto-commit uncommitted changes
* fix: stabilize accepts_replies API and clean up unrelated files
- Remove gradle wrapper files (gradle-wrapper.jar, gradle-wrapper.properties,
gradlew, gradlew.bat) that were added unrelated to task
- Delete Cargo.lock to use latest zenoh from main branch
- Fix accepts_replies() call in session.rs: API now returns ReplyKeyExpr
directly instead of Result<ReplyKeyExpr>, so remove .map_err(...)? chain
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* cargo.lock restored
* chore: auto-commit uncommitted changes
* test fix after deprecate priority / congestion
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments