Skip to content

Commit

Permalink
Merge pull request #34 from salesforce/release/0.7.3
Browse files Browse the repository at this point in the history
v0.7.3
  • Loading branch information
rmichela authored Dec 20, 2017
2 parents 4aeeacc + df82a76 commit 79fd511
Show file tree
Hide file tree
Showing 24 changed files with 49 additions and 21 deletions.
2 changes: 1 addition & 1 deletion demos/ReactorChat-Kotlin/ReactorChat-Client-Kt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ReactorChat-Kotlin</artifactId>
<groupId>com.salesforce.servicelibs</groupId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion demos/ReactorChat-Kotlin/ReactorChat-Server-Kt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ReactorChat-Kotlin</artifactId>
<groupId>com.salesforce.servicelibs</groupId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion demos/ReactorChat-Kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.salesforce.servicelibs</groupId>
<artifactId>reactive-grpc</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion demos/ReactorChat/ReactorChat-Client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ReactorChat</artifactId>
<groupId>com.salesforce.servicelibs</groupId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion demos/ReactorChat/ReactorChat-Server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ReactorChat</artifactId>
<groupId>com.salesforce.servicelibs</groupId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion demos/ReactorChat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.salesforce.servicelibs</groupId>
<artifactId>reactive-grpc</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion demos/RxChat/RxChat-Client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>RxChat</artifactId>
<groupId>com.salesforce.servicelibs</groupId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion demos/RxChat/RxChat-Server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>RxChat</artifactId>
<groupId>com.salesforce.servicelibs</groupId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion demos/RxChat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.salesforce.servicelibs</groupId>
<artifactId>reactive-grpc</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions gradle/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
group 'com.salesforce.servicelibs'
version '0.7.3-SNAPSHOT'
version '0.7.3'

apply plugin: 'java'
apply plugin: "idea"
apply plugin: 'com.google.protobuf'

sourceCompatibility = 1.8

def reactiveGrpcVersion = '0.7.3-SNAPSHOT'
def reactiveGrpcVersion = '0.7.3'
def grpcVersion = '1.7.0'
def protobufVersion = '3.4.0'

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.salesforce.servicelibs</groupId>
<artifactId>reactive-grpc</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
<packaging>pom</packaging>

<name>reactive-grpc</name>
Expand Down
2 changes: 1 addition & 1 deletion reactive-grpc-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.salesforce.servicelibs</groupId>
<artifactId>reactive-grpc</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion reactor/reactor-grpc-stub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.salesforce.servicelibs</groupId>
<artifactId>reactive-grpc</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion reactor/reactor-grpc-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.salesforce.servicelibs</groupId>
<artifactId>reactive-grpc</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion reactor/reactor-grpc-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.salesforce.servicelibs</groupId>
<artifactId>reactive-grpc</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion reactor/reactor-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.salesforce.servicelibs</groupId>
<artifactId>reactive-grpc</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion rx-java/rxgrpc-stub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.salesforce.servicelibs</groupId>
<artifactId>reactive-grpc</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion rx-java/rxgrpc-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.salesforce.servicelibs</groupId>
<artifactId>reactive-grpc</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import org.reactivestreams.tck.TestEnvironment;
import org.testng.annotations.AfterClass;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Test;

/**
* Publisher tests from the Reactive Streams Technology Compatibility Kit.
Expand Down Expand Up @@ -69,6 +70,12 @@ public Publisher<Message> createFailedPublisher() {
return publisher;
}

@Test(enabled = false)
@Override
public void required_spec317_mustNotSignalOnErrorWhenPendingAboveLongMaxValue() throws Throwable {
super.required_spec317_mustNotSignalOnErrorWhenPendingAboveLongMaxValue();
}

private Message toMessage(int i) {
return Message.newBuilder().setNumber(i).build();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import org.reactivestreams.tck.TestEnvironment;
import org.testng.annotations.AfterClass;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Test;

/**
* Publisher tests from the Reactive Streams Technology Compatibility Kit.
Expand Down Expand Up @@ -75,6 +76,12 @@ public Publisher<Message> createFailedPublisher() {
return publisher.toFlowable();
}

@Test(enabled = false)
@Override
public void required_spec317_mustNotSignalOnErrorWhenPendingAboveLongMaxValue() throws Throwable {
super.required_spec317_mustNotSignalOnErrorWhenPendingAboveLongMaxValue();
}

private Message toMessage(int i) {
return Message.newBuilder().setNumber(i).build();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import org.reactivestreams.tck.TestEnvironment;
import org.testng.annotations.AfterClass;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Test;

/**
* Publisher tests from the Reactive Streams Technology Compatibility Kit.
Expand Down Expand Up @@ -69,6 +70,12 @@ public Publisher<Message> createFailedPublisher() {
return publisher;
}

@Test(enabled = false)
@Override
public void required_spec317_mustNotSignalOnErrorWhenPendingAboveLongMaxValue() throws Throwable {
super.required_spec317_mustNotSignalOnErrorWhenPendingAboveLongMaxValue();
}

private Message toMessage(int i) {
return Message.newBuilder().setNumber(i).build();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import org.reactivestreams.tck.TestEnvironment;
import org.testng.annotations.AfterClass;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Test;

/**
* Publisher tests from the Reactive Streams Technology Compatibility Kit.
Expand Down Expand Up @@ -74,6 +75,12 @@ public Publisher<Message> createFailedPublisher() {
return publisher.toFlowable();
}

@Test(enabled = false)
@Override
public void required_spec317_mustNotSignalOnErrorWhenPendingAboveLongMaxValue() throws Throwable {
super.required_spec317_mustNotSignalOnErrorWhenPendingAboveLongMaxValue();
}

private Message toMessage(int i) {
return Message.newBuilder().setNumber(i).build();
}
Expand Down
2 changes: 1 addition & 1 deletion rx-java/rxgrpc-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.salesforce.servicelibs</groupId>
<artifactId>reactive-grpc</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion rx-java/rxgrpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.salesforce.servicelibs</groupId>
<artifactId>reactive-grpc</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 79fd511

Please sign in to comment.