java-sdk
java-sdk copied to clipboard
Dapr SDK for Java
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
# Description _Please explain the changes you've made_ ## Issue reference We strive to have all PR being opened based on an issue, where the problem or feature have been...
# Description Implements the Cryptography Alpha1 API (`EncryptAlpha1`/`DecryptAlpha1`) for the Dapr Java SDK, enabling streaming encryption and decryption operations using Dapr's cryptography building block. ### Changes - Added `EncryptRequestAlpha1` and...
## Expected Behavior The commented test: durabletask-client/src/test/java/io/dapr/durabletask/DurableTaskGrpcClientTlsTest.java needs to be migrated to follow the same shape as the test that is already in the SDK. We do NOT need to...
## Context Using the Outbox API: ```java public Response createWithOutbox(OrderRequest request) { Log.info("Receiving request for creating an Order: " + request); String uuid = UUID.randomUUID().toString(); Order order = new Order(uuid,...
## Expected Behavior `DaprPubSubOutboxIT.shouldPublishUsingOutbox` the test shouldn't be flaky. https://github.com/dapr/java-sdk/actions/runs/20101784969/job/57698620013?pr=1602#step:18:23313 ## Actual Behavior @mcruzdev This test too flaky for some reason -> `DaprPubSubOutboxIT.shouldPublishUsingOutbox` it would be great if you can...
The Test containers link at the very end of this document is broken https://github.com/dapr/java-sdk/tree/master/spring-boot-examples/workflows
# Description Support the Dapr Workflow Dashboard Container ## Issue reference We strive to have all PR being opened based on an issue, where the problem or feature have been...
# Description Promoted Jobs API to DaprClient. Updated example too. ## Issue reference We strive to have all PR being opened based on an issue, where the problem or feature...
## Expected Behavior The user should be able to use the Dapr Workflow Dashboard from Testcontainers ## Actual Behavior Not supported yet. ## Steps to Reproduce the Problem ## Release...