Cilia/news/13092011
< Cilia
Contents
RELEASE CILIA 1.2.0
cilia-core 1.2.0
FIXED BUGS
- remove binding reference in model to mediators when unbinding components.
- Id in components must be alphanumeric only
NEW FEATURES
- Add monitoring capabilities.
- Use of slf4j instead of a custom CiliaLogger
- lock the runtime using the model.
- in PatternType added getName method.
- Add basic concurrent utils fr.liglab.adele.cilia.util.concurrent based on Doug Lea work.
- Add ReadOnly API
cilia-ipojo-runtime 1.2.0
FIXED BUGS
- change log level to info messages
NEW FEATURES
- Notify ea events when performing some operations.
- Use a Data Container Manager to be used by schedulers. This instead of store incoming data on the scheduler.
- Add monitoring capabilities to mediators.
- Add state variable approach to monitor cilia applications
- Use of slf4j instead of a custom CiliaLogger
cilia-ipojo-compendium 1.2.0
FIXED BUGS
- removed deprecated properties (scheduler.* and dispatcher.*)
NEW FEATURES
- Add Content Based Dispatcher extended parser
- Add Monitoring extended parser
- Use of slf4j instead of a custom CiliaLogger
cilia-compendium-mediators 1.2.0
FIXED BUG
- Remove deprecated properties (processor.*)
NEW FEATURES
- Add sufix enricher processor (data.content + sufix)
- Add simple enricher processor (prefix + data.content)
- Add prefix enricher processor (add new key/value pair to each Data)
- Add enricher extended parser
Other Releases
cilia-deployer 2.2.0 (Don't ask why 2) cilia-chain-parser 1.2.3
New projects
cilia-admin-chain: A cilia chain used to manage others mediation chain at runtime. cilia-admin-command: A felix command to interact with the cilia-admin-chain service. cilia-admin-gogo: A gogo command to interact with the cilia-admin-chain service.