Skip to content

Commit 91246b9

Browse files
committed
Sync documentation of main branch
1 parent 49fab93 commit 91246b9

File tree

58 files changed

+5177
-5047
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+5177
-5047
lines changed

_data/versioned/main/index/quarkus.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,6 +1094,7 @@ types:
10941094
topics:
10951095
- cli
10961096
- tooling
1097+
id: cli-tooling
10971098
type: guide
10981099
url: /guides/cli-tooling
10991100
- title: Building my first extension

_generated-doc/main/config/quarkus-all-config.adoc

Lines changed: 2395 additions & 2341 deletions
Large diffs are not rendered by default.

_generated-doc/main/config/quarkus-core_quarkus.locales.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The locale must be specified in the IETF BCP 47 format e.g. en-US or fr-FR.
4242

4343
For instance, the Hibernate Validator extension makes use of it.
4444

45-
Native-image build uses this property to derive `user.language` and `user.country` for the application's runtime.
45+
Native-image build uses this property to derive `user.language` and `user.country` for the application's runtime. Starting with GraalVM for JDK 24 `user.language` and `user.country` can also be overridden at runtime, provided the selected locale was included at image build time.
4646

4747

4848
ifdef::add-copy-button-to-env-var[]
@@ -53,7 +53,7 @@ Environment variable: `+++QUARKUS_DEFAULT_LOCALE+++`
5353
endif::add-copy-button-to-env-var[]
5454
--
5555
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Locale.html[Locale]
56-
|`Build system locale`
56+
|`Defaults to the JVM's default locale if not set. Starting with GraalVM for JDK 24, it defaults to en-US for native executables.`
5757

5858
|===
5959

0 commit comments

Comments
 (0)