Skip to content

Releases: rico-projects/rico

2.0.0

10 Jul 14:49
76fe775
Compare
Choose a tag to compare

Metrics

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 to dev.rico.core.context.RicoApplicationContext
  • dev.rico.server.timing.Metric renamed to dev.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 to dev.rico.core.lang.Pair (PR 125)

1.1.0

15 May 12:23
ca1c156
Compare
Choose a tag to compare
  • 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

  • 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

11 Jun 06:31
Compare
Choose a tag to compare

Changes

  • Fix client session cleanup on server

1.0.0

16 Apr 09:18
Compare
Choose a tag to compare

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)