Skip to content
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

Doc for parameter quarkus.native.add-all-charsets #41877

Merged
merged 2 commits into from
Jul 16, 2024

Conversation

fugerit79
Copy link
Contributor

Proposed documentation for quarkus.native.add-all-charsets parameter from :

If all character sets should be added to the native image. This increases image size

To something like :

If all character sets should be added to the native image (Different from GraalVM option : -H:+AddAllCharsets; this flag enables quarkus extensions to do some specific work). This increases image size

In brief : we spent a lot of time finding out this options was fixing our issue with oracle connection from native image.

More informations on issue : #41876

@gsmet
Copy link
Member

gsmet commented Jul 13, 2024

Thanks for the suggestion. I think it makes perfect sense to add some clarifications.

I think it needs a bit of word tweaking though, I’ll have a look soon.

@fugerit79
Copy link
Contributor Author

@gsmet ok thanks for the feedback. Of course choose the sentence which you think are more fit :)

@gsmet
Copy link
Member

gsmet commented Jul 16, 2024

@fugerit79 can you have a look at the commit I just pushed? I think it should work for you but please be vocal if it wouldn't have helped you. Thanks!

@fugerit79
Copy link
Contributor Author

@fugerit79 can you have a look at the commit I just pushed? I think it should work for you but please be vocal if it wouldn't have helped you. Thanks!

It looks perfect to me. It seems a good idea to mention the jdbc-oracle extension.
Thanks

@quarkus-bot

This comment has been minimized.

@gsmet gsmet merged commit ecbc621 into quarkusio:main Jul 16, 2024
3 of 5 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.13 - main milestone Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants