AxonFramework native on MacOS M1

I just released v1.7.0 of my showcase-quarkus-eventsourcing. It now runs on GraalVM Community Edition 22.2.0 with Java 17.

This makes it possible to build a native image for MacOS M1๐ŸŽ‰.

Iโ€™ve tried it out and it blew my mind: A native executable of about 85 MB containing the whole (ok a small) Quarkus + AxonFramework + UI application that starts in 0,064 seconds.

7 Likes

@JohT you are living in 2050 while us peasants are still in 2022 :scream:

0.064 seconds cold start is some feat!

1 Like

@vab2048 :grin:, just wiring up open source tools and frameworks. Credit goes to them including AxonFramework.

1 Like

Wow thatโ€™s great. I implemented a quarkus extension for axon. I tried already once to compile a native image, but I failed.

It would be great if you could give me hints how you solved the problems.

Btw. the extension can be found here: GitHub - meks77/quarkus-axonframework-extension: Quarkus Extension for the Axon Framework