v5.0.0
Version Number
5.0.0-924
Breaking Changes
-
SCMOD-12730: Updated to the latest Worker Framework version, which includes the following breaking changes to support pause task functionality.
- The
statusCheckUrlused by the workers to check the status of a task now points to thestatusendpoint instead of theisActiveendpoint. - Instead of returning
trueorfalse, thestatusCheckUrlwill now return one ofActive,Cancelled,Completed,Failed,
Paused, orWaiting. - When a worker receives a task, it will now check if the task has been paused using the
statusCheckUrl. - If the task has been paused, and the
CAF_WORKER_PAUSED_QUEUEenvironment variable is set, the worker will publish the task to the
CAF_WORKER_PAUSED_QUEUEinstead of processing it. - If the task has been paused, and the
CAF_WORKER_PAUSED_QUEUEenvironment variable is NOT set, the worker process the task as
normal (as if the task was not paused).
- The
-
SCMOD-12319: The worker-document archetype has been deprecated.
Known Issues
- None
Release Artifacts
Maven
com.github.cafdataprocessing:worker-document-utility:5.0.0-924(jar.md5,jar.sha1,jar,javadoc.jar.md5,javadoc.jar.sha1,javadoc.jar,pom.md5,pom.sha1,pom,sources.jar.md5,sources.jar.sha1,sources.jar)com.github.cafdataprocessing:worker-document-testing:5.0.0-924(jar.md5,jar.sha1,jar,javadoc.jar.md5,javadoc.jar.sha1,javadoc.jar,pom.md5,pom.sha1,pom,sources.jar.md5,sources.jar.sha1,sources.jar)com.github.cafdataprocessing:worker-document:5.0.0-924(jar.md5,jar.sha1,jar,javadoc.jar.md5,javadoc.jar.sha1,javadoc.jar,pom.md5,pom.sha1,pom,sources.jar.md5,sources.jar.sha1,sources.jar)com.github.cafdataprocessing:worker-document-shared:5.0.0-924(jar.md5,jar.sha1,jar,javadoc.jar.md5,javadoc.jar.sha1,javadoc.jar,pom.md5,pom.sha1,pom,sources.jar.md5,sources.jar.sha1,sources.jar)com.github.cafdataprocessing:worker-document-validator:5.0.0-924(jar.md5,jar.sha1,jar,javadoc.jar.md5,javadoc.jar.sha1,javadoc.jar,pom.md5,pom.sha1,pom,sources.jar.md5,sources.jar.sha1,sources.jar)com.github.cafdataprocessing:worker-document-testing-unit:5.0.0-924(jar.md5,jar.sha1,jar,javadoc.jar.md5,javadoc.jar.sha1,javadoc.jar,pom.md5,pom.sha1,pom,sources.jar.md5,sources.jar.sha1,sources.jar)com.github.cafdataprocessing:worker-document-schema:5.0.0-924(jar.md5,jar.sha1,jar,javadoc.jar.md5,javadoc.jar.sha1,javadoc.jar,pom.md5,pom.sha1,pom,sources.jar.md5,sources.jar.sha1,sources.jar)com.github.cafdataprocessing:worker-document-interface:5.0.0-924(jar.md5,jar.sha1,jar,javadoc.jar.md5,javadoc.jar.sha1,javadoc.jar,pom.md5,pom.sha1,pom,sources.jar.md5,sources.jar.sha1,sources.jar)com.github.cafdataprocessing:worker-document-framework:5.0.0-924(pom.md5,pom.sha1,pom)com.github.cafdataprocessing:worker-document-aggregator:5.0.0-924(pom.md5,pom.sha1,pom)