Skip to content

Commit

Permalink
remove previously deprecated rsocket-helidon, rsocket-rpc-helidon mod…
Browse files Browse the repository at this point in the history
…ules
  • Loading branch information
mostroverkhov committed Mar 11, 2024
1 parent 6a18d27 commit a50e86c
Show file tree
Hide file tree
Showing 25 changed files with 1 addition and 990 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ subprojects {
def name = project.name
def javaVersion =
name.endsWith("virtualthreads") ? 20
: name.endsWith("helidon") || name.endsWith("mutiny") || name.endsWith("test") ? 11
: name.endsWith("mutiny") || name.endsWith("test") ? 11
: 8

plugins.withType(JavaLibraryPlugin) {
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ nettyBomVersion=4.1.107.Final
grpcStubVersion=1.62.2
reactorBomVersion=2023.0.3
rxjavaVersion=3.1.8
helidonCommonReactiveVersion=2.5.6
mutinyVersion=2.5.8
jsr305Version=3.0.2
javaxInjectVersion=1
Expand Down
1 change: 0 additions & 1 deletion gradle/dependency-management.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ subprojects {
dependencies {
dependency "io.grpc:grpc-stub:${grpcStubVersion}"
dependency "io.reactivex.rxjava3:rxjava:${rxjavaVersion}"
dependency "io.helidon.common:helidon-common-reactive:${helidonCommonReactiveVersion}"
dependency "io.smallrye.reactive:mutiny:${mutinyVersion}"

dependency "javax.inject:javax.inject:${javaxInjectVersion}"
Expand Down
2 changes: 0 additions & 2 deletions rsocket-bom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ dependencies {

api "io.grpc:grpc-stub:${grpcStubVersion}"
api "io.reactivex.rxjava3:rxjava:${rxjavaVersion}"
api "io.helidon.common:helidon-common-reactive:${helidonCommonReactiveVersion}"
api "io.smallrye.reactive:mutiny:${mutinyVersion}"
api "com.google.protobuf:protobuf-java:${protobufVersion}"
api "com.google.protobuf:protobuf-javalite:${protobufVersion}"
Expand All @@ -39,7 +38,6 @@ dependencies {
api "com.jauntsdn.rsocket:rsocket-rpc-mutiny-compiler:${version}"
api "com.jauntsdn.rsocket:rsocket-rpc-reactor-compiler:${version}"
api "com.jauntsdn.rsocket:rsocket-rpc-rxjava-compiler:${version}"
api "com.jauntsdn.rsocket:rsocket-rpc-helidon-compiler:${version}"
api "com.google.protobuf:protoc:${protobufVersion}"
}
}
Expand Down
18 changes: 0 additions & 18 deletions rsocket-helidon/build.gradle

This file was deleted.

18 changes: 0 additions & 18 deletions rsocket-helidon/gradle.lockfile

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

35 changes: 0 additions & 35 deletions rsocket-helidon/src/main/java/com/jauntsdn/rsocket/Closeable.java

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit a50e86c

Please sign in to comment.