Open amjarmed opened 4 years ago
Readme still states it doesn't support JDK over 8, maybe clarify this on the front page?
Absolutely, I'll update it :)
@edvin does it imply official release with JDK11+ supporting ?)
There is no official release yet, but 2.0.0-SNAPSHOT is available with JDK11+ support via oss.sonatype.org.
Is there any timeline for release 2.0.0-SNAPSHOT (perhaps RC) ?
We could absolutely do an RC release. I don't remember if there were any showstoppers, will look into it when I find the time and try to push an RC release asap.
Are there any news about the RC release? And are the latest updates from the master already merged into the jdk10
branch?
And: I seem to be too stupid to find the snapshot... I couldn't find it on jcenter, maven search or mvnrepository.
@bgmf #1162
I haven't had time to do an RC release yet, sorry. What we need right now is someone familiar with the framework who could help with releases etc so we can move things forward even when I'm a bit too busy. I really don't want people to loose interest in TornadoFX, it's absolutely both viable and a good option for desktop UI - and will be going forward.
@edvin are there any suggestions / thoughts / dreams / updates about the terms of TornadoFX 2.0 release for now ? just interesting because the project itself is interesting :)
No change from my last statement I'm afraid. I still have very little time to work on it unfortunately. Breaks my heart, but there is nothing I can do right now to make more time for it as my situation stands. If somebody would step up and take charge of releases for a while we'd be back on track pretty quickly I believe.
As an FYI, Ive started to help @edvin on this when I can. We are using it for JDK 11 so Im motivated to push this along. The jsk10 branch works pretty well and we hope to do an official 2.0 release when edvin can.
Preview of our app... https://twitter.com/GoToTags/status/1252735155938054144?s=20
Are there any news on this task?
With the problems with some Linux distributions with OpenJDK 8 + OpenJFX, I would like to be able to migrate to Java 11+, but I see that this repository had no commits after May, and I fear it had been abandoned. @edvin @ctadlock
Are there any news on this task? I simply have moved to plain JavaFX and with few factory-methods have managed to get type-safe dsl like UI code.
I simply have moved to plain JavaFX and with few factory-methods have managed to get type-safe dsl like UI code.
Thanks. If the project is abandoned, I will follow you too =-)
We too will/must follow because we think that the project is abandoned ... what is really bad
Checkout branch jdk10, set maven.compiler.source and maven.compiler.target in pom.xml to value 13 - done.