You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar issues.
Version
0.9.0
Component(s)
Other, Java
Minimal reproduce step
I am trying to deserialize into the scala type: Map[String, String].
What did you expect to see?
No error
What did you see instead?
Failed to deserialize key:
* binary data *
due to exception: java.lang.ClassCastException: class scala.collection.immutable.HashMap cannot be cast to class scala.collection.Factory (scala.collection.immutable.HashMap and scala.collection.Factory are in unnamed module of loader 'app')"
Anything Else?
This issue did not appear to be present in java jdk 17, but only when we upgraded to jdk 21. There are no errors with jdk 21 and fury 0.7.0.
In 0.9.0 i've started using the new Scala serializers
I am working to provide more details. I want to test 3 scenarios:
jdk 21 fury 0.9.0 fury_core dep
jdk 21 fury 0.9.0 fury_scala dep (no scala serializers)
jdk 21 fury 0.9.0 fury_scala dep + scala serializers
I will report back my findings. And try to provide a more detailed reproduction code, however I have a suspicion that it may be a thread race condition. Alongside the failures to deserialize I also saw other errors.
Search before asking
Version
0.9.0
Component(s)
Other, Java
Minimal reproduce step
I am trying to deserialize into the scala type: Map[String, String].
What did you expect to see?
No error
What did you see instead?
Anything Else?
This issue did not appear to be present in java jdk 17, but only when we upgraded to jdk 21. There are no errors with jdk 21 and fury 0.7.0.
In 0.9.0 i've started using the new Scala serializers
I think there is an issue with the scala serializers.
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: