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/20 12:54:28 UTC

[GitHub] [camel-quarkus] jamesnetherton opened a new issue #936: Log warning message if JVM only extensions are used in native mode

jamesnetherton opened a new issue #936: Log warning message if JVM only extensions are used in native mode
URL: https://github.com/apache/camel-quarkus/issues/936
 
 
   

----------------------------------------------------------------
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

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

Posted by GitBox <gi...@apache.org>.
ppalaga commented 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-602559640
 
 
   Should that be a (a) build time warning (b) runtime warning or (c) both?

----------------------------------------------------------------
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

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

Posted by GitBox <gi...@apache.org>.
ppalaga commented 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-602577295
 
 
   Is this text ok?
   
   ```
   Extension %s may fail because it was not tested in the native mode. You may want to report about the success or failure on https://github.com/apache/camel-quarkus/issues
   ```

----------------------------------------------------------------
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

[GitHub] [camel-quarkus] jamesnetherton commented on issue #936: Log warning message if JVM only extensions are used in native mode

Posted by GitBox <gi...@apache.org>.
jamesnetherton commented 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-602561420
 
 
   If it's not too difficult to implement, then it can't hurt to do both.

----------------------------------------------------------------
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

[GitHub] [camel-quarkus] ppalaga closed issue #936: Warn if JVM only extensions are used in native mode

Posted by GitBox <gi...@apache.org>.
ppalaga closed issue #936: Warn if JVM only extensions are used in native mode
URL: https://github.com/apache/camel-quarkus/issues/936
 
 
   

----------------------------------------------------------------
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

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

Posted by GitBox <gi...@apache.org>.
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

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

Posted by GitBox <gi...@apache.org>.
ppalaga commented 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
   
   ```
   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
   ```
   
   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

[GitHub] [camel-quarkus] jamesnetherton commented on issue #936: Log warning message if JVM only extensions are used in native mode

Posted by GitBox <gi...@apache.org>.
jamesnetherton commented 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-602732343
 
 
   Seems ok to me.
   
   I spotted one minor thing to correct. It reads better when you say 'in native mode' instead of 'in the native mode'.

----------------------------------------------------------------
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