Skip to content

Commit b339fd4

Browse files
committed
next development iteration
1 parent 24eda14 commit b339fd4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Project supports 3 kinds of APIs:
4646
**GRPC compatible**. All implementations are directly compatible with GRPC via `Message-Streams-RPC` & GRPC transport.
4747
GRPC clients can access such services without separate "gateway" binaries and IDL sharing schemes.
4848

49-
**Non-intrusive**. [MessageStreams](https://github.com./jauntsdn/rsocket-jvm/blob/1.5.4/rsocket-reactor/src/main/java/com/jauntsdn/rsocket/MessageStreams.java) API & [RSocket-JVM](https://github.com./jauntsdn/rsocket-jvm/blob/1.5.4/rsocket-reactor/src/main/java/com/jauntsdn/rsocket/RSocket.java) runtime are clearly split so from end-user perspective there is
49+
**Non-intrusive**. [MessageStreams](https://github.com./jauntsdn/rsocket-jvm/blob/1.6.0/rsocket-reactor/src/main/java/com/jauntsdn/rsocket/MessageStreams.java) API & [RSocket-JVM](https://github.com./jauntsdn/rsocket-jvm/blob/1.6.0/rsocket-reactor/src/main/java/com/jauntsdn/rsocket/RSocket.java) runtime are clearly split so from end-user perspective there is
5050
only set of streaming & non-streaming interactions on buffers/messages:
5151

5252
**traditional streaming**
@@ -125,10 +125,10 @@ repositories {
125125
}
126126
127127
dependencies {
128-
implementation "com.jauntsdn.rsocket:rsocket-messages:1.5.4"
129-
implementation "com.jauntsdn.rsocket:rsocket-rpc-idl:1.5.4"
130-
implementation "com.jauntsdn.rsocket:rsocket-<VENDOR>:1.5.4"
131-
implementation "com.jauntsdn.rsocket:rsocket-rpc-<VENDOR>:1.5.4"
128+
implementation "com.jauntsdn.rsocket:rsocket-messages:1.6.0"
129+
implementation "com.jauntsdn.rsocket:rsocket-rpc-idl:1.6.0"
130+
implementation "com.jauntsdn.rsocket:rsocket-<VENDOR>:1.6.0"
131+
implementation "com.jauntsdn.rsocket:rsocket-rpc-<VENDOR>:1.6.0"
132132
}
133133
```
134134

@@ -137,7 +137,7 @@ MessageStreams-RPC compiler binaries are linux, windows(x86) only
137137
protobuf {
138138
plugins {
139139
rsocketRpc {
140-
artifact = "com.jauntsdn.rsocket:rsocket-rpc-<VENDOR>-compiler:1.5.4"
140+
artifact = "com.jauntsdn.rsocket:rsocket-rpc-<VENDOR>-compiler:1.6.0"
141141
}
142142
}
143143
}

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=com.jauntsdn.rsocket
2-
version=1.6.0
2+
version=1.6.1
33

44
dependencyManagementPluginVersion=1.1.0
55
protobufPluginVersion=0.8.19

0 commit comments

Comments
 (0)