Skip to content
Greg edited this page Jan 29, 2016 · 27 revisions

Cricket Microservices Framework

Status: release 1.0-B6 during development

Caution! The project roadmap, Cricket features and architecture are not stable till release 1.0.0

Roadmap

1.0.0

first release

1.0-B7
  • webapp distribution for running under application server
  • small fixes
  • service template for webapp mode
1.0-B6
  • data persistance for active scheduler events
  • configuring events to initiate Scheduler adapter
  • service template for standalone mode
1.0-B5
  • code refactoring - introducing Runner class
  • configuration file format changed to JSON
  • possibility to select service to run from the command line
  • embeded scheduler altogether with dedicated inbound adapter
1.0-B4
  • InMemoryCache outbound adapter - im memory key-value database with optional file persistance
  • destroy methods of configured adapters are invoked during the service shutdown
  • switching to java 1.8
  • unique ID generated for events
  • refactoring - encapsulating http request in event object
1.0-B3
  • new JSON serializer: json-io