Commit 30af980
authored
API Alignment (#157)
* Alignment: bytes package
* Alignment: encoding update
* Alignment: config package
* Alignment: replacing all exceptions with ZError
* Alignment: ext package
* Alignment: jni callbacks
* Alignment: config
* Alignment: JNIKeyExpr
* Alignment: JNIPublisher
* Alignment: JNIQuery
* Alignment: JNIScout
* Alignment: JNISession
* Alignment JNIZBytes & JNIZenohId
* Alignment: KeyExpr & SetIntersectionLevel
* Alignment: pubsub package
* Alignment: Publisher & qos package
* Alignment: query package - wip
* Alignment: adding scouting package
* Alignment: removing Value
* Alignment: logger
* Alignmment: Zenoh.kt - wip
* Alignment: publisher - adding encoding and reliability to builder
* Alignment: subscriber
* Alignment: sample
* Alignment: query & reply - wip
* Alignment: Put & Session
* Alignment: fix 'IntoSelector'
* Alignment: updating zenoh-jni
* Alignment: wip - converting tests to java tests. Added config tests.
* Alignment: wip - converting tests to java tests. Added delete test.
* Alignment: wip - converting tests to java tests. Added encoding tests.
* Alignment: wip - converting tests to java tests. Added get tests.
* Alignment: wip - converting tests to java tests. Added key expr tests.
* Alignment: wip - converting tests to java tests. Added parameters tests.
* Alignment: wip - converting tests to java tests. Added publisher tests.
* Alignment: wip - converting tests to java tests. Added Queryable tests.
* Alignment: wip - converting tests to java tests. Added Put tests.
* Alignment: wip - Added Scouting tests + adding scouting builder.
* Alignment: wrapping up scouting, closing queue upon scout close.
* Alignment: adding selector tests
* Alignment: fix SessionInfo + adding tests
* Alignment: fix Scouting queue test
* amend! Alignment: fix SessionInfo + adding tests
Alignment: fix SessionInfo + adding tests
* Alignment: session tests
* Alignment: user attachment tests
* Alignment: subscriber tests
* Alignment: removing the zenoh-ext package (to be added later in another PR)
* Alignment: Publisher config params
* Alignment: Subscriber config params
* Alignment: Queryable config params
* Alignment: Subscriber config params refactor
* Alignment: Queryable declaration and Query.reply config params.
* Alignment: Get config params
* Alignment: Subscriber config params refactor
* Fix config test
* Alignment - Scouting config params
* Alignment: adding Liveliness
* Gitignore update
* Alignment: fix logging
* Alignment: publisher put and delete config param
* Alignment: examples - adding picocli for CLI args
* Alignment: examples - adding missing examples
* Alignment: examples - adding ping and pong examples
* Alignment: examples refactor + refactor queryable config logic
* Alignment: fix publisher put encoding fallback
* Alignment: removing SubscriberConfig.kt
* Alignment: renaming PublisherConfig to PublisherOptions
* Alignment: renaming DeleteConfig to DeleteOptions and removing 'builder' functions in it.
* Alignment: renaming GetConfig to GetOptions and removing 'builder' functions in it.
* Alignment: renaming PutConfig to PutOptions and removing 'builder' functions in it.
* Alignment: renaming ReplyConfig to ReplyOptions and removing 'builder' functions in it.
* Alignment: renaming ReplyDelConfig to ReplyDelOptions and removing 'builder' functions in it.
* Alignment: renaming ReplyErrConfig to ReplyErrOptions and removing 'builder' functions in it.
* Alignment: renaming QueryableConfig to QueryableOptions and removing 'builder' functions in it.
* Alignment: renaming ScoutConfig to ScoutOptions and removing 'builder' functions in it.
* Alignment: renaming Liveliness.SubscriberConfig + renaming variables
* Alignment: queryable options refactor
* Alignment: removing Resolvable
* Alignment: splitting Queryable, Subscriber and Get into Handler and Callback subclasses + tidying up documentation.
* Alignment: removing JNIZBytes
* Alignment: removing unused kotlin json dependency
* Alignment: options refactor on QoS param1 parent 9880420 commit 30af980
File tree
129 files changed
+9393
-4180
lines changed- examples
- src/main/java/io/zenoh
- zenoh-java
- src
- androidMain/kotlin/io.zenoh
- commonMain/kotlin/io/zenoh
- bytes
- config
- exceptions
- handlers
- jni
- callbacks
- keyexpr
- liveliness
- prelude
- publication
- pubsub
- qos
- queryable
- query
- sample
- scouting
- selector
- session
- subscriber
- value
- commonTest/kotlin/io/zenoh
- jvmMain/kotlin/io/zenoh
- jvmTest/java/io/zenoh
- zenoh-jni
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
129 files changed
+9393
-4180
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
32 | 40 | | |
33 | 41 | | |
34 | 42 | | |
35 | 43 | | |
| 44 | + | |
36 | 45 | | |
| 46 | + | |
37 | 47 | | |
38 | 48 | | |
39 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | | - | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
22 | 36 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
28 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
29 | 101 | | |
30 | 102 | | |
0 commit comments