squakez commented on code in PR #5380: URL: https://github.com/apache/camel-quarkus/pull/5380#discussion_r1341198171
########## extensions-jvm/asn1/deployment/src/main/java/org/apache/camel/quarkus/component/asn1/deployment/Asn1Processor.java: ########## @@ -37,7 +37,7 @@ FeatureBuildItem feature() { /** * Remove this once this extension starts supporting the native mode. */ - @BuildStep(onlyIf = NativeBuild.class) + @BuildStep(onlyIf = NativeOrNativeSourcesBuild.class) @Record(value = ExecutionTime.RUNTIME_INIT) void warnJvmInNative(JvmOnlyRecorder recorder) { Review Comment: IMO we should stick to it in order to warn also when native-sources is used. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org