Skip to content

Commit 83e6dce

Browse files
committed
release: release 1.0.5.RELEASE version
1 parent 947253e commit 83e6dce

File tree

8 files changed

+12
-18
lines changed

8 files changed

+12
-18
lines changed

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>capa-parent</artifactId>
2525
<groupId>group.rxcloud</groupId>
26-
<version>1.0.4.RELEASE</version>
26+
<version>1.0.5.RELEASE</version>
2727
</parent>
2828

2929
<artifactId>capa-examples</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<groupId>group.rxcloud</groupId>
2424
<artifactId>capa-parent</artifactId>
2525
<packaging>pom</packaging>
26-
<version>1.0.4.RELEASE</version>
26+
<version>1.0.5.RELEASE</version>
2727
<name>capa-sdk-parent</name>
2828
<description>SDK for Capa.</description>
2929
<url>https://github.com/reactivegroup</url>
@@ -72,7 +72,7 @@
7272
<java.version>8</java.version>
7373
<file.encoding>UTF-8</file.encoding>
7474
<maven.version>3.8.1</maven.version>
75-
<cloud-runtimes.version>1.0.4.RELEASE</cloud-runtimes.version>
75+
<cloud-runtimes.version>1.0.7.RELEASE</cloud-runtimes.version>
7676
<reactor-core.version>3.3.11.RELEASE</reactor-core.version>
7777
<junit.version>5.3.1</junit.version>
7878
<mockito-core.version>3.6.0</mockito-core.version>

sdk-component/pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>group.rxcloud</groupId>
2525
<artifactId>capa-parent</artifactId>
26-
<version>1.0.4.RELEASE</version>
26+
<version>1.0.5.RELEASE</version>
2727
</parent>
2828

2929
<artifactId>capa-sdk-component</artifactId>
@@ -57,21 +57,18 @@
5757
<groupId>org.jetbrains.kotlin</groupId>
5858
</exclusion>
5959
</exclusions>
60-
<optional>true</optional>
6160
</dependency>
6261

6362
<!-- kotlin -->
6463
<dependency>
6564
<groupId>org.jetbrains.kotlin</groupId>
6665
<artifactId>kotlin-stdlib</artifactId>
6766
<version>${kotlin-stdlib.version}</version>
68-
<optional>true</optional>
6967
</dependency>
7068
<dependency>
7169
<groupId>org.jetbrains.kotlin</groupId>
7270
<artifactId>kotlin-stdlib-common</artifactId>
7371
<version>${kotlin-stdlib.version}</version>
74-
<optional>true</optional>
7572
</dependency>
7673

7774
<dependency>

sdk-infrastructure/pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>capa-parent</artifactId>
2525
<groupId>group.rxcloud</groupId>
26-
<version>1.0.4.RELEASE</version>
26+
<version>1.0.5.RELEASE</version>
2727
</parent>
2828

2929
<artifactId>capa-sdk-infrastructure</artifactId>
@@ -62,23 +62,20 @@
6262
<groupId>org.slf4j</groupId>
6363
<artifactId>slf4j-api</artifactId>
6464
<version>${slf4j-api.version}</version>
65-
<optional>true</optional>
6665
</dependency>
6766

6867
<!-- grpc -->
6968
<dependency>
7069
<groupId>io.grpc</groupId>
7170
<artifactId>grpc-protobuf</artifactId>
7271
<version>${grpc.version}</version>
73-
<optional>true</optional>
7472
</dependency>
7573

7674
<!-- serialize -->
7775
<dependency>
7876
<groupId>com.fasterxml.jackson.core</groupId>
7977
<artifactId>jackson-databind</artifactId>
8078
<version>${jackson.version}</version>
81-
<optional>true</optional>
8279
</dependency>
8380

8481
<!-- unit test -->
@@ -105,7 +102,7 @@
105102
</plugin>
106103
<plugin>
107104
<groupId>org.jacoco</groupId>
108-
<artifactId>jacoco-maven-plugin</artifactId>
105+
<artifactId>jacoco-maven-plugin</artifactId>er45f
109106
<version>${maven.jacoco.version}</version>
110107
<executions>
111108
<!-- Prepares the property pointing to the JaCoCo

sdk-spi-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>capa-parent</artifactId>
2525
<groupId>group.rxcloud</groupId>
26-
<version>1.0.4.RELEASE</version>
26+
<version>1.0.5.RELEASE</version>
2727
</parent>
2828

2929
<artifactId>capa-sdk-spi-demo</artifactId>

sdk-spi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>capa-parent</artifactId>
2525
<groupId>group.rxcloud</groupId>
26-
<version>1.0.4.RELEASE</version>
26+
<version>1.0.5.RELEASE</version>
2727
</parent>
2828

2929
<artifactId>capa-sdk-spi</artifactId>

sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>group.rxcloud</groupId>
2525
<artifactId>capa-parent</artifactId>
26-
<version>1.0.4.RELEASE</version>
26+
<version>1.0.5.RELEASE</version>
2727
</parent>
2828

2929
<artifactId>capa-sdk</artifactId>

sdk/src/main/java/group/rxcloud/capa/pubsub/CapaPubSubClient.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
public interface CapaPubSubClient extends DefaultCloudRuntimesClient {
2626

2727
@Override
28-
Mono<Void> publishEvent(String pubsubName, String topicName, Object data);
28+
Mono<String> publishEvent(String pubsubName, String topicName, Object data);
2929

3030
@Override
31-
Mono<Void> publishEvent(String pubsubName, String topicName, Object data, Map<String, String> metadata);
31+
Mono<String> publishEvent(String pubsubName, String topicName, Object data, Map<String, String> metadata);
3232

3333
@Override
34-
Mono<Void> publishEvent(PublishEventRequest request);
34+
Mono<String> publishEvent(PublishEventRequest request);
3535

3636
@Override
3737
default Mono<Void> shutdown() {

0 commit comments

Comments
 (0)