Skip to content

Commit

Permalink
Merge pull request #41877 from fugerit79/issue-41876
Browse files Browse the repository at this point in the history
Doc for parameter quarkus.native.add-all-charsets
  • Loading branch information
gsmet committed Jul 16, 2024
2 parents fdbcaf1 + 5b4eab8 commit ecbc621
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,12 @@ public interface NativeConfig {
String fileEncoding();

/**
* If all character sets should be added to the native image. This increases image size
* If all character sets should be added to the native executable.
* <p>
* Note that some extensions (e.g. the Oracle JDBC driver) also take this setting into account to enable support for all
* charsets at the extension level.
* <p>
* This increases image size.
*/
@WithDefault("false")
boolean addAllCharsets();
Expand Down

0 comments on commit ecbc621

Please sign in to comment.