1- # Axon Framework - Spring Native Extension
2- [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/org.axonframework.extensions.spring-native/axon-spring-native/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/org.axonframework.extensions.spring-native/axon-spring-native/ )
3- ![ Build Status] ( https://github.com/AxonFramework/extension-spring-native/workflows/Spring%20Native%20Extension/badge.svg?branch=main )
4- [ ![ SonarCloud Status] ( https://sonarcloud.io/api/project_badges/measure?project=AxonFramework_extension-spring-native&metric=alert_status )] ( https://sonarcloud.io/dashboard?id=AxonFramework_extension-spring-native )
1+ # Axon Framework - Spring Ahead of Time Extension
2+
3+ [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/org.axonframework.extensions.spring-aot/axon-spring-aot/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/org.axonframework.extensions.spring-aot/axon-spring-aot/ )
4+ ![ Build Status] ( https://github.com/AxonFramework/extension-spring-aot/workflows/Spring%20AOT%20Extension/badge.svg?branch=main )
5+ [ ![ SonarCloud Status] ( https://sonarcloud.io/api/project_badges/measure?project=AxonFramework_extension-spring-aot&metric=alert_status )] ( https://sonarcloud.io/dashboard?id=AxonFramework_extension-spring-aot )
56
67Axon Framework is a framework for building evolutionary, event-driven microservice systems,
78based on the principles of Domain Driven Design, Command-Query Responsibility Segregation (CQRS) and Event Sourcing.
@@ -23,15 +24,17 @@ For more information on anything Axon, please visit our website, [http://axoniq.
2324## Getting started
2425
2526The [ reference guide] ( https://docs.axoniq.io ) contains a separate chapter for all the extensions.
26- The Spring Native extension description can be found [ here] ( https://docs.axoniq.io/reference-guide/extensions/spring-native ) .
27+ The Spring Native extension description can be
28+ found [ here] ( https://docs.axoniq.io/reference-guide/extensions/spring-aot ) .
2729
2830## Receiving help
2931
3032Are you having trouble using the extension?
3133We'd like to help you out the best we can!
3234There are a couple of things to consider when you're traversing anything Axon:
3335
34- * Checking the [ reference guide] ( https://docs.axoniq.io/reference-guide/extensions/spring-native ) should be your first stop,
36+ * Checking the [ reference guide] ( https://docs.axoniq.io/reference-guide/extensions/spring-aot ) should be your first
37+ stop,
3538 as the majority of possible scenarios you might encounter when using Axon should be covered there.
3639* If the Reference Guide does not cover a specific topic you would've expected,
3740 we'd appreciate if you could file an [ issue] ( https://github.com/AxonIQ/reference-guide/issues ) about it for us.
@@ -42,7 +45,7 @@ There are a couple of things to consider when you're traversing anything Axon:
4245
4346## Feature requests and issue reporting
4447
45- We use GitHub's [ issue tracking system] ( https://github.com/AxonFramework/extension-spring-native /issues ) for new feature
48+ We use GitHub's [ issue tracking system] ( https://github.com/AxonFramework/extension-spring-aot /issues ) for new feature
4649request, extension enhancements and bugs.
4750Prior to filing an issue, please verify that it's not already reported by someone else.
4851
0 commit comments