-
Notifications
You must be signed in to change notification settings - Fork 48
1.0.x branch (inadvertently?) dropped support for Java 6 & 7 and Scala 2.10 #79
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
Comments
I do care about keeping the Scala 2.11.x promise of working on JDK 6; so by implication, I think as long as Swing 2.0.x supports Scala 2.11, it should also compile on JDK 6. We can be more relaxed about Travis, but I should at least see if I can |
Oh well, I can't even install OpenJDK 6 on Debian Stretch without major hassle. So I actually won't be able to compile on JDK 6 any more, anyways. And thus, no objection changing to sbt 1.x for Swing 2.0.x |
okay, cool! |
Im for a pragmatic balance between effort to maintain vs support for
existing legacy users. That means I’m jdk8 and swing 2.x focused until we
have users raising tickets otherwise.
…On Mon, 7 May 2018 at 6:11 am, Seth Tisue ***@***.***> wrote:
okay, cool!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#79 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAF05J4RKj5SmladlNBgqG_pfXgsSjomks5tv1jRgaJpZM4Tz8l1>
.
|
it came up over at scala/sbt-scala-module#32 that @Sciss thought scala-swing was built on Java 6. I thought it was too, and the repo readme here claims it is.
but it isn't. it was, but at some point, it changed, perhaps inadvertently. I looks to me like changes were made on the 1.0.x branch that should probably only been made on 2.0.x. this included building on JDK 8 only and also dropping support for Scala 2.10, which the readme also claims 1.0.x supports.
as for the related sbt version issue:
The text was updated successfully, but these errors were encountered: