enragedginger / akka-quartz-scheduler

Quartz Extension and utilities for cron-style scheduling in Akka
Other
559 stars 114 forks source link

Remove support for scala 2.11 #97

Closed benwaffle closed 4 years ago

benwaffle commented 4 years ago

Akka 2.6.0 removes support for scala 2.11, so this project no longer builds under scala 2.11

enragedginger commented 4 years ago

Oh, good catch on this. It's interesting that all of our tests passed though when I built the Akka 2.6 + Scala 2.11 version.

There's still a good number of folks using Scala 2.11 thanks to Apache Spark. But I don't believe there's a use case for running Spark and the akka-quartz-scheduler in the same JVM, so I'm cool with ditching Scala 2.11.

If anyone is stuck on Scala 2.11 for some reason and requires features only present in newer versions of this library, please open an issue / PR and we'll see what we can do.