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

Wildcard/underscore serialization issue Mapping Exception #1250

Open
ktruong5 opened this issue Mar 15, 2023 · 0 comments
Open

Wildcard/underscore serialization issue Mapping Exception #1250

ktruong5 opened this issue Mar 15, 2023 · 0 comments

Comments

@ktruong5
Copy link

ktruong5 commented Mar 15, 2023

I have a case class with Option[Map[_, _]] and it is working with tests passing with Scala 2.13.4. I have upgraded to any Scala version 2.13.X (after 2.13.6) and it fails with the following error.

org.json4s.package$MappingException: Unexpected type info ExistentialType()

I have also changed the Map[Any, Any] and Map[String, String] and my test passes.

What is the reason for this behavior?

org.json4s version 3.5.5 and 3.6.12

Scala version 2.13.4 and versions greater than 2.13.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant