Cassie Coyle
Cassie Coyle
Dapr has a fork of durabletask-java that we use and consume. However, that means we can get behind on additions upstream that we want. We need to figure out how...
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...
[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
https://github.com/dapr/java-sdk/actions/runs/15007575836/job/42169859611?pr=1343#step:21:4366 grep logs for `Failed to listen for gRPC server on TCP address :48832 with error: listen tcp :48832: bind: address already in use` cc @salaboy this is causing issues...
We should move springboot examples to the existing `java-sdk/examples` folder for alignment and consistency with the sdk. All examples should be found in that folder. I think once the examples...
We should move the [spring boot pubsub example](https://github.com/dapr/java-sdk/tree/4e1fbbe2cebe6ca44d25ac733c72d0c137c429a7/spring-boot-examples) to `java-sdk/spring-boot-example/pubsub` then have the producer/consumer apps inside that folder. We should also have it purely be about a pubsub example. We...
[Cherry-pick the changes from this PR](https://github.com/dapr/java-sdk/pull/1060) [Will close this issue](https://github.com/dapr/java-sdk/issues/849)
The Dapr runtime has recently [added support for baggage propagation](https://github.com/dapr/dapr/pull/8649). [Here is the docs PR for reference as well](https://github.com/dapr/docs/pull/4609). Baggage is a mechanism to propagate key-value pairs across service boundaries,...
Similar to this compensation workflow pattern example in the java sdk, we should have an example of how to do compensation logic in dotnet. [Here is the example code.](https://github.com/dapr/java-sdk/tree/master/examples/src/main/java/io/dapr/examples/workflows/compensation) [Here...