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
13 lines
846 B
Plaintext
13 lines
846 B
Plaintext
$ 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.
|