java-sdk
java-sdk copied to clipboard
Dapr SDK for Java
My implementation of an Actor has references to @Autowired fields for various singleton classes. I have checked in the SpringBoot debug log that they are being instantiated. However, the Autowired...
I works with spring-boot 2.7.5 and Java SDK 17, using dapr-sdk 1.6.0 or 1.7.0. but when I use next dependency: `` `org.springframework.cloud` `spring-cloud-starter-gateway` `` with `2021.0.4` The project was not...
# Description Implements full spec of gRPC endpoint. ## Issue reference We strive to have all PR being opened based on an issue, where the problem or feature have been...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.0 to 4.3.1. Release notes Sourced from codecov/codecov-action's releases. v4.3.1 What's Changed build(deps-dev): bump typescript from 5.4.4 to 5.4.5 by @dependabot in codecov/codecov-action#1370 fix: more verbose log...
## Expected Behavior We should focus on maintaining and improving Spring Boot 3.x support as the default Spring Boot integration, as the 2.x release branch has already reached the "end...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of...
# Description Use state serializer content type when saving dapr states. ## Issue reference Please reference the issue this PR will close: https://github.com/dapr/java-sdk/issues/1031 ## Checklist Please make sure you've completed...
## Describe the proposal Spring Boot developers should be able to use Testcontainers to start a local Dapr setup. This is already working here: https://github.com/diagridio/testcontainers-dapr, but this should be part...
Update the `.github/holopin.yml` file with the following info to set the default [Holopin badge](https://www.holopin.io/sticker/clrqfdv4x24910fl5n4iwu5oa) for this repo: ```yaml organization: dapr defaultSticker: clrqfdv4x24910fl5n4iwu5oa stickers: - id: clrqfdv4x24910fl5n4iwu5oa alias: sdk-badge ``` The...
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 Spring Boot. Note that there will also be content for...