uzh / signal-collect

A framework for scalable graph computing.
www.signalcollect.com
Apache License 2.0
148 stars 32 forks source link

Release for Scala 2.12 #173

Open cshapeshifter opened 7 years ago

cshapeshifter commented 7 years ago

If S/C is still being maintained :)

pstutz commented 7 years ago

Currently not working on it. Cross-publishing to 2.12 would be rather tedious with Maven, I think.

cshapeshifter commented 7 years ago

FYI I migrated S/C to Scala 2.12: https://github.com/cshapeshifter/signal-collect/tree/scala-2.12-akka-2.5.4-migration

I had to rip out anything to do with Kryo though because of some strange errors. akka-kryo-serialization is officially compatible only with akka 2.4, but should be binary compatible with akka 2.5.4 which I use in this branch. Still, there are some strange errors, and I don't use Kryo so I removed it. All tests pass.

I'll keep this branch up to date for a while at least.

I also added a build.sbt and updated any and all dependencies to their latest versions.

All changes: https://github.com/cshapeshifter/signal-collect/commit/e1338a97e3810f765bb9c798b5961d749b89b497