Currently happy about Azul OpenJDK.
'Zulu', right? What's their angle?
Oracle’s Java 11 trap
51–60 of 244 posts
Re: Oracle’s Java 11 trap
#52A business cant afford to let devs just install software willy-nilly like.
Re: Oracle’s Java 11 trap
#53Java 11? At work we haven't even started to look at the migration from Java 8...
Re: Oracle’s Java 11 trap
#54Oracle seriously needs to be fought in court about this and their other actions. They're actively hostile to the whole tech community and their entire business model is based on trapping people into paying for things by not making their licenses clear or changing their licenses. I don't know why anyone would use any software made by Oracle these days, the alternatives and open implementations of their own systems ten…
How is that? The license is pretty clear, as stated in the article:
> You may not: use the Programs for any data processing or any commercial, production, or internal business purposes other than developing, testing, prototyping, and demonstrating your Application;
If you cannot understand that language you should not download or use the JDK.
Re: Oracle’s Java 11 trap
#55as long as openjdk remains open i dont mind
As long as OpenJDK remains open and maintained for a reasonable length of time , I don't mind. Right now it's looking good, but only thanks to Red Hat (et al.) and not Oracle.
Re: Oracle’s Java 11 trap
#56there is a GPL2 version of jdk11 here, does it make any difference? http://jdk.java.net/11
> http://jdk.java.net/11
That's an "OpenJDK" build provided by Oracle.But it is easy to get mixed up since it doesn't ACTUALLY say "OpenJDK" on that page.
Re: Oracle’s Java 11 trap
#57Currently happy about Azul OpenJDK.
'Zulu', right? What's their angle?
Taking a guess here, they probably realized there's demand among their customer base for plain OpenJDK builds with cheaper and/or more reasonable support offerings compared to Oracle's. And once you need to deliver those builds, it doesn't cost too much to let just anyone use them.
Re: Oracle’s Java 11 trap
#58Java 11? At work we haven't even started to look at the migration from Java 8...
We just made it TO Java 8.
I could guess, because I've been at companies doing the same. Active development and support on the product, but no time for tech debt.
Java 9 and up I understand people getting frustrated with a more frequent LTS release and these weird microreleases every year.
Re: Oracle’s Java 11 trap
#59I'm not sure Java is worth the effort at this point. If I'm going to have to keep updating every 6 months, I would rather use Go, which seems to have all that Java has to offer + the backing of a huge corporation.
Why do you have to "keep updating every 6 months"? Lots of projects stuck on java6, 7 or 8 without updating for years.
Anyway it's a misconception because it only applies to the Oracle JDK, OpenJDK still follows a different support structure I believe.
Re: Oracle’s Java 11 trap
#60> Download Oracle JDK (because that is what you've always done, and it is what the web-search tells you) What I've always done is install OpenJDK from the system's package manager :P
And that's good that package managers ship only openjdk. When I migrated to Linux I didn't know better but as "openjdk" was easier to install than Oracle JDK I used "openjdk". It turns out it works very well, actually I can't tell the difference.