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

HHH-16280 Fix Jackson XML mapper support for Oracle Array data types #6229

Closed
wants to merge 2 commits into from

Conversation

mbladel
Copy link
Contributor

@mbladel mbladel commented Mar 10, 2023

@mbladel
Copy link
Contributor Author

mbladel commented Mar 17, 2023

FTR there is an issue with how Jackson XML handles null strings inside arrays which causes them to be deserialized as empty values ("") instead. See FasterXML/jackson-dataformat-xml#584.

In the meantime we're using a custom deserializer as a workaround.

@sebersole
Copy link
Member

Have you checked if this works with #6268?

@sebersole
Copy link
Member

Nevermind, that one is failing. I'm going to integrate this one for CR4

@hibernate-github-bot
Copy link

Thanks for your pull request!

This pull request does not follow the contribution rules. Could you have a look?

❌ All commit messages should start with a JIRA issue key matching pattern HHH-\d+
    ↳ Offending commits: [fa54233]

› This message was automatically generated.

@sebersole
Copy link
Member

Integrated into main and 6.2

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.

3 participants