cadence-java-client
cadence-java-client copied to clipboard
Java framework for Cadence Workflow Service
reduces runtime jar and removes unused classes from the distribution. I.e. JUnit is not needed in prod
Feature for passing around large amounts of data to activities and not hitting workflow history size limits since the data can be stored in external storage.
Hi guys, In the new release `io.grpc:grpc-testing` dependecy was [updated](https://github.com/uber/cadence-java-client/compare/v3.8.1...v3.9.0#diff-49a96e7eea8a94af862798a45174e6ac43eb4f8b4bd40759b5da63ba31ec3ef7R72) to `1.51.0` however others like `io.grpc:grpc-netty-shaded: 1.28.0` were not updated. Those two versions are not compatible so now our app...
Mirror https://github.com/temporalio/sdk-java/issues/1430 This is the same issue in Cadence Java SDK
Adding option so that it is possible to override the time allotted for worker shutdown after SIGTERM signal.
**What changed?** Adding generic, client-credentials OAuth 2 support. **Why?** There is self-signed JWT provider already implemented. Adding client credentials flow support. **How did you test it?** Added unit test. **Potential...
What changed? Added a fix for the case when headers's getFields is null while checking for workflowcontext in replay. Causing null pointer in the code. Why? Bug fix How did...
**What changed?** Added a fix for the case when headers's getFields is null. Causing null pointer in the code. **Why?** Bug fix **How did you test it?** Need to add...
**Why** Bug is introduced in https://github.com/uber/cadence-java-client/pull/876 **Symptom** Memory leak happens on every poller when tracing is enabled. Span objects grows since scope is not closed correctly. **Mitigation** Disable the tracer...