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

Dapr java SDK is available with JDK 11 and uses spring boot version 2.7.8 as of now. Spring boot has the release latest version 3.0. In order to move the...

kind/enhancement
good first issue

## Describe the proposal Before Project Reactor, I used CompletableFuture for async programming in Java. When writing the first complete version for this SDK, Project Reactor was the recommended async...

## Describe the proposal When registering a workflow, we pass the workflow class and its canonical name is used to store the workflow. This is not clear when customers use...

P1

## Describe the proposal Currently, when you update the value of a key in the state and do not pass the etag correctly, you receive this generic error message: ```...

needs runtime change

## Expected Behavior I would expect to be able to follow line by line commands from the README and have a working example. As of now, there are a few...

kind/bug

## Ask your question here The HTTP client was supposed to be [deprecated and removed in 1.10 ](https://github.com/dapr/java-sdk/pull/824), however I see that the code is still there. Should the warning...

## Describe the proposal Is your feature request related to a problem? Please describe. There is no visual representation for how the SDK interacts with the Dapr runtime. **Describe the...

kind/documentation
good first issue
triaged/resolved
area/examples
P2
size/XS

Please link to the [daprbot documentation](https://docs.dapr.io/contributing/daprbot/) inside the contributing.md file, so that users know what Github commands they can run in this repo. Based on the dapr-bot.yml they can run...

kind/documentation
good first issue
triaged/resolved

## Expected Behavior I would expect to have working pubsub example that I can follow without issues. I would not expect to see a Java exception. ## Actual Behavior The...

kind/bug

It would be nice to have an automated process that listens for a new tag to be pushed to the `dapr/dapr` repo && `dapr/cli` that updates the version accordingly so...