We have just done another experimental release of our Kotlin Extension; version 0.2.0 to be exact.
This release covers a couple of topics, like:
- Several extension functions have been added, like scatter-gather for the
QueryGateway
, theAggregateLifecycle
and theCommandGateway
- A dedicated
axon-kotlin-test
module was introduced. This module includes reified methods for theAggregateTestFixture
andSagaTestFixture
. You can find the issue here for more information - We included dependabot in this pull request to ensure all versions of this extension are up to date.
We refer to the release notes for a complete list of all the changes.