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/10/12 21:34:48 UTC

[GitHub] [camel-quarkus] ppalaga commented on issue #1861: Workaround broken native Locale support

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


   Substituting `java.text.DecimalFormatSymbols.getInstance(Locale)` would solve the issue with `String.format(Locale.ROOT, "%.1f", double)` in Geocoder. I have a PoC, but it is a bit fragile and hard to generalize. I do not think it is worth having it just to solve the GeoCoder issue. Hopefully GraalVM comes with a proper non-default locale support soon https://github.com/oracle/graal/issues/2908


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