java-sdk icon indicating copy to clipboard operation
java-sdk copied to clipboard

Dapr SDK for Java

Results 264 java-sdk issues
Sort by recently updated
recently updated
newest added

## Describe the proposal To simplify the release and maintenance of the durable task implementation, we should move the source code (located here: https://github.com/dapr/durabletask-java/ fork), which is using Gradle hosted...

## Describe the proposal The Spring Boot documentation provides a high-level introduction to using Dapr through the Dapr Spring Boot Starter and Dapr Spring Boot Starter Tests, which heavily integrate...

## Expected Behavior When starting a Spring Boot application without setting DaprClientProperties, these should be instantiated with the default Dapr values. Http Endpoint should be: "http://localhost" by default if not...

kind/bug

Currently we have quite a few modules in the Java SDK. However the Maven setup is far from ideal. Here are a few if the issues that have been identified:...

## Expected Behavior When calling a Workflow activity, we should support parameterized types for return types, as it is supported in Spring: ``` new ParameterizedTypeReference(){} ``` ## Actual Behavior We...

kind/bug

## Expected Behavior You should be able to do native compilation with GraalVM for the Java SDK code. ## Actual Behavior If your application includes the Java SDK, you cannot...

kind/bug

The CI/CD pipeline is experiencing timeouts during integration tests, specifically for Spring Boot 3.3.9. The build job `Build jdk:17 sb:3.3.x exp:false` is being cancelled after exceeding the 30-minute execution limit,...

## Expected Behavior Timers should be named following the Go SDK, this includes timers created by waitForEvents and Retry policies ## Actual Behavior Timers have a generic name. ## Steps...

kind/bug

# Description Initial work to propagate the trace context on DaprWorkflowClient and surface TraceParentId on ActivityWorkflowContext. This PR depends on these two other PRs: - https://github.com/dapr/durabletask-java/pull/39/ which depends on: -...

Description Running mvn clean install with Java 11 fails during the following test: DaprPreviewClientGrpcTest.getJobShouldReturnResponseWithDueTimeSetWhenResponseHasDueTime The error is due to parsing an ISO-8601 datetime string with microseconds and a timezone offset....

kind/bug