forked from dapr/java-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the dapr runtime returned error details to the Java DaprException (…
…dapr#998) * properly add the dapr runtime returned error details to the Java DaprException Signed-off-by: Cassandra Coyle <[email protected]> * add error handling to sdk docs Signed-off-by: Cassandra Coyle <[email protected]> * add tests for the dapr exception changes Signed-off-by: Cassandra Coyle <[email protected]> * try verifyNoMoreInteractions w/ channel Signed-off-by: Cassandra Coyle <[email protected]> * verify channel close -> channel close explicitly Signed-off-by: Cassandra Coyle <[email protected]> * rm verifyNoMoreInteractions Signed-off-by: Cassandra Coyle <[email protected]> * rm test to see if that is the orphaned managed channel issue Signed-off-by: Cassandra Coyle <[email protected]> * re-add test since that doesnt seem to be the issue Signed-off-by: Cassandra Coyle <[email protected]> * channel.close(); -> verify(channel).close(); Signed-off-by: Cassandra Coyle <[email protected]> * Rewrite and redesign of the DaprErrorDetail in DaprException. Signed-off-by: Artur Souza <[email protected]> * Update daprdocs too for DaprErrorDetails. Signed-off-by: Artur Souza <[email protected]> * Fix README.md mm string. Signed-off-by: Artur Souza <[email protected]> * Fix exception example. Signed-off-by: Artur Souza <[email protected]> * Use runtime 1.13.0-rc.2 Signed-off-by: Artur Souza <[email protected]> * Fix exception example to match gRPC output. Signed-off-by: Artur Souza <[email protected]> * Update error message in IT as per new Dapr runtime version. Signed-off-by: Artur Souza <[email protected]> * Dapr 1.13 is less tolerant of app downtime to keep timers. Signed-off-by: Artur Souza <[email protected]> --------- Signed-off-by: Cassandra Coyle <[email protected]> Signed-off-by: Artur Souza <[email protected]> Co-authored-by: Artur Souza <[email protected]> Co-authored-by: Artur Souza <[email protected]>
- Loading branch information
1 parent
cd81ee8
commit a3cc138
Showing
16 changed files
with
605 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.