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

Reintroducing Db2 z/os support #1204

Merged
merged 1 commit into from
Jun 22, 2022
Merged

Conversation

mswatosh
Copy link
Contributor

@mswatosh mswatosh commented Jun 22, 2022

Fixes #1131

At some point support for Db2 z/os was broken, this PR reintroduces support by separating the initial handshake request to two packets, using the response from the first packet to determine if we are talking to z/os, and if so switching from EBCDIC to UTF8.

There are 3 tests still failing with Db2/z, which will be addressed in a follow up issue: #1205

@mswatosh
Copy link
Contributor Author

@vietj can you review this? I'm hoping to make it into 4.3.2

@vietj
Copy link
Member

vietj commented Jun 22, 2022

LGTM I will merge it

@vietj vietj merged commit 57162ef into eclipse-vertx:master Jun 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DB2 - sending back 500: java.lang.IllegalStateException: Found unknown codepoint: 0x1153 / 4435
2 participants