Parallelbranchsample#1
Closed
mfateev wants to merge 37 commits intotsurdilo:masterfrom
Closed
Conversation
Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io>
* Update hello samples Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io> * updated signal example Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io> * fixing tests Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io> * formatting fixes Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io> * Updates per review Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io>
Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io>
* Add an example for encrypting payloads.
* Fixing HelloSearchAttributes example Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io> * update per comments and rebased Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io>
* Adding SideEffect example Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io> * fix test - setting same workflowfactoryoptions as in example Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io> * updates per review Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io> * updated per review Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io> * typo Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io> * updates per comments Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io> * formatting Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io>
* Timeouts Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io> * updates per comments Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io>
* Add hello world example for local activity * Rename the activity * Add unit tests * Update comments/javadocs * Use startToClose instead of scheduleToClose for timeout * Fix typo in docs
Bumps [junit](https://github.com/junit-team/junit4) from 4.13.1 to 4.13.2. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md) - [Commits](junit-team/junit4@r4.13.1...r4.13.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [error_prone_core](https://github.com/google/error-prone) from 2.4.0 to 2.7.1. - [Release notes](https://github.com/google/error-prone/releases) - [Commits](google/error-prone@v2.4.0...v2.7.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps org.cadixdev.licenser from 0.5.1 to 0.6.0. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed off by: fossabot <badges@fossa.com> Co-authored-by: Tihomir Surdilovic <tihomir@temporal.io>
* Upgrade Mockito to 3.x * Upgrade Mockito and PowerMock to the latest version * Fix deprecation warnings * Use withSettings().withoutAnnotations() in HelloActivityTest to prevent Mockito from copying annotations from activity interface to mock class * Re-enable HelloChildTest.testMockedChild() and HelloExceptionTest.testChildWorkflowTimeout() as they no longer fail with Mockito 3 * Bump Mockito to 3.8.0 * Bump Mockito to 3.9.0 * Bump Mockito to 3.10.0 * Add @ActivityMethod annotation The annotation is added for illustration purposes to show that Mockito's withSettings().withoutAnnotations() is required to mock an activity that has that annotation on a method. * Update HelloLocalActivityTest to Mockito 3
Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io>
* Update readme Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io> * small typo fix Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io> * Update README.md Co-authored-by: Cully <cully@temporal.io> * Update README.md Co-authored-by: Cully <cully@temporal.io> Co-authored-by: Cully <cully@temporal.io>
Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io>
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.10.0 to 3.11.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v3.10.0...v3.11.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Workflow Interceptor sample Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io> * impr temporalio#1 per comments Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io> * impr temporalio#2 per comments Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io> * use logger Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io> * update to sample Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io> * adding couple comments Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io> * remove silly sysout Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io>
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.0 to 3.11.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v3.11.0...v3.11.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Adding Parallel Async Activity Sample Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io> * use list<string> than variable args in workflow methos as its not working with WorkflowClient.start Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io>
Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io>
* Detached Cancellation Scope Sample Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io> * updated sample based on suggestions Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io> * Update src/main/java/io/temporal/samples/hello/HelloDetachedCancellationScope.java Co-authored-by: Cully <cully@temporal.io> * Update src/main/java/io/temporal/samples/hello/HelloDetachedCancellationScope.java Co-authored-by: Cully <cully@temporal.io> * Update src/main/java/io/temporal/samples/hello/HelloDetachedCancellationScope.java Co-authored-by: Cully <cully@temporal.io> * Update src/main/java/io/temporal/samples/hello/HelloDetachedCancellationScope.java Co-authored-by: Cully <cully@temporal.io> * Update src/main/java/io/temporal/samples/hello/HelloDetachedCancellationScope.java Co-authored-by: Cully <cully@temporal.io> * Update src/main/java/io/temporal/samples/hello/HelloDetachedCancellationScope.java Co-authored-by: Cully <cully@temporal.io> * Update src/main/java/io/temporal/samples/hello/HelloDetachedCancellationScope.java Co-authored-by: Cully <cully@temporal.io> * Update src/main/java/io/temporal/samples/hello/HelloDetachedCancellationScope.java Co-authored-by: Cully <cully@temporal.io> Co-authored-by: Cully <cully@temporal.io>
Bumps name.remal.check-updates from 1.3.1 to 1.3.4. --- updated-dependencies: - dependency-name: name.remal.check-updates dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps org.cadixdev.licenser from 0.6.0 to 0.6.1. --- updated-dependencies: - dependency-name: org.cadixdev.licenser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix samples comments Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io> * Update src/main/java/io/temporal/samples/hello/HelloActivity.java Co-authored-by: Cully <cully@temporal.io> * Update src/main/java/io/temporal/samples/hello/HelloActivityExclusiveChoice.java Co-authored-by: Cully <cully@temporal.io> * Update src/main/java/io/temporal/samples/hello/HelloAsync.java Co-authored-by: Cully <cully@temporal.io> * Update src/main/java/io/temporal/samples/hello/HelloAsyncActivityCompletion.java Co-authored-by: Cully <cully@temporal.io> * Update src/main/java/io/temporal/samples/hello/HelloAsyncActivityCompletion.java Co-authored-by: Cully <cully@temporal.io> * Update src/main/java/io/temporal/samples/hello/HelloCancellationScope.java Co-authored-by: Cully <cully@temporal.io> * Update src/main/java/io/temporal/samples/hello/HelloChild.java Co-authored-by: Cully <cully@temporal.io> * Update src/main/java/io/temporal/samples/hello/HelloPolymorphicActivity.java Co-authored-by: Cully <cully@temporal.io> * Update src/main/java/io/temporal/samples/hello/HelloQuery.java Co-authored-by: Cully <cully@temporal.io> * Update src/main/java/io/temporal/samples/hello/HelloAsyncActivityCompletion.java Co-authored-by: Cully <cully@temporal.io> * Update src/main/java/io/temporal/samples/hello/HelloAsyncLambda.java Co-authored-by: Cully <cully@temporal.io> Co-authored-by: Cully <cully@temporal.io>
Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io>
Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.