Skip to content

Introduce versioning into the Java SDK #224

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

halspang
Copy link
Member

Issue describing the changes in this PR

This commit adds the versioning feature from the dotnet SDK (durabletask-dotnet). This allows for the version to be passed via the context and for the worker to reject/fail orchestrations based on the provided version.

Pull request checklist

  • My changes do not require documentation changes
    • Otherwise: Documentation issue linked to PR
  • My changes are added to the CHANGELOG.md
  • I have added all required tests (Unit tests, E2E tests)

Additional information

Additional PR information

@halspang halspang requested a review from a team as a code owner May 21, 2025 05:31
@halspang halspang force-pushed the halspang/java_versioning branch 3 times, most recently from 6df61ee to c65b05e Compare May 21, 2025 18:17
This commit adds the versioning feature from the dotnet SDK
(durabletask-dotnet). This allows for the version to be passed via
the context and for the worker to reject/fail orchestrations based
on the provided version.

Signed-off-by: Hal Spang <[email protected]>
@halspang halspang force-pushed the halspang/java_versioning branch from c65b05e to acc7e56 Compare June 6, 2025 04:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant