> The new Java release train means that there will be a new release of Java every six months. And when the next release comes out, the previous release is obsolete. > In practical terms it means that there are no more security updates from Oracle. What?!? If I have Java 9, I have to upgrade the day Java 10 is released to be secure? I have to do major (i.e. feature breaking) upgrades to get security updates? How is th…
Either patch it yourself, or pay Oracle for a support license.
Java 9 has six weeks to live
11–20 of 21 posts
Re: Java 9 has six weeks to live
#12> The new Java release train means that there will be a new release of Java every six months. And when the next release comes out, the previous release is obsolete. > In practical terms it means that there are no more security updates from Oracle. What?!? If I have Java 9, I have to upgrade the day Java 10 is released to be secure? I have to do major (i.e. feature breaking) upgrades to get security updates? How is th…
To be fair I think Oracle allows for 3-4 month overlapping period between versions.
Either you or joda.org are incorrect. Let's hope it's joda.org.
Re: Java 9 has six weeks to live
#13> The new Java release train means that there will be a new release of Java every six months. And when the next release comes out, the previous release is obsolete. > In practical terms it means that there are no more security updates from Oracle. What?!? If I have Java 9, I have to upgrade the day Java 10 is released to be secure? I have to do major (i.e. feature breaking) upgrades to get security updates? How is th…
To be fair I think Oracle allows for 3-4 month overlapping period between versions.
Re: Java 9 has six weeks to live
#14Earlier quoted context omitted.
Either patch it yourself, or pay Oracle for a support license.
Sounds reasonable to me. People who expect free support on an open source product mystify me.
Re: Java 9 has six weeks to live
#15on one hand, I'm pretty ok with this, it helps more understanding that "hey, you're several security patches behind!" rather than just hiding the information in a build number. what's not really clear at least from the article, how will new APIs be rolled out with this faster release cycle?
Re: Java 9 has six weeks to live
#16Re: Java 9 has six weeks to live
#17> The new Java release train means that there will be a new release of Java every six months. And when the next release comes out, the previous release is obsolete. > In practical terms it means that there are no more security updates from Oracle. What?!? If I have Java 9, I have to upgrade the day Java 10 is released to be secure? I have to do major (i.e. feature breaking) upgrades to get security updates? How is th…
Either patch it yourself, or pay Oracle for a support license.
Re: Java 9 has six weeks to live
#18on one hand, I'm pretty ok with this, it helps more understanding that "hey, you're several security patches behind!" rather than just hiding the information in a build number. what's not really clear at least from the article, how will new APIs be rolled out with this faster release cycle?
New APIs will be part of the every 6 months feature releases. Which means if you aren't on the LTS, you need to stay up with feature releases to get security updates after 6 months.
Re: Java 9 has six weeks to live
#19Re: Java 9 has six weeks to live
#20What are the practical problems Java apps typically run into when upgrading? Or is this more about not wanting to redeploy and test your app every 6 months?