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

**Is your feature request related to a problem? Please describe.** It would be nice to have native image descriptors as part of the temporal-spring-boot-starter-alphao Similar to what already exists in...

enhancement

**Describe the solution you'd like** Previously at https://github.com/temporalio/features/issues/379 it was decided to allow continue-as-new in update handlers. This decision has been reverted but Java was the only one that implemented...

enhancement

**Is your feature request related to a problem? Please describe.** As discussed in the following conversation https://community.temporal.io/t/integration-testing-for-java-sdk/7047/4?u=bohdan it would be nice to have possibility to specify custom name for a...

enhancement

Add support for upsert memo to the Java SDK and test server. closes https://github.com/temporalio/sdk-java/issues/623

## What was changed Support for generics on workflow methods, both in parameters and return types. The aim is to support use cases like the following: 1. Use of a...

## What was changed Adds support for Update-with-Start, using the MultiOperation API (https://github.com/temporalio/api/pull/367). ❓ `features-test` I can't quite figure out why this CI step fails. ❓ `Unit test with docker...

## What was changed Added test server support for async Nexus operations Refactored cancellation logic Revised timeout / error handling New functional tests See also first implementation PR: https://github.com/temporalio/sdk-java/pull/2176

Bumps [gradle/actions](https://github.com/gradle/actions) from 3 to 4. Release notes Sourced from gradle/actions's releases. v4.0.0-rc.1 First release candidate for v4 of the setup-gradle, dependency-submission and wrapper-validation actions provided under gradle/actions. This is...

dependencies
github_actions

Your Manifest is how JARS are identified. For example: `WorkflowClient.class.getPackage().getImplementationVersion()` returns `NULL` because your manifest is empty. A proper manifest you can genereate with GRadle easily to look something like...

enhancement

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.pre.node20 to 4.1.8. Release notes Sourced from actions/download-artifact's releases. v4.1.8 What's Changed Update @​actions/artifact version, bump dependencies by @​robherley in actions/download-artifact#341 Full Changelog: https://github.com/actions/download-artifact/compare/v4...v4.1.8 v4.1.7 What's Changed...

dependencies
github_actions