Does anyone have the full changelog of added/new features.
Here is the list: http://openjdk.java.net/projects/jdk9/
See http://download.java.net/java/jdk9/docs/api/java/util/zip/CR....
21–30 of 161 posts
Does anyone have the full changelog of added/new features.
Here is the list: http://openjdk.java.net/projects/jdk9/
See http://download.java.net/java/jdk9/docs/api/java/util/zip/CR....
So, uh, how many people are using Java 8? I still see projects using Java 5...
Are you serious? Even the worst shops I've been at have at least moved their JVMs to Java7 back around 2014. I mean you can take all your existing JARs from Java4 and run them on Java8 and nothing should break. Recompiling them might be another issue, but still not a huge one.
So, uh, how many people are using Java 8? I still see projects using Java 5...
The annoying thing is that Java 8 is the only currently supported version of the language. The glacial development speed somehow still manages to deprecate versions faster than they fall out of use.
The speed at which they stop freely supporting older versions feels much like a way to squeeze big, slow moving organizations for support contracts.
Earlier quoted context omitted.
Here is the list: http://openjdk.java.net/projects/jdk9/
Does anyone have a list of smaller gems that are not on that list? For example JDK 9 contains an implementation of the CRC32C-algorithm which can be used by web developers to create compact entity tags. I read somewhere that there is even hardware support for it but I'm unsure whether it's being utilized by the JRE. See http://download.java.net/java/jdk9/docs/api/java/util/zip/CR... .
The proposed ones "F Pro 9" might just make it on 10.
So, uh, how many people are using Java 8? I still see projects using Java 5...
In addition to benefiting from the new features, being up-to-date is good for recruiting. You tell someone they'll be working with Java 6 and (in the absence of other evidence) they'll assume it's a legacy product suffering from chronic under-investment. Not exactly the impression you want to give job seekers!
Does anyone have the full changelog of added/new features.
Here is the list: http://openjdk.java.net/projects/jdk9/
I'm really glad I get to do Scala development full time. Even with all the recent improvements to Java 8, I feel the future of Java isn't the language, but the JVM and all the other languages that run on top of it (Scala, Groovy, Clojure, JRuby, etc.)
So, uh, how many people are using Java 8? I still see projects using Java 5...
> I still see projects using Java 5... Are you serious? Even the worst shops I've been at have at least moved their JVMs to Java7 back around 2014. I mean you can take all your existing JARs from Java4 and run them on Java8 and nothing should break. Recompiling them might be another issue, but still not a huge one.
Earlier quoted context omitted.
The annoying thing is that Java 8 is the only currently supported version of the language. The glacial development speed somehow still manages to deprecate versions faster than they fall out of use.
While Java 8 is the only version that is freely supported from Oracle, it is still possible to buy commercial support for older versions of Oracle's Java platform. The speed at which they stop freely supporting older versions feels much like a way to squeeze big, slow moving organizations for support contracts.
So, uh, how many people are using Java 8? I still see projects using Java 5...
The vast majority of projects, at my employer. I personally upgraded several hundred JVMs running several dozen services - upgrading was simple and almost entirely painless. In addition to benefiting from the new features, being up-to-date is good for recruiting. You tell someone they'll be working with Java 6 and (in the absence of other evidence) they'll assume it's a legacy product suffering from chronic under-inv…
Or Android.
So, uh, how many people are using Java 8? I still see projects using Java 5...
> I still see projects using Java 5... Are you serious? Even the worst shops I've been at have at least moved their JVMs to Java7 back around 2014. I mean you can take all your existing JARs from Java4 and run them on Java8 and nothing should break. Recompiling them might be another issue, but still not a huge one.