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

Temporal Java SDK

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

## Expected Behavior I am connecting to two different Temporalite clusters. If I turn a cluster off, `getClusterInfo` fails. When I turn the cluster back on, `getClusterInfo` should succeed on...

**Is your feature request related to a problem? Please describe.** Some users have data converters that perform an IO and they sometimes trigger deadline detector. **Describe the solution you'd like**...

enhancement

Vulnerable Library - jackson-databind-2.13.1.jar General data-binding functionality for Jackson: works on core streaming API Library home page: http://github.com/FasterXML/jackson Path to dependency file: /temporal-opentracing/build.gradle Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.13.1/698b2d2b15d9a1b7aae025f1d9f576842285e7f6/jackson-databind-2.13.1.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.13.1/698b2d2b15d9a1b7aae025f1d9f576842285e7f6/jackson-databind-2.13.1.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.13.1/698b2d2b15d9a1b7aae025f1d9f576842285e7f6/jackson-databind-2.13.1.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.13.1/698b2d2b15d9a1b7aae025f1d9f576842285e7f6/jackson-databind-2.13.1.jar,/radle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.13.1/698b2d2b15d9a1b7aae025f1d9f576842285e7f6/jackson-databind-2.13.1.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.13.1/698b2d2b15d9a1b7aae025f1d9f576842285e7f6/jackson-databind-2.13.1.jar,/home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.13.1/698b2d2b15d9a1b7aae025f1d9f576842285e7f6/jackson-databind-2.13.1.jar Found in...

security vulnerability

**Is your feature request related to a problem? Please describe.** We don't have CI testing for the native test server. As a result of that, we can release a version...

test server

All the methods of `ActivityCompletionClient` that don't use task token and use `String workflowId, Optional runId, String activityId` instead are unused and untested. The same is `ManualActivityCompletionClientImpl` codepaths that work...

`ActivityCompletionClient` is a public user-facing interface and it is currently undocumented. ## Context Consider pairing together with #1354

task

Code quality and readability around `ActivityExecutionContext`, `ActivityCompletionClient`, `ManualActivityCompletionClient` requires refactoring to make code more maintainable. - [x] #943 - [x] Manual Completion Client is a public user-facing interface that is...

epic

## Expected Behavior Search attributes to be carried-forward during `Workflow.continueAsNew()` ## Actual Behavior Continued-as-new workflows are missing the search attributes from the original run. ## Steps to Reproduce the Problem...

potential bug
TBD