Metrics
- Timer metric can record duration based on passed lambda (PR 115)
- Find out more in the documentation
Logging
- Extend context information for MDC in Log4J & Logback appender (PR 130,128)
- Provide OS & Java information in RicoApplicationContext (PR 126)
- Find out more in the documentation
TaskChain
- Renamed the ProcessChain API to TaskChain API and added more flexibility to the fluent API (PR 114)
- Find all the details in the documentation
Documentation & Samples
improved and extended documentation
Other changes
dev.rico.core.context.ContextManager
renamed todev.rico.core.context.RicoApplicationContext
dev.rico.server.timing.Metric
renamed todev.rico.server.timing.ServerTimer
- ServerModule SPI has been refactored, added convenience methods to
ServerCoreComponents
(PR 141) - Scheduler functionality provided as managed bean on the Server (SpringBoot, JakartaEE) (PR 132, PR 131)
- Renamed
dev.rico.core.lang.Tuple
todev.rico.core.lang.Pair
(PR 125)