You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Axon Framework is a framework for building evolutionary, event-driven microservice systems,
12
8
based on the principles of Domain Driven Design, Command-Query Responsibility Segregation (CQRS) and Event Sourcing.
@@ -18,23 +14,27 @@ The framework provides sensible defaults for all of these components out of the
18
14
This set up helps you create a well-structured application without having to bother with the infrastructure.
19
15
The main focus can thus become your business functionality.
20
16
21
-
Axon Framework's **Experimental** Spring Native Extension provides integration with [Spring Native](https://docs.spring.io/spring-native/docs/current/reference/htmlsingle/).
22
-
This extension provides support for compiling Axon and Spring applications to native executables using the [GraalVM](https://www.graalvm.org/) native-image compiler.
17
+
Axon Framework's Spring AOT Extension provides integration
18
+
with [Spring AOT](https://docs.spring.io/spring-boot/docs/current/reference/html/native-image.html#native-image.introducing-graalvm-native-images.understanding-aot-processing).
19
+
This extension provides support for compiling Axon and Spring applications to native executables using
20
+
the [GraalVM](https://www.graalvm.org/) native-image compiler.
23
21
24
22
For more information on anything Axon, please visit our website, [http://axoniq.io](http://axoniq.io).
25
23
26
24
## Getting started
27
25
28
26
The [reference guide](https://docs.axoniq.io) contains a separate chapter for all the extensions.
29
-
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).
30
29
31
30
## Receiving help
32
31
33
32
Are you having trouble using the extension?
34
33
We'd like to help you out the best we can!
35
34
There are a couple of things to consider when you're traversing anything Axon:
36
35
37
-
* 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,
38
38
as the majority of possible scenarios you might encounter when using Axon should be covered there.
39
39
* If the Reference Guide does not cover a specific topic you would've expected,
40
40
we'd appreciate if you could file an [issue](https://github.com/AxonIQ/reference-guide/issues) about it for us.
@@ -45,7 +45,7 @@ There are a couple of things to consider when you're traversing anything Axon:
45
45
46
46
## Feature requests and issue reporting
47
47
48
-
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
49
49
request, extension enhancements and bugs.
50
50
Prior to filing an issue, please verify that it's not already reported by someone else.
0 commit comments