All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.runtime.LocalesBuildTimeConfig.jdp Maven / Gradle / Ivy

There is a newer version: 3.17.5
Show newest version
io.quarkus.runtime.LocalesBuildTimeConfig.defaultLocale=Default locale that can be consumed by the extensions.\n

\nThe locale must be specified in the IETF BCP 47 format e.g. en-US or fr-FR.\n

\nFor instance, the Hibernate Validator extension makes use of it.\n

\nNative-image build uses this property to derive {@code user.language} and {@code user.country} for the application's\nruntime. io.quarkus.runtime.LocalesBuildTimeConfig.locales=The set of supported locales that can be consumed by the extensions.\n

\nThe locales must be specified in the IETF BCP 47 format e.g. en-US or fr-FR.\n

\nFor instance, the Hibernate Validator extension makes use of it.\n

\nNative-image build uses it to define additional locales that are supposed\nto be available at runtime.\n

\nA special string "all" is translated as ROOT Locale and then used in native-image\nto include all locales. Image size penalty applies.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy