Add graalvm-native-images: Boot 4.1 + GraalVM CE for JDK 25, AOT processing,
the tracing agent, and a real reflection-collision trap Co-Authored-By: Claude Sonnet 5 <[email protected]> Claude-Session: https://claude.ai/code/session_01EQNA6DJ9VgCtW6zhCE8Xud
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
$ mvn -Pnative -DskipTests package
|
||||
[INFO] --- native:1.1.8:add-reachability-metadata (add-reachability-metadata) @ graalvm-native-images ---
|
||||
[INFO] --- resources:3.5.0:resources (default-resources) @ graalvm-native-images ---
|
||||
[INFO] --- compiler:3.15.0:compile (default-compile) @ graalvm-native-images ---
|
||||
[INFO] --- spring-boot:4.1.1:process-aot (process-aot) @ graalvm-native-images ---
|
||||
[INFO] --- jar:3.5.1:jar (default-jar) @ graalvm-native-images ---
|
||||
[INFO] --- spring-boot:4.1.1:repackage (repackage) @ graalvm-native-images ---
|
||||
[INFO] BUILD SUCCESS
|
||||
[INFO] Total time: 8.791 s
|
||||
# No native-image invocation anywhere in this log -- confirmed by grepping the full log for
|
||||
# "native-image" and "Generating '": zero matches. Only "mvn -Pnative native:compile" (run
|
||||
# separately, see 02-native-build.txt) actually invokes the GraalVM compiler.
|
||||
Reference in New Issue
Block a user