What's the problem with javafx >= 11? I just he...
# tornadofx
s
What's the problem with javafx >= 11? I just heard it was a separate component now, so that means we have to ship it as a jar on deployment?
r
It's a little bit more complicated than that. The modularization of 9 mixed with the externalization of 11 have all sorts of side effects. There's also the concern of potentially having to support both an 8 and 11+ branch as many people are stuck on 8 for one reason or another.
r
JAXB was removed from the base JRE
j
Java 12 is already out 😞
b
When I see the pain moving from Python 2 to 3 despite the not so big changes… I can't imagine how people are going to deal with the 8->11 move
j
Rip the band aid off... 🙂 I prefer to get it over with sooner rather than later if I can.
b
well I have less problems with my handful of users 😉
j