Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit 6093acf

Browse files
committed
Revert to reactor-core-3.1.7.RELEASE
1 parent 8ffde47 commit 6093acf

File tree

9 files changed

+20
-20
lines changed

9 files changed

+20
-20
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
group=io.netifi.proteus
2-
version=0.9.1
2+
version=0.9.2

gradle/java.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ dependencies {
8383
testCompile 'junit:junit:4.12'
8484

8585
testCompile 'javax.inject:javax.inject:1'
86-
testCompile 'io.projectreactor:reactor-test:3.1.9.RELEASE'
86+
testCompile 'io.projectreactor:reactor-test:3.1.7.RELEASE'
8787
testCompile 'com.google.protobuf:protobuf-java:3.6.0'
8888
testCompile 'org.hdrhistogram:HdrHistogram:2.1.10'
8989
testCompile 'org.apache.logging.log4j:log4j-api:2.9.0'
9090
testCompile 'org.apache.logging.log4j:log4j-core:2.9.0'
9191
testCompile 'org.apache.logging.log4j:log4j-slf4j-impl:2.9.0'
92-
testCompile 'io.rsocket:rsocket-transport-netty:0.11.6'
93-
testCompile 'io.rsocket:rsocket-transport-local:0.11.6'
92+
testCompile 'io.rsocket:rsocket-transport-netty:0.11.5'
93+
testCompile 'io.rsocket:rsocket-transport-local:0.11.5'
9494
testCompile 'org.mockito:mockito-all:1.10.19'
9595
}
9696

proteus-auth/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
dependencies {
2-
compile 'io.netty:netty-buffer:4.1.29.Final'
2+
compile 'io.netty:netty-buffer:4.1.24.Final'
33
}

proteus-client/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ dependencies {
1212
compile project (':proteus-frames')
1313
compile 'com.typesafe:config:1.3.2'
1414
compile 'com.google.guava:guava:22.0'
15-
compile 'io.rsocket.rpc:rsocket-rpc-core:0.2.1'
15+
compile 'io.rsocket.rpc:rsocket-rpc-core:0.2.0'
1616
compile 'io.netty:netty-tcnative:2.0.14.Final:linux-x86_64'
1717

18-
testProtobuf 'io.rsocket.rpc:rsocket-rpc-protobuf-idl:0.2.1'
18+
testProtobuf 'io.rsocket.rpc:rsocket-rpc-protobuf-idl:0.2.0'
1919
testCompile project(':proteus-tracing-openzipkin')
2020
testCompile project(':proteus-metrics-micrometer')
2121
testCompile 'io.micrometer:micrometer-registry-atlas:1.0.6'
@@ -34,7 +34,7 @@ protobuf {
3434
}
3535
plugins {
3636
rsocketRpc {
37-
artifact = 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.1'
37+
artifact = 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.0'
3838
}
3939
}
4040
generateProtoTasks {

proteus-frames/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
dependencies {
2-
compile 'io.rsocket:rsocket-core:0.11.6'
2+
compile 'io.rsocket:rsocket-core:0.11.5'
33
}

proteus-metrics-micrometer/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ targetCompatibility = 1.8
77

88
dependencies {
99
compile project (':proteus-client')
10-
compile 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.1'
11-
protobuf 'io.rsocket.rpc:rsocket-rpc-metrics-idl:0.2.1'
10+
compile 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.0'
11+
protobuf 'io.rsocket.rpc:rsocket-rpc-metrics-idl:0.2.0'
1212
compile 'io.micrometer:micrometer-registry-atlas:1.0.6'
1313
}
1414

@@ -20,7 +20,7 @@ protobuf {
2020
}
2121
plugins {
2222
rsocketRpc {
23-
artifact = 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.1'
23+
artifact = 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.0'
2424
}
2525
}
2626
generateProtoTasks {

proteus-metrics-prometheus/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ targetCompatibility = 1.8
77

88
dependencies {
99
compile project (':proteus-client')
10-
compile 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.1'
11-
protobuf 'io.rsocket.rpc:rsocket-rpc-metrics-idl:0.2.1'
10+
compile 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.0'
11+
protobuf 'io.rsocket.rpc:rsocket-rpc-metrics-idl:0.2.0'
1212
compile 'io.micrometer:micrometer-registry-prometheus:1.0.6'
1313

1414
testCompile 'org.apache.logging.log4j:log4j-api:2.9.0'
@@ -24,7 +24,7 @@ protobuf {
2424
}
2525
plugins {
2626
rsocketRpc {
27-
artifact = 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.1'
27+
artifact = 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.0'
2828
}
2929
}
3030
generateProtoTasks {

proteus-tracing-openzipkin/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ sourceCompatibility = 1.8
66
targetCompatibility = 1.8
77

88
dependencies {
9-
compile 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.1'
9+
compile 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.0'
1010
protobuf project (':proteus-tracing-idl')
1111
compile project (':proteus-client')
1212

13-
compile 'io.projectreactor.addons:reactor-adapter:3.1.7.RELEASE'
13+
compile 'io.projectreactor.addons:reactor-adapter:3.1.6.RELEASE'
1414
compile 'com.google.protobuf:protobuf-java-util:3.6.0'
1515

1616
compile 'io.opentracing:opentracing-api:0.31.0'
@@ -31,7 +31,7 @@ protobuf {
3131
}
3232
plugins {
3333
rsocketRpc {
34-
artifact = 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.1'
34+
artifact = 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.0'
3535
}
3636
}
3737
generateProtoTasks {

proteus-vizceral/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
protobuf project (':proteus-vizceral-idl')
1010
compile project (':proteus-client')
1111
compile project (':proteus-tracing-openzipkin')
12-
compile 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.1'
12+
compile 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.0'
1313
testCompile 'com.fasterxml.jackson.core:jackson-core:2.9.6'
1414
}
1515

@@ -21,7 +21,7 @@ protobuf {
2121
}
2222
plugins {
2323
rsocketRpc {
24-
artifact = 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.1'
24+
artifact = 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.0'
2525
}
2626
}
2727
generateProtoTasks {

0 commit comments

Comments
 (0)