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 2022/08/23 08:41:46 UTC

[GitHub] [camel-quarkus] zbendhiba commented on pull request #4024: perf-regresssion: fix number format exception when java and mvnw don'…

zbendhiba commented on PR #4024:
URL: https://github.com/apache/camel-quarkus/pull/4024#issuecomment-1223749807

   I was thinking of setting in the code with Java. If this meant to be executed also for native mode. Add this to the configuration: 
   ``` 
   quarkus.native.user-country=US
   quarkus.native.user-language=en 
   ```
   Just to prevent it from failing locally, as Double is different regarding to our native languages. My laptop is setup with French language by default.
   
   To reproduce on Linux, you can change the Locale this way : `export LANG=de_DE.UTF-8` in a terminal, before executing the test


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org