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

bridge Snapshot deserialization for Scala 2.11 #16659

Closed
rkuhn opened this issue Jan 15, 2015 · 0 comments · Fixed by #16660
Closed

bridge Snapshot deserialization for Scala 2.11 #16659

rkuhn opened this issue Jan 15, 2015 · 0 comments · Fixed by #16660
Assignees
Milestone

Comments

@rkuhn
Copy link
Contributor

rkuhn commented Jan 15, 2015

scala.Option changed its serialVersionUID between 2.10 and 2.11, but the change itself is completely harmless. We can retain the ability to read SnapshotHeader objects by working around the UID alone.

@rkuhn rkuhn added this to the 2.4-M1 milestone Jan 15, 2015
@rkuhn rkuhn self-assigned this Jan 15, 2015
@rkuhn rkuhn added the 3 - in progress Someone is working on this ticket label Jan 15, 2015
rkuhn added a commit that referenced this issue Jan 15, 2015
This needs to be done differently for Scala 2.10 and 2.11 since
scala.Option’s serialVersionUID changed between these series.
rkuhn added a commit that referenced this issue Jan 15, 2015
This needs to be done differently for Scala 2.10 and 2.11 since
scala.Option’s serialVersionUID changed between these series.
rkuhn added a commit that referenced this issue Jan 16, 2015
This needs to be done differently for Scala 2.10 and 2.11 since
scala.Option’s serialVersionUID changed between these series.
rkuhn added a commit that referenced this issue Jan 16, 2015
This needs to be done differently for Scala 2.10 and 2.11 since
scala.Option’s serialVersionUID changed between these series.
rkuhn added a commit that referenced this issue Jan 16, 2015
This needs to be done differently for Scala 2.10 and 2.11 since
scala.Option’s serialVersionUID changed between these series.
rkuhn added a commit that referenced this issue Jan 16, 2015
=per #16659 fix deserialization of SnapshotHeader AND SWITCH TO Scala 2.11.4
ktoso pushed a commit to ktoso/akka that referenced this issue Feb 6, 2015
This needs to be done differently for Scala 2.10 and 2.11 since
scala.Option’s serialVersionUID changed between these series.
ktoso pushed a commit to ktoso/akka that referenced this issue Aug 3, 2015
This needs to be done differently for Scala 2.10 and 2.11 since
scala.Option’s serialVersionUID changed between these series.
@ktoso ktoso removed the 3 - in progress Someone is working on this ticket label Jan 8, 2016
johanandren added a commit to johanandren/akka that referenced this issue Oct 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants