-
Notifications
You must be signed in to change notification settings - Fork 730
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
Update com.ibm.autocvt to default to true unless file.encoding is set #19924
Conversation
Here are the results of the tests:
z/OS Build: [Build_JDK21_s390x_zos_Personal/1133] |
0678ea1
to
eb00e99
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update the commit message to avoid lines longer than 72 characters.
eb00e99
to
8c76fc4
Compare
Updated. Thanks. |
The z/OS specific com.ibm.autocvt property should default to true only if the file.encoding property is unset. If file.encoding is set to a specific charset or COMPAT, then we disable auto conversion to retain the same behaviour as JDK17 and earlier releases. Signed-off-by: Joran Siu <[email protected]>
8c76fc4
to
5dbfd87
Compare
This only affects z/OS for which we have no PR testing. |
The z/OS specific com.ibm.autocvt property should default to true only if the file.encoding property is unset. If file.encoding is set to a specific charset or COMPAT, then we disable auto conversion to retain the same behaviour as JDK17 and earlier releases.