Native apps throw a warning now that quarkus.uuid
is lazily produced #45495
Open
Description
Describe the bug
Since #45434 native executables throw the following warning:
2025-01-10 11:23:51,956 WARN [io.qua.config] (main) Unrecognized configuration key "quarkus.uuid" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
Expected behavior
Native apps should not throw any warnings like they do not in JVM-mode.
Actual behavior
Native executables throw the following warning:
2025-01-10 11:23:51,956 WARN [io.qua.config] (main) Unrecognized configuration key "quarkus.uuid" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
How to Reproduce?
./mvnw -Dnative -pl integration-tests/picocli-native -Dnative.surefire.skip -Dformat.skip -Dno-descriptor-tests clean package
./integration-tests/picocli-native/target/quarkus-integration-test-picocli-native-999-SNAPSHOT-runner quarkus
Output of uname -a
or ver
No response
Output of java -version
No response
Mandrel or GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of mvnw --version
or gradlew --version
)
No response
Additional information
No response
Activity