-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Offer a way to control the list of locale embedded in GraalVM native image #5244
Comments
I'm a big +1 on this one as it's a major issue. But AFAIK, there's no options for that in GraalVM for now. |
See also #5269 : timezones |
Is there's a chance we can have this feature someday soon ? |
Blocked by oracle/graal#2908 |
Citing from https://medium.com/graalvm/graalvm-21-1-96e18f6806b :
It would be nice if Quarkus had config options for end users and BuildItems for extension authors to leverage the new options of the native compiler. |
related to oracle/graal#8295 |
@Karm is #36876 solving this ? and any comment on how it would be affected by oracle/graal#8295 |
@maxandersen Yes, #37106 fixed that. I will take a look. I am kind of surprised this is an issue though. It seemed solved. You include what you need and move on. |
I don't think we offer a facility to describe the list of locale a user wants in his native image. Something like
quarkus.native.locale=en_EN,fr-FR
driving native-image would be useful.CC @dmlloyd @stuartwdouglas
The text was updated successfully, but these errors were encountered: