MapStruct + Quarkus works.
Until native build.
Or dev mode.
Then:
• ClassNotFoundException
• Stale mappers
• Hot reload confusion
The Quarkiverse MapStruct extension fixes both. Cleanly.
buff.ly/ombXitp
#Java #Quarkus #GraalVM #NativeImage
Tired of GraalVM reflection configs and incompatible libraries? jbundle turns your JVM app into a single binary — zero external dependencies, full JVM compatibility, no setup headaches. Just `jbundle build` and ship
github.com/avelino/jbun...
#clojure #graalvm #nativeimage #java #scala #groove
#Oracle has released #GraalVM for JDK 25, introducing new features for its #NativeImage technology, while confirming that future development of the platform will shift away from the Java release cycle to focus on non-Java languages, such as GraalPy and GraalJS.
adtmag.com/Articles/202...
AIMindUpdate News!
Boost your Java apps! GraalVM 25 delivers faster startup, improved security, and WebAssembly integration. #GraalVM #Java #NativeImage
Click here↓↓↓
aimindupdate.com/2025/09/26/g...
I have created a thing with #Java that I needed for #Maven and #GraalVM so that I can provide fat-jars (needed for tools that don't do dependency management) that don't behave different in #NativeImage than our normal distributions:
github.com/michael-simo...
Maybe this is helpful for others, too.
Just discovered #mandrel the #graalvm you want to build you #nativeimage binaries!
> github.com/graalvm/mand...
#java #aot
Would it make sense to use @graalvm.org native image PGO "incrementally"? (Aka, combine the previous profile with --pgo AND --pgo-instrument to build a mew .prof file?)
Or is it a lot better to use the "merge multiple profiles" capability? 🤔
#graal #nativeimage
How to setup #Maven, the Failsafe and the #GraalVM plugins for use with #Testcontainers to run your integration tests against containers in native image mode…
info.michael-simons.eu/2023/10/25/r...
#Java #Testing #NativeImage #Neo4j