You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/03/23 17:01:43 UTC

[GitHub] [camel-quarkus] ppalaga edited a comment on issue #936: Log warning message if JVM only extensions are used in native mode

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:
users@infra.apache.org


With regards,
Apache Git Services