ppalaga edited a comment on issue #936: Log warning message if JVM only extensions are used in native mode URL: https://github.com/apache/camel-quarkus/issues/936#issuecomment-602729516 A slightly modified text referring to the list of issues filtered by the extension name ``` log.warnf( "The %s extension was not tested in the native mode." + " You may want to report about the success or failure running it in the native mode on https://github.com/apache/camel-quarkus/issues?q=is%%3Aissue+%s", feature, feature.replace('-', '+')); ``` WDYT?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services