JohT
(Johannes)
October 14, 2022, 7:20pm
1
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
vab2048
(vab2048)
October 15, 2022, 2:57pm
2
@JohT you are living in 2050 while us peasants are still in 2022
0.064 seconds cold start is some feat!
1 Like
JohT
(Johannes)
October 15, 2022, 4:51pm
3
@vab2048 , 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