mirror of https://github.com/dapr/java-sdk.git
Update refs to release-1.2-rc1 (#547)
This commit is contained in:
parent
33f793c186
commit
30c008939a
|
@ -25,8 +25,8 @@ jobs:
|
||||||
DAPR_CLI_VER: 1.1.0-rc.1
|
DAPR_CLI_VER: 1.1.0-rc.1
|
||||||
DAPR_RUNTIME_VER: 1.1.0-rc.1
|
DAPR_RUNTIME_VER: 1.1.0-rc.1
|
||||||
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/3dacfb672d55f1436c249057aaebbe597e1066f3/install/install.sh
|
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/3dacfb672d55f1436c249057aaebbe597e1066f3/install/install.sh
|
||||||
DAPR_CLI_REF:
|
DAPR_CLI_REF: e00080697f348c6123f67e16b22f3c5247d7ac99
|
||||||
DAPR_REF: 266eb0b5d300c576c3360c7f0582d795579ee457
|
DAPR_REF: 57582853ea5db9b6991bdcf07de6f61b165aa960
|
||||||
OSSRH_USER_TOKEN: ${{ secrets.OSSRH_USER_TOKEN }}
|
OSSRH_USER_TOKEN: ${{ secrets.OSSRH_USER_TOKEN }}
|
||||||
OSSRH_PWD_TOKEN: ${{ secrets.OSSRH_PWD_TOKEN }}
|
OSSRH_PWD_TOKEN: ${{ secrets.OSSRH_PWD_TOKEN }}
|
||||||
GPG_KEY: ${{ secrets.GPG_KEY }}
|
GPG_KEY: ${{ secrets.GPG_KEY }}
|
||||||
|
|
|
@ -30,8 +30,8 @@ jobs:
|
||||||
DAPR_CLI_VER: 1.1.0-rc.1
|
DAPR_CLI_VER: 1.1.0-rc.1
|
||||||
DAPR_RUNTIME_VER: 1.1.0-rc.1
|
DAPR_RUNTIME_VER: 1.1.0-rc.1
|
||||||
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/3dacfb672d55f1436c249057aaebbe597e1066f3/install/install.sh
|
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/3dacfb672d55f1436c249057aaebbe597e1066f3/install/install.sh
|
||||||
DAPR_CLI_REF:
|
DAPR_CLI_REF: e00080697f348c6123f67e16b22f3c5247d7ac99
|
||||||
DAPR_REF:
|
DAPR_REF: 57582853ea5db9b6991bdcf07de6f61b165aa960
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up OpenJDK ${{ env.JDK_VER }}
|
- name: Set up OpenJDK ${{ env.JDK_VER }}
|
||||||
|
|
|
@ -111,17 +111,3 @@ Once running, the OutputBindingExample should print the output as follows:
|
||||||
...
|
...
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Cleanup
|
|
||||||
|
|
||||||
To stop the app run (or press `CTRL+C`):
|
|
||||||
|
|
||||||
<!-- STEP
|
|
||||||
name: Cleanup
|
|
||||||
-->
|
|
||||||
|
|
||||||
```bash
|
|
||||||
dapr stop --app-id exception_example
|
|
||||||
```
|
|
||||||
|
|
||||||
<!-- END_STEP -->
|
|
|
@ -334,7 +334,6 @@ name: Cleanup
|
||||||
-->
|
-->
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
dapr stop --app-id publisher
|
|
||||||
dapr stop --app-id subscriber
|
dapr stop --app-id subscriber
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -209,19 +209,6 @@ Once running, the program should print the output as follows:
|
||||||
== APP == {"testVal":"value"}
|
== APP == {"testVal":"value"}
|
||||||
```
|
```
|
||||||
|
|
||||||
To close the app either press `CTRL+C` or run
|
|
||||||
|
|
||||||
<!-- STEP
|
|
||||||
name: Cleanup first app
|
|
||||||
-->
|
|
||||||
|
|
||||||
```bash
|
|
||||||
dapr stop --app-id secrets1
|
|
||||||
```
|
|
||||||
|
|
||||||
<!-- END_STEP -->
|
|
||||||
|
|
||||||
|
|
||||||
The example's `config.yaml` is as follows:
|
The example's `config.yaml` is as follows:
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: dapr.io/v1alpha1
|
apiVersion: dapr.io/v1alpha1
|
||||||
|
@ -265,19 +252,6 @@ Once running, the program should print the output as follows:
|
||||||
== APP == PERMISSION_DENIED: access denied by policy to get "randomKey" from "vault"
|
== APP == PERMISSION_DENIED: access denied by policy to get "randomKey" from "vault"
|
||||||
```
|
```
|
||||||
|
|
||||||
To close the app either press `CTRL+C` or run
|
|
||||||
|
|
||||||
<!-- STEP
|
|
||||||
name: Cleanup second app
|
|
||||||
-->
|
|
||||||
|
|
||||||
```bash
|
|
||||||
dapr stop --app-id secrets2
|
|
||||||
```
|
|
||||||
|
|
||||||
<!-- END_STEP -->
|
|
||||||
|
|
||||||
|
|
||||||
To clean up and bring the vault container down, run
|
To clean up and bring the vault container down, run
|
||||||
|
|
||||||
<!-- STEP
|
<!-- STEP
|
||||||
|
|
|
@ -202,17 +202,3 @@ Once running, the OutputBindingExample should print the output as follows:
|
||||||
== APP == Done
|
== APP == Done
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Cleanup
|
|
||||||
|
|
||||||
To close the app either press `CTRL+C` or run
|
|
||||||
|
|
||||||
<!-- STEP
|
|
||||||
name: Cleanup
|
|
||||||
-->
|
|
||||||
|
|
||||||
```bash
|
|
||||||
dapr stop --app-id state_example
|
|
||||||
```
|
|
||||||
|
|
||||||
<!-- END_STEP -->
|
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -16,7 +16,7 @@
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<grpc.version>1.33.1</grpc.version>
|
<grpc.version>1.33.1</grpc.version>
|
||||||
<protobuf.version>3.13.0</protobuf.version>
|
<protobuf.version>3.13.0</protobuf.version>
|
||||||
<dapr.proto.baseurl>https://raw.githubusercontent.com/dapr/dapr/v1.1.0-rc.1/dapr/proto</dapr.proto.baseurl>
|
<dapr.proto.baseurl>https://raw.githubusercontent.com/dapr/dapr/57582853ea5db9b6991bdcf07de6f61b165aa960/dapr/proto</dapr.proto.baseurl>
|
||||||
<os-maven-plugin.version>1.6.2</os-maven-plugin.version>
|
<os-maven-plugin.version>1.6.2</os-maven-plugin.version>
|
||||||
<maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version>
|
<maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version>
|
||||||
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
|
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
|
||||||
|
|
Loading…
Reference in New Issue