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

add (broken) test for XML serialization of Scala Iterator #636

Closed
wants to merge 4 commits into from

Conversation

pjfanning
Copy link
Member

@pjfanning pjfanning commented May 15, 2023

Relates to FasterXML/jackson-dataformat-xml#597

Scala Iterator class does not implement Java Iterator interface but offers a similar API.

The proposed changes in FasterXML/jackson-dataformat-xml#597 won't work for Scala Iterators.

This is not a major problem - noone is complaining yet. Probably not many Scala users using jackson-dataformat-xml and if they are, they probably are not very likely to use Iterators in their DTOs.

@cowtowncoder
Copy link
Member

Sounds like a good idea to me.

@pjfanning pjfanning marked this pull request as draft May 15, 2023 23:07
@pjfanning pjfanning closed this Jun 18, 2023
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.

2 participants