InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Apache JCK Request Hits 90 Days without Resolution

Posted by Andy Roberts on Jul 30, 2007

Sections
Development
Topics
Java ,
JCP Standards
Tags
Java SE
More than three months have passed since Geir Magnusson Jr., VP of Apache Harmony, published an open letter to Sun Microsystems demanding that they should remove "unacceptable" restrictions in the Java Compatibility Kit (JCK) license. Sun initially offered a quick and brief  'let us think about it' response while also reminding developers that were working hard on opening their own Java code via OpenJDK.  At present 90 days have passed with no further response.

This development has not been a huge shock to the Apache Foundation - the two parties have been locked in behind-the-scenes negotiations for several months regarding the JCK to no avail. Apache feels that Sun is contravening the agreements which govern the Java Community Process (JCP).

Another milestone that has passed is Apache's 30 day demand for Sun to give relent to Apache's demands or explain their position. The letter however omitted to mention what the 'or else' repercussions would be. Some members of the open source community where anxious that the tone of the letter was a little too aggressive. Dalibor Topic wrote on the Classpath mailing list:
I could have spent Sun's PR team's time trashing Sun in public for having a proprietary TCK license, written open letters, and what not. I've made fun of Sun's 'Read Only' license for the TCK, back when it was released, for example. That didn't have any influence on that particular license, as far as I can tell, despite my best attempts at stand up comedy.

Trying to 'shame' a multi-billion dollar corporation into making one's wishes true doesn't really work, as far as I've seen it, and usually just pisses the very people off one's trying to work with constructively. Been there, done that, learned from it during the Harmony founding excursion.
Many were happy for Apache to stand up for their beliefs, yet now fear that by not reacting to their own self-imposed deadline they are looking somewhat impotent. There is a lot of activity within the Harmony mailing lists trying to elaborate what their new position should be in light of this crisis. The Harmony community is voting on proposals to withdraw from JSRs which do not conform to an "open" process, such as those which require signing non-disclosure agreements (NDAs). While this seems reasonable for an organisation built on openness, NDAs have been a necessary evil in order to ensure the Apache organisation remained relevant within the JCP process. It's a bitter pill to swallow, after all, the goal of Harmony is to create a certified Java implementation, and this can only happen if they accept the requirements stipulated by the specification-lead.

There was hope that OpenJDK would force Sun to level the playing field with regard to open access to the JCK. Andrew C Oliver has been keeping a close eye the events as they have been unfolding and offers a good summary. He offers an curious perspective on Sun's motivation for their license restrictions:
An interesting note is that Sun's own Open JDK is not subject to these "Field of Use" restrictions although it is licensed under the GPLv2 (plus special exceptions to propagating the GPL to linked components) and a special Binary License. This points more to a financial motive than legal.
Voting against JSR's with Sun as the spec lead by Niall P Posted
Re: Voting against JSR's with Sun as the spec lead by Ben Loud Posted
Re: Voting against JSR's with Sun as the spec lead by Niall P Posted
  1. Back to top

    Voting against JSR's with Sun as the spec lead

    by Niall P

    Not quite no consequence - Apache voted No to JSR 316 and looks to be heading the same way for JSR 317 and 318.

  2. Back to top

    Re: Voting against JSR's with Sun as the spec lead

    by Ben Loud

    Indeed, and I think that behaviour is discraceful. The JSR's they're voting NO on have nothing to do with the Java SE JSR and they dont have the TCK licensing issue, so Apache are now voting no against every Sun-led JSR purely as a protest, even when there's nothing wrong with the JSR they're voting on. Geir Magnusson argues that the spec lead (Sun) is in violation of the JSPA. Well, he may have an argument for the specific JSR that he has an issue with, but in the cases of JSRs 316, 317 and 318 they are clearly not.

    Should a new JSR be submitted, such as Java SE 7, that contains the TCK licensing problem, then of course it would be reasonable to vote no on that. But using no votes on unrelated JSRs this way is immoral and an abuse of the JCP process.

    That being said, I think Apache has a valid complaint. I just dont agree with them using protest votes.

  3. Back to top

    Re: Voting against JSR's with Sun as the spec lead

    by Niall P

    Its disappointing its come to this, but the telling thing IMO is Sun's lack of response. If Sun had a defensible argument you can bet they would have rolled it out PDQ. The silence for over 90 days is tantamount to an admission that they're in the wrong - so IMO the disgraceful label should be applied to Sun.

Educational Content

Jesper Boeg on Priming Kanban

In this interview, Jesper Boeg, author of the new InfoQ book – Priming Kanban, discusses the keys to using Kanban effectively, and how to get started if you are currently using other approaches.

New-age Transactional Systems - Not Your Grandpa's OLTP

John Hugg discusses high volume transaction processing applications with high and low frequency profiles, and how VoltDB can be used for that purpose.

Cool Code

Kevlin Henney examines code samples to see what can be learned from them starting from the premise that one won’t write great code unless he knows how to read it.

Collaboration: At the Extremities of Extreme

Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.

Yesod Web Framework

Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.