slatekit / kiit

Kotlin Framework for Apps, APIs, CLIs, Jobs, Mobile and more...
https://www.kiit.dev
Apache License 2.0
112 stars 13 forks source link

CLEANUP: Remove Commands project, update jobs #273

Closed kishorereddy closed 3 years ago

kishorereddy commented 3 years ago

Overview

Major ( but isolated ) cleanup

  1. Remove the slatekit.cmds project
  2. Remove the slatekit.policy.common package ( containing functions )
  3. Update the Examples to remove used of Command component
  4. Several updates to the Jobs component

Ticket(s)

n/a

Links(s)

n/a

Dependencies

n/a

Design

  1. Jobs components now uses the new Ops<T> interface
  2. Event component updated with uuid, and other fields ( aligned with identity )
  3. Cache component updated with Identity

Notes

n/a

Pending

n/a

Tests

Tests are broken.