This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 4fcccb3fec Remove unnecessary notice about Locales
4fcccb3fec is described below
commit 4fcccb3feca428486923d6953272c206aa90ba87
Author: Lukas Lowinger <[email protected]>
AuthorDate: Wed Sep 10 14:49:16 2025 +0200
Remove unnecessary notice about Locales
---
docs/modules/ROOT/pages/reference/extensions/geocoder.adoc | 6 ------
extensions/geocoder/runtime/src/main/doc/configuration.adoc | 1 -
2 files changed, 7 deletions(-)
diff --git a/docs/modules/ROOT/pages/reference/extensions/geocoder.adoc
b/docs/modules/ROOT/pages/reference/extensions/geocoder.adoc
index 062682d8f1..5cc0d7a861 100644
--- a/docs/modules/ROOT/pages/reference/extensions/geocoder.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/geocoder.adoc
@@ -50,9 +50,3 @@ endif::[]
This extension auto-enables SSL support in native mode. Hence you do not need
to add
`quarkus.ssl.native=true` to your `application.properties` yourself. See also
https://quarkus.io/guides/native-and-ssl[Quarkus SSL guide].
-
-[id="extensions-geocoder-additional-camel-quarkus-configuration"]
-== Additional Camel Quarkus configuration
-
-Locales different from the build machine's default locale do not work well in
native mode due to https://github.com/oracle/graal/issues/1645[this GraalVM
bug]. The `google-maps-services` library this extension depends on uses
`Locale.English` to format double latitude and longitude values. As a
consequence of these two facts, the locale on the building machine must be set
to some English locale, such as `en_US.UTF-8`, `en_GB.UTF-8` or `en_IE.UTF-8`
so that the calls to the Google Maps AP [...]
-
diff --git a/extensions/geocoder/runtime/src/main/doc/configuration.adoc
b/extensions/geocoder/runtime/src/main/doc/configuration.adoc
deleted file mode 100644
index 2b8d79abd2..0000000000
--- a/extensions/geocoder/runtime/src/main/doc/configuration.adoc
+++ /dev/null
@@ -1 +0,0 @@
-Locales different from the build machine's default locale do not work well in
native mode due to https://github.com/oracle/graal/issues/1645[this GraalVM
bug]. The `google-maps-services` library this extension depends on uses
`Locale.English` to format double latitude and longitude values. As a
consequence of these two facts, the locale on the building machine must be set
to some English locale, such as `en_US.UTF-8`, `en_GB.UTF-8` or `en_IE.UTF-8`
so that the calls to the Google Maps AP [...]