Skip to content

Release v0.0.27

Choose a tag to compare

@github-actions github-actions released this 24 Jul 13:22
44a4a77

Grab the new version from Maven central https://repo1.maven.org/maven2/ai/stapi/graph-system/0.0.27/ by using it in your deps:

<dependencies>
    <dependency>
        <groupId>ai.stapi</groupId>
        <artifactId>graph-system</artifactId>
        <version>0.0.27</version>
    </dependency>
</dependencies>

Things that changed in this release

  • 752e67f - Fix Wait for new version of Core library on Sonatype
  • 52e086a - [axon-system] DynamicCommandDispatchInterceptor - now retains metadata [axon-system-plugin] CommitCommandFixturesLineRunner now accepts output path as command line argument, Fix ConfigureStructureDefinition
  • 17fa2a1 - [axon-system-plugin] - StructureDefinition - refactor ImportStructureDefinition handler to support all fields dynamically
  • 87b4bad - [axon-system] TestAggregateDefinitionProvider - fix due to changes in core
  • 709ba67 - [axon-system-plugin] Reapprove test due to changes in core
  • db8f564 - [axon-system-plugin] Introduce CreateUpdateCommandHandlerPolicy
  • 7df114a - [axon-system-plugin] Reapprove some tests due to changes in AddAggregateStateModificator
  • b0882c4 - [axon-system,axon-system-plugin,graphql-api] Fixes due to changes in core on DynamicAggregateCommandProcessor
  • 2161d11 - Upgrade Stapi Core version
  • 5573453 - Upgrade Stapi core version
  • f13a23d - [axon-system-plugin] Add test for CommitCommandFixturesLineRunner