Skip to content

Commit 623b3f6

Browse files
committed
release: release 1.0.7.RELEASE version
1 parent fc6a2a1 commit 623b3f6

File tree

15 files changed

+38
-13
lines changed

15 files changed

+38
-13
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ For a Maven project, add the following to your pom.xml file:
120120
<dependency>
121121
<groupId>group.rxcloud</groupId>
122122
<artifactId>capa-sdk</artifactId>
123-
<version>1.0.7-beta-3</version>
123+
<version>1.0.7.RELEASE</version>
124124
</dependency>
125125
...
126126
</dependencies>
@@ -140,7 +140,7 @@ Sample implementation library:
140140
<dependency>
141141
<groupId>group.rxcloud</groupId>
142142
<artifactId>capa-sdk-spi-demo</artifactId>
143-
<version>1.0.7-beta-3</version>
143+
<version>1.0.7.RELEASE</version>
144144
</dependency>
145145
...
146146
</dependencies>

README_ZH.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ For a Maven project, add the following to your pom.xml file:
118118
<dependency>
119119
<groupId>group.rxcloud</groupId>
120120
<artifactId>capa-sdk</artifactId>
121-
<version>1.0.7-beta-3</version>
121+
<version>1.0.7.RELEASE</version>
122122
</dependency>
123123
...
124124
</dependencies>
@@ -138,7 +138,7 @@ Sample implementation library:
138138
<dependency>
139139
<groupId>group.rxcloud</groupId>
140140
<artifactId>capa-sdk-spi-demo</artifactId>
141-
<version>1.0.7-beta-3</version>
141+
<version>1.0.7.RELEASE</version>
142142
</dependency>
143143
...
144144
</dependencies>

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.7-beta-3</version>
26+
<version>1.0.7.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.7-beta-3</version>
26+
<version>1.0.7.RELEASE</version>
2727
<name>capa-sdk-parent</name>
2828
<description>SDK for Capa.</description>
2929
<url>https://github.com/reactivegroup</url>
@@ -73,7 +73,7 @@
7373
<java.version>8</java.version>
7474
<file.encoding>UTF-8</file.encoding>
7575
<maven.version>3.8.1</maven.version>
76-
<cloud-runtimes.version>1.0.8.RELEASE</cloud-runtimes.version>
76+
<cloud-runtimes.version>1.0.9.RELEASE</cloud-runtimes.version>
7777
<reactor-core.version>3.3.22.RELEASE</reactor-core.version>
7878
<slf4j.version>1.7.21</slf4j.version>
7979
<open.telemetry.version>1.9.0</open.telemetry.version>

sdk-component/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.7-beta-3</version>
26+
<version>1.0.7.RELEASE</version>
2727
</parent>
2828

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

sdk-infrastructure/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.7-beta-3</version>
26+
<version>1.0.7.RELEASE</version>
2727
</parent>
2828

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

sdk-infrastructure/src/main/java/group/rxcloud/capa/infrastructure/hook/ConfigurationHooks.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ public interface ConfigurationHooks extends ConfigurationRuntimes {
3838
*/
3939
List<String> registryStoreNames();
4040

41+
/**
42+
* Default configuration appI.
43+
*/
44+
String defaultConfigurationAppId();
45+
4146
@Override
4247
default <T> Mono<List<ConfigurationItem<T>>> getConfiguration(String storeName, String appId, List<String> keys, Map<String, String> metadata, TypeRef<T> type) {
4348
throw new UnsupportedOperationException("If you want to use this operate, please impl this.");

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.7-beta-3</version>
26+
<version>1.0.7.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.7-beta-3</version>
26+
<version>1.0.7.RELEASE</version>
2727
</parent>
2828

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

sdk-springboot/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.7-beta-3</version>
26+
<version>1.0.7.RELEASE</version>
2727
</parent>
2828

2929
<artifactId>sdk-springboot</artifactId>

0 commit comments

Comments
 (0)