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

1. Update the [Java SDK docs](https://docs.dapr.io/developing-applications/sdks/java/) to include a page (suggested name: _Frameworks_) on how to start with Dapr using Quarkus. Note that there will also be content for Spring...

## Expected Behavior After calling `client.saveStore(..)` with some arbitrary state like in [StateClient.java](https://github.com/dapr/java-sdk/blob/master/examples/src/main/java/io/dapr/examples/state/StateClient.java) example. I would like that state stored should look like this using MongoDb: ![image](https://github.com/dapr/java-sdk/assets/4238206/36d362b0-5713-4987-95be-90d82b0611a4) ## Actual Behavior...

kind/bug

We want to update the README for all Dapr repos so they all include shield badges for YouTube, Discord, X/Twitter and ensure they are all in the same style. See:...

# Description Spring Boot < 3.2.x reached end of life and it's not maintained anymore. This PR bumps the minimum supported version to 3.2.x, supporting both the 3.2.x and 3.3.x...

breaking-change

# Description Add actor state TTL support. ## Issue reference We strive to have all PR being opened based on an issue, where the problem or feature have been discussed...

auto-merge

# Description _Please explain the changes you've made_ ## Issue reference #995 We strive to have all PR being opened based on an issue, where the problem or feature have...

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.0 to 4.4.1. Release notes Sourced from codecov/codecov-action's releases. v4.4.1 What's Changed build(deps-dev): bump @​typescript-eslint/eslint-plugin from 7.8.0 to 7.9.0 by @​dependabot in codecov/codecov-action#1427 fix: prevent xlarge from...

dependencies
github_actions

# Description This PR adds support for Micrometer Observation into Spring Dapr Messaging. If everything goes well we will add similar support to Spring Dapr Data. This PR is heavily...

# Description Implements tracing for actors. It has never been done before. ## Issue reference We strive to have all PR being opened based on an issue, where the problem...

@salaboy This test is flaky, it has global state for setting properties somewhere. I disabled it until we find it. Can you help in a new PR after this? _Originally...

help wanted
good first issue