Dudes and Dudettes, Things Just Got Better!

Oh my god. The amount of FUD concerning the JDK licensing for JDK 11 is just amazing.

So, unless I’ve missed something, Oracle does the following:

  1. Contributes pretty much all of the closed source technologies (or what was originally to become closed source) of the Oracle JDK to OpenJDK, for example giving the community:
    • JDK Flight Recorder
    • JDK Mission Control
    • ZGC
    • …and probably more stuff I can’t think of right now
  2. Ensures the Oracle JDK and the OpenJDK builds are virtually indistinguishable, except for licensing
  3. Moves to, from what I’ve been told, a very competitively priced subscription model (as opposed to the rather, IMHO, highly priced Java SE Advanced licenses)
  4. Starts providing a free OpenJDK build (which includes all these donated technologies)
  5. Provides uncountable man hours of maintaining and innovating the Java platform
  6. Ensures that the community knows where to find the free bits by linking to them, and slaps on a bright yellow warning sign, so that everyone can see that the licensing has changed:

    image

And how does the community react, you wonder? Yep, that’s right. “Oracle is the Devil”, “This is a bait and switch operation” etc. Ad nauseum.

So, this is my personal take on open source: if I like a certain open source technology, and it helps me in my work, I support it. Either by contributing, or by paying (gasp) money for it. Especially if I would like the technology to thrive in the future. Technologies that are not supported, tend to die and be forgotten. I have personally, for a very long time, paid a yearly contribution of 35$ to Eclipse. And that is even though my team, and countless of other teams at Oracle, have contributed to various Eclipse projects over the years. And, no, Eclipse does not provide me support for it.

Summary

Oracle gives away countless of highly regarded technologies and starts releasing free OpenJDK builds. Parts of the Java community throws a fit.

4 Responses to "Dudes and Dudettes, Things Just Got Better!"

  1. Trey says:

    Lets be fair, Oracle did well by contributing several features/technologies to OpenJDK. And that is great, it puts OpenJDK on par with what developers have come to expect from the free side of the past OracleJDK. But, it is the way they made notice of the change that is a little slimy. In that bright yellow box they could have easily said that “OracleJDK was no longer free for production use; Please review terms for details” and give a link to OpenJDK for those that really don’t want to pay Oracle for production use.

    The problem isn’t that Oracle is now charging for use in production, it is that the notification isn’t clear _enough_ and the fear is that some devops team that isn’t aware of the change will download and install the new JDK in production environments as part of a routine test/upgrade plan; and subsequently Oracle, with a team of well funded lawyers, will suddenly pop up with a demand for payment which can not be avoided by simply rolling back to the previous JDK because there is no leeway given in the terms. And the terms seem precisely written for this sort of surprise tactic.

  2. Marcus says:

    Well, personally I think the bright yellow box is rather clear. If Oracle worded it differently, I think more people would have (sometimes deliberately) misunderstood it as “Oracle is now charging for Java”, rather than “Oracle is now providing a totally free Java”. Which seems to be happening anyways, so I don’t know. Also, Oracle, like all large companies, is a pretty thankful target. If Oracle doesn’t use precise language (lawyerese), it usually ends badly.

    Knowing some of the people behind making all of this goodness happening, I am 100% sure there is no sneaky intent behind it.

  3. Vincent says:

    “pretty much all of the closed source”: so why didn’t they open sourced WebStart too?

  4. Marcus says:

    I would guess because it was already removed in the release where all this work was targeted. I would also guess that there is little interest for Oracle to pay the cost for maintaining WebStart and keeping it secure; I’d imagine many of the security bugs end up being related to that functionality. Nowadays, with the ability to jlink together, and embed, your own custom runtimes, I would imagine the interest has decreased even more. Applets aren’t that hot either these days. 😉 And since everyone wants Java for free, I can’t imagine the resources available growing anytime soon. That said, this is all pure speculation from my point, and the answer is that I really don’t know.

Leave a Reply

Your email address will not be published. Required fields are marked *