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/12/23 10:17:10 UTC

[GitHub] [camel-quarkus] ppalaga commented on issue #2090: Twitter itest doesn't work in native mode

ppalaga commented on issue #2090:
URL: https://github.com/apache/camel-quarkus/issues/2090#issuecomment-750087229


   Injection does not work in native mode. We need to find a different way of passing the initial delay value. How about 
   
   ```
   -    @ConfigProperty(name = "test.twitter.delay.initial", defaultValue = "60")
   -    int testTwitterDelayInitial;
   +    int testTwitterDelayInitial = 60;
   ```


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