cadence-java-client
cadence-java-client copied to clipboard
Java framework for Cadence Workflow Service
**Describe the bug** An IllegalArgumentException occurs if maximumAttempts is not passed for an activity's MethodRetry **To Reproduce** Is the issue reproducible? - Yes **Steps to reproduce the behavior:** Don't pass...
Missing latest release 3.7.3 artifacts in Maven Repository. https://mvnrepository.com/artifact/com.uber.cadence/cadence-client
cron-utils v 9.0.0 has a critical vulnerability via arbitrary Java EL expressions. This dependency should be updated, if possible, to 9.2.0. For more information, see the snyk description [here](https://security.snyk.io/vuln/SNYK-JAVA-COMCRONUTILS-1921097).
**What changed?** **Why?** **How did you test it?** **Potential risks** **Release notes** **Documentation Changes**
This is what the documentation is for Worker constructor ``` /** * Creates worker that connects to an instance of the Cadence Service. * * @param client client to the...
**What changed?** Documentation for Worker constructor **Why?** It incorrectly mentioned that things like DataConverter are being passed via options which is no longer the case since release v3.0.0. **How did...
**What changed?** Upgrade java-jwt and add `Exp` field for generated token **Why?** **How did you test it?** **Potential risks** **Release notes** **Documentation Changes**
Fixed flaky test whenHistoryIsPartialCachedEntryIsReturned by increasing timeout to 8000
Fixes direct vulnerabilities: CVE-2020-13949, CVE-2019-0205, CVE-2018-1320, CVE-2018-11798 and vulnerability from dependencies: CVE-2020-13956. Projects using Cadence Java client might have newer and binary incompatible versions of libthrift in the classpath due...