Axon Kotlin Extension - Release 0.2.0

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, the AggregateLifecycle and the CommandGateway
  • A dedicated axon-kotlin-test module was introduced. This module includes reified methods for the AggregateTestFixture and SagaTestFixture. 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.

5 Likes