Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mostroverkhov committed Oct 11, 2023
1 parent 844d118 commit 319812a
Show file tree
Hide file tree
Showing 18 changed files with 34 additions and 32 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,15 @@ GRPC clients can access such services without separate "gateway" binaries and ID
**Non-intrusive**. [MessageStreams](https://github.com/jauntsdn/rsocket-jvm/blob/1.5.1/rsocket-reactor/src/main/java/com/jauntsdn/rsocket/MessageStreams.java) API & [RSocket-JVM](https://github.com/jauntsdn/rsocket-jvm/blob/1.5.1/rsocket-reactor/src/main/java/com/jauntsdn/rsocket/RSocket.java) runtime are clearly split so from end-user perspective there is
only set of streaming & non-streaming interactions on buffers/messages:

**traditional streaming**
```groovy
void requestResponse(Message message, StreamObserver<Message> responseObserver);
void requestStream(Message message, StreamObserver<Message> responseObserver);
StreamObserver<Message> requestChannel(StreamObserver<Message> responseObserver);
void fireAndForget(Message message, StreamObserver<Message> responseObserver);
```

**reactive streams**
```groovy
Publisher<Message> requestResponse(Message message);
Publisher<Message> requestStream(Message message);
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ googleJavaFormatPluginVersion=0.9
gitPluginVersion=0.13.0
versionsPluginVersion=0.45.0

nettyBomVersion=4.1.99.Final
nettyBomVersion=4.1.100.Final
grpcStubVersion=1.58.0
reactorBomVersion=2022.0.11
rxjavaVersion=3.1.7
Expand Down
2 changes: 1 addition & 1 deletion rsocket-bom/gradle.lockfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.netty:netty-bom:4.1.99.Final=classpath
io.netty:netty-bom:4.1.100.Final=classpath
io.projectreactor:reactor-bom:2022.0.11=classpath
empty=
4 changes: 2 additions & 2 deletions rsocket-futures/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ com.google.errorprone:javac-shaded:9+181-r4173-1=googleJavaFormat1.6
com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6
com.google.guava:guava:22.0=googleJavaFormat1.6
com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6
io.netty:netty-buffer:4.1.99.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.99.Final=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.100.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.100.Final=compileClasspath,runtimeClasspath
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
empty=annotationProcessor
4 changes: 2 additions & 2 deletions rsocket-grpc/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6
com.google.guava:guava:22.0=googleJavaFormat1.6
com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6
io.grpc:grpc-stub:1.58.0=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.99.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.99.Final=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.100.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.100.Final=compileClasspath,runtimeClasspath
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
empty=annotationProcessor
4 changes: 2 additions & 2 deletions rsocket-helidon/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ io.helidon.common:helidon-common-mapper:2.5.6=compileClasspath,runtimeClasspath
io.helidon.common:helidon-common-reactive:2.5.6=compileClasspath,runtimeClasspath
io.helidon.common:helidon-common-service-loader:2.5.6=compileClasspath,runtimeClasspath
io.helidon.common:helidon-common:2.5.6=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.99.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.99.Final=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.100.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.100.Final=compileClasspath,runtimeClasspath
jakarta.annotation:jakarta.annotation-api:1.3.5=compileClasspath,runtimeClasspath
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
empty=annotationProcessor
4 changes: 2 additions & 2 deletions rsocket-messages/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ com.google.errorprone:javac-shaded:9+181-r4173-1=googleJavaFormat1.6
com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6
com.google.guava:guava:22.0=googleJavaFormat1.6
com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6
io.netty:netty-buffer:4.1.99.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.99.Final=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.100.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.100.Final=compileClasspath,runtimeClasspath
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
empty=annotationProcessor
4 changes: 2 additions & 2 deletions rsocket-mutiny/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ com.google.errorprone:javac-shaded:9+181-r4173-1=googleJavaFormat1.6
com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6
com.google.guava:guava:22.0=googleJavaFormat1.6
com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6
io.netty:netty-buffer:4.1.99.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.99.Final=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.100.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.100.Final=compileClasspath,runtimeClasspath
io.smallrye.common:smallrye-common-annotation:2.1.2=compileClasspath,runtimeClasspath
io.smallrye.reactive:mutiny:2.5.1=compileClasspath,runtimeClasspath
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
Expand Down
4 changes: 2 additions & 2 deletions rsocket-reactor/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ com.google.errorprone:javac-shaded:9+181-r4173-1=googleJavaFormat1.6
com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6
com.google.guava:guava:22.0=googleJavaFormat1.6
com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6
io.netty:netty-buffer:4.1.99.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.99.Final=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.100.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.100.Final=compileClasspath,runtimeClasspath
io.projectreactor:reactor-core:3.5.10=compileClasspath,runtimeClasspath
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath
Expand Down
4 changes: 2 additions & 2 deletions rsocket-rpc-futures/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ com.google.errorprone:javac-shaded:9+181-r4173-1=googleJavaFormat1.6
com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6
com.google.guava:guava:22.0=googleJavaFormat1.6
com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6
io.netty:netty-buffer:4.1.99.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.99.Final=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.100.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.100.Final=compileClasspath,runtimeClasspath
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
empty=annotationProcessor
4 changes: 2 additions & 2 deletions rsocket-rpc-grpc/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6
com.google.guava:guava:22.0=googleJavaFormat1.6
com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6
io.grpc:grpc-stub:1.58.0=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.99.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.99.Final=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.100.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.100.Final=compileClasspath,runtimeClasspath
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
empty=annotationProcessor
4 changes: 2 additions & 2 deletions rsocket-rpc-helidon/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ io.helidon.common:helidon-common-mapper:2.5.6=compileClasspath,runtimeClasspath
io.helidon.common:helidon-common-reactive:2.5.6=compileClasspath,runtimeClasspath
io.helidon.common:helidon-common-service-loader:2.5.6=compileClasspath,runtimeClasspath
io.helidon.common:helidon-common:2.5.6=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.99.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.99.Final=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.100.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.100.Final=compileClasspath,runtimeClasspath
jakarta.annotation:jakarta.annotation-api:1.3.5=compileClasspath,runtimeClasspath
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
empty=annotationProcessor
4 changes: 2 additions & 2 deletions rsocket-rpc-mutiny/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ com.google.errorprone:javac-shaded:9+181-r4173-1=googleJavaFormat1.6
com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6
com.google.guava:guava:22.0=googleJavaFormat1.6
com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6
io.netty:netty-buffer:4.1.99.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.99.Final=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.100.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.100.Final=compileClasspath,runtimeClasspath
io.smallrye.common:smallrye-common-annotation:2.1.2=compileClasspath,runtimeClasspath
io.smallrye.reactive:mutiny:2.5.1=compileClasspath,runtimeClasspath
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
Expand Down
4 changes: 2 additions & 2 deletions rsocket-rpc-reactor/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ com.google.errorprone:javac-shaded:9+181-r4173-1=googleJavaFormat1.6
com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6
com.google.guava:guava:22.0=googleJavaFormat1.6
com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6
io.netty:netty-buffer:4.1.99.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.99.Final=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.100.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.100.Final=compileClasspath,runtimeClasspath
io.projectreactor:reactor-core:3.5.10=compileClasspath,runtimeClasspath
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath
Expand Down
4 changes: 2 additions & 2 deletions rsocket-rpc-rxjava/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ com.google.errorprone:javac-shaded:9+181-r4173-1=googleJavaFormat1.6
com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6
com.google.guava:guava:22.0=googleJavaFormat1.6
com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6
io.netty:netty-buffer:4.1.99.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.99.Final=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.100.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.100.Final=compileClasspath,runtimeClasspath
io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath
Expand Down
4 changes: 2 additions & 2 deletions rsocket-rpc-virtualthreads/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ com.google.errorprone:javac-shaded:9+181-r4173-1=googleJavaFormat1.6
com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6
com.google.guava:guava:22.0=googleJavaFormat1.6
com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6
io.netty:netty-buffer:4.1.99.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.99.Final=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.100.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.100.Final=compileClasspath,runtimeClasspath
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
empty=annotationProcessor
4 changes: 2 additions & 2 deletions rsocket-rxjava/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ com.google.errorprone:javac-shaded:9+181-r4173-1=googleJavaFormat1.6
com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6
com.google.guava:guava:22.0=googleJavaFormat1.6
com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6
io.netty:netty-buffer:4.1.99.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.99.Final=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.100.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.100.Final=compileClasspath,runtimeClasspath
io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath
Expand Down
4 changes: 2 additions & 2 deletions rsocket-test/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ com.google.guava:guava:22.0=googleJavaFormat1.6
com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6
com.google.protobuf:protobuf-java:3.24.3=compileClasspath,compileProtoPath,testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
com.google.protobuf:protoc:3.23.4=protobufToolsLocator_protoc
io.netty:netty-buffer:4.1.99.Final=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.netty:netty-common:4.1.99.Final=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.netty:netty-buffer:4.1.100.Final=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
io.netty:netty-common:4.1.100.Final=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
net.bytebuddy:byte-buddy:1.12.21=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
org.assertj:assertj-core:3.24.2=testCompileClasspath,testCompileProtoPath,testRuntimeClasspath
Expand Down

0 comments on commit 319812a

Please sign in to comment.