sdk-java
sdk-java copied to clipboard
Temporal Java SDK
The example code given in the documentation for the [`@WorkflowInterface`](https://www.javadoc.io/doc/io.temporal/temporal-sdk/latest/io/temporal/workflow/WorkflowInterface.html) annotation would not behave as described in the accompanying text. See [this forum post](https://community.temporal.io/t/trying-to-understand-example-in-the-workflowinterface-annotation-documentation/13559/2) for background details.
**Is your feature request related to a problem? Please describe.** I would like to test Nexus operations without a workflow **Describe the solution you'd like** Add TestNexusEnvironment similar to [TestActivityEnvironment](https://javadoc.io/doc/io.temporal/temporal-testing/latest/io/temporal/testing/TestActivityEnvironment.html)...
Add support for Nexus worker interceptor to `WorkerInterceptor` similar to `ActivityInboundCallsInterceptor`
Add support for https://github.com/temporalio/api/commit/de9e0055a5067ee3e3a6105a207b7c78e8ea8668 on workflow start and commands.
**Is your feature request related to a problem? Please describe.** Usability nit. To get the result of the update, you have to do `handle.getResultAsync().get()` Given that updates are mostly used...
## Expected Behavior If Activity - never noticed and interrupted flag or - caught an interrupted exception, restored the interrupted flag, and continued to run or returned a result should...
Bumps [org.eclipse.jetty:jetty-bom](https://github.com/jetty/jetty.project) from 9.4.51.v20230217 to 12.0.13. Release notes Sourced from org.eclipse.jetty:jetty-bom's releases. 12.0.13 Special Thanks to the following Eclipse Jetty community members @basil (Basil Crow) @mojavelinux (Dan Allen) @dkaukov (Dmitry...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.pre.node20 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...
Add support for activity reset closes https://github.com/temporalio/sdk-java/issues/2488
## Expected Behavior When specifying a list of packages for workers-auto-discovery in the Temporal Spring Boot starter, only workflows and activities from the explicitly listed packages should be scanned and...