java-sdk icon indicating copy to clipboard operation
java-sdk copied to clipboard

Dapr SDK for Java

Results 229 java-sdk issues
Sort by recently updated
recently updated
newest added

https://github.com/dapr/java-sdk/actions/runs/15310262804/job/43073018206?pr=1334

# Description A new library that implement a backend of Spring Cloud Config. Originally from https://github.com/fangkehou-team/dapr-spring, this library created a backend of SpringCloudConfig just like SpringCloudVault. The original library only...

## Expected Behavior I should be able to create a timer for a ZonedDateTime. ## Actual Behavior Behavior not implemented. ## Steps to Reproduce the Problem Create a workflow that...

kind/bug
durabletask

## Expected Behavior Not sure, but at least the warning should be more clear about why it is failing on the durable task side. ## Actual Behavior You start a...

kind/bug
durabletask

Sometimes the build will fail due to: ``` ✅ Exited Dapr successfully ℹ️ terminated signal received: shutting down ✅ Exited App successfully ❌ failed to stop app id methodinvokeithttp-methodinvokeservice: couldn't...

I found a small issue in the `DaprClientGrpcTest.getStateThenDelete` test. In this test, we first call `getState("key2")`, but we **don’t block** it yet (so it doesn't run immediately). Then we call...

kind/bug

[Pulled the tests from this PR to a separate PR](https://github.com/dapr/java-sdk/pull/1333/files)

[Following this PR](https://github.com/dapr/java-sdk/pull/1333), we should have the same example, but shown in springboot in the springboot examples directory

I have two services running in docker container under same network with their respective dapr sidecars which are also part of same docker network. Now I am trying to invoke...

kind/bug