-
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Greg edited this page Mar 11, 2017
·
27 revisions
I will focus more on the project soon. //GS March 11, 2017
Status / decision log
- 31 March, 2016 - microservice project template is not needed in Cricket repository (duplicates cricket-starter project)
- 20 March, 2016 - development of adapters moved to https://github.com/gskorupa/cricket-starter
- 20 March, 2016 - Cricket repository will be dedicated to the core development
Caution! The project roadmap, Cricket features and architecture are not stable till release 1.0.0
first GA release
- log file configuration
- configurable persistence for KeyValueCacheAdapter
- default security filter
- new methods for simplified event logging
- multiple configurations for the same adapter interface
- StandardResult
- remove files related to project template
- generate service UUID on start
- small fixes
- LoggerAdapter fixes
- data persistance for active scheduler events
- configuring events to initiate Scheduler adapter
- service template for standalone mode
- 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
- 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
- new JSON serializer: json-io
Cricket MSF Wiki