samples-java
samples-java copied to clipboard
Temporal Java SDK samples
adds dynamic update handler and validator to DynamicSample
Bumps [gradle/actions](https://github.com/gradle/actions) from 3 to 4. Release notes Sourced from gradle/actions's releases. v4.0.0 Final release of v4.0.0 of the setup-gradle, dependency-submission and wrapper-validation actions provided under gradle/actions. This release is...
When an activity implementation has some call that might "hang" or take a very long time to complete, we want to be able to cancel that due to a `ActivityCompletionException`...
Use proper business IDs instead of request IDs in nexus samples, per https://github.com/temporalio/features/issues/692 ------ [Codex Task](https://chatgpt.com/codex/tasks/task_b_6912845292708331ab633436fbe72984)
## What was changed ## Why? ## Checklist 1. Closes 2. How was this tested: 3. Any docs updates needed?
Bumps [io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java) from 1.30.1 to 1.49.0. Release notes Sourced from io.opentelemetry:opentelemetry-bom's releases. Version 1.49.0 SDK Trace Avoid linear queue.size() calls in span producers by storing queue size separately (#7141) Exporters...
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.12.0 to 5.17.0. Release notes Sourced from org.mockito:mockito-core's releases. v5.17.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.17.0 2025-04-04 - 7 commit(s) by Adrian Roos, Andre Kurait,...
## What was changed Added a comment to an ignored catch block in Starter.java. Builds fail as there is a defined compiler arg: -Werror ``` compileJava { options.compilerArgs
## Summary - `.github/workflows/ci.yml`: Declared workflow-level GITHUB_TOKEN permissions so the CI jobs run with read-only access to repository contents.