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
Ruckus
03/26/2019, 3:28 PM
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
ron
03/26/2019, 5:12 PM
JAXB was removed from the base JRE
j
jchildress
03/26/2019, 5:38 PM
Java 12 is already out 😞
b
bjonnh
03/26/2019, 5:50 PM
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
jchildress
03/26/2019, 5:52 PM
Rip the band aid off... 🙂 I prefer to get it over with sooner rather than later if I can.
b
bjonnh
03/26/2019, 5:53 PM
well I have less problems with my handful of users 😉