Releases: rico-projects/rico
Releases · rico-projects/rico
2.0.0
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)
1.1.0
-
Java 11 compatibility (while still compatible with Java 8)
-
JavaEE migrated to Jakarta
-
Spring Boot dependency up to 2.2.6
-
Keycloak 9.0.3
-
rico-js: Updated Dependencies, small change in date-handling
- now available via npm repository: https://www.npmjs.com/package/@rico-projects/rico-js
-
rico-angular: Updated to use rico-js 1.1.0
We also updated our samples so you can use these as a reference.
Packages available on Bintray.
1.0.1
1.0.0
Available on Maven central
The version contains the following changes:
- Additional unit tests & integration tests for model hierarchies (#32)
- timing Interceptor for JavaEE (#35)
- javadoc file encoding defined (#36)
- maintainer references in Dockerfiles updated (#37)
- Copyright updated for 2019 (#38)
- Realm check on server for keyckloak can be disabled (#40)
- Better logging in tests (#41)
- Angular 2.X client added (#42)
- Additional unit tests for date conversions (#48)
- More use of final keyword (#49 and #50)
- Download input stream API added (#51)
- API for functional types added (#52)
- initial parameters for removing controllers (#53 and #54)
- CompletableFuture support for executors (#58)
- Better performance of Assert functionalities (#59)
- Logo looks better on windows shell (#60)