Handing Hudson over to the Eclipse Foundation

When the Hudson/Jenkins split occurred in February, many Jenkins supporters pointed to Oracle as having some deeply evil and self-interested goal behind its sudden assertion that the project needed to become more stable and couldn’t move to GitHub. At the time, it certainly appeared this way, and Oracle took a beating from the open-source community for what was perceived as its attempt to usurp the project and try to make it into some sort of product it could sell.

Turns out, this wasn’t really the case at all: Oracle really was concerned with Hudson’s lack of stability over time. And it turns out that a lot of other developers were worried about the same thing. After all the noise and conflict, both Hudson and Jenkins are, essentially, moving in exactly the same direction: long-term support releases will be hosted on GitHub, and every quarter should see a new stable release of each project.

So what’s the only real difference between the two anymore? Well, now Hudson is under a real open-source foundation’s umbrella, and Jenkins remains on its own. While Jenkins will become more stable and see more attention paid to release versions, at the end of the day, it’s going to remain a project led by one man, while Hudson will now be a committee-driven enterprise-level software project. And there’s plenty of room for each approach in this big world of Java continuous integrations.

Pushing OpenJDK as the Java SE 7 reference implementation

TCK kerfuffle aside, Oracle has remained committed to the OpenJDK. And with the news that OpenJDK will be the official reference implementation of the Java SE 7 specification, the company solidified its commitment to open-source Java. It could very easily have built its own Java internally and sold it in a manner similar to what Sun did. But instead, Oracle is keeping the primary version of the language’s environment open source and under the GPL.

Now, it should be noted that the TCK it’s offering to the OpenJDK is not being offered to the Apache Foundation. There is still a great deal of animosity between Oracle and the Harmony project. Harmony is a full implementation of Java SE 5 and some of Java SE 6, but neither forms of the project have ever passed a TCK due to the field-of-use restrictions involved therein. The TCK license still limits the range of devices onto which an approved Java can be deployed, and mobile devices are somewhat disallowed by the license.

Of course, it should also be noted that Oracle was one of the first members of the JCP to object to the TCK license terms. Unfortunately, it hasn’t fixed them. Yet.

#!

Open-sourcing JRockit

It’s been a while since Oracle moved out new software from the OpenJDK. Of course, JRockit isn’t new software, but it’s new to Sun. Or, the former Sun. Instead of just pulling in neat features from the HotSpot JVM, Oracle has merged the features of JRockit and HotSpot, bringing the OpenJDK a best-of-breed JVM.

To that end, last month, Oracle open-sourced JRockit under the Binary Code License, an odd little open-source license used by Sun. Oracle has modified the license a bit, but provided it’s used for developing and not deploying, it makes JRockit free software. Developers will still have to pay for a license if they want to commercially deploy the software, but it’s nice to know they now have access to multiple JVMs without having to sign up for a service contract or a developer program to gain access to alternatives.

IDEs

Oracle has had, for some time now, three IDEs: Eclipse, JDeveloper and NetBeans. Frankly, after the company acquired Sun, many wrote off NetBeans as destined for the scrap heap. But it wasn’t.

Last month, Oracle updated the Java IDE to version 7.0, and added a host of new features and polish. This new version remains free and open-source software, despite Oracle’s reputation for juicing every last penny out of every last asset. JDeveloper, too, was updated last month, and with it came new supports specific to Oracle’s software stack.

That in and of itself was refreshing. Rather than muddy the NetBeans waters, Oracle has kept very distinct lines drawn among its three IDEs: NetBeans for cutting-edge Java, JDeveloper for Oracle-specific development, and Eclipse for everyone else. It’s a nice strategy that gives developers plenty of choice and keeps people in their favorite IDEs.

#!

Not screwing up VirtualBox

I had a source ask me a month or so ago, “Why hasn’t Oracle ruined VirtualBox yet?” My answer at the time was, “They’re going in alphabetical order.” But as it turns out, Oracle seems not to have any nefarious plans for this desktop virtualization hypervisor.

It’s gaining popularity among open-source developers who want to quickly test out cloudy software on their desktop. In fact, VirtualBox is at the heart of Vagrant, an excellent desktop build and deploy system beloved by developers for its one-click style of taking a project and pushing it onto a VM for testing.

VirtualBox remains awesome software. It’s a terrific tool and it’s available on multiple platforms for free. Frankly, it’s commercial-quality software that the company continues to distribute for free. And they haven’t even litigated over it yet!