-
Notifications
You must be signed in to change notification settings - Fork 767
Add new com.ibm.autocvt property for z/OS file tagging support #19772
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
Conversation
@keithc-ca : Thanks, I've updated the PR with your suggested changes. Here are the combinations and respective results:
|
Please fix the commit message: lines in the body should be no more than 72 characters long; see https://github.com/eclipse/omr/blob/master/CONTRIBUTING.md#commit-guidelines. |
As part of better handling of JEP400 constraints on z/OS, the com.ibm.autocvt property is added to control whether we convert input file I/O based on file tagging. If not explicitly specified, the property defaults to true, unless file.encoding is set to COMPAT. Signed-off-by: Joran Siu <[email protected]>
Fixed commit message under: a1d86d1 |
Jenkins compile amac jdk23 |
As part of better handling of JEP400 constraints on z/OS, the com.ibm.autocvt property is added to control whether we convert input file I/O based on file tagging. If not explicitly specified, the property defaults to true, unless file.encoding is set to COMPAT.