devoxx be 2013 'betterrev: social participation in openjdk

19
Betterrev: Social Participation in OpenJDK Daniel Bryant (@taidevcouk) Richard Warburton (@RichardWarburto) Martijn Verburg (@karianna) London Java Community

Upload: daniel-bryant

Post on 22-Jan-2015

265 views

Category:

Technology


0 download

DESCRIPTION

Slides from the Betterrev BOF hosted at the awesome Devoxx conference in Belgium

TRANSCRIPT

Page 1: DEVOXX BE 2013 'Betterrev: Social Participation in OpenJDK

Betterrev: Social Participation in OpenJDK

Daniel Bryant (@taidevcouk)

Richard Warburton (@RichardWarburto)

Martijn Verburg (@karianna)

London Java Community

Page 2: DEVOXX BE 2013 'Betterrev: Social Participation in OpenJDK

Tonight’s Agenda

OpenJDK – Java for the people!

Contributing to OpenJDK is easy… right?

The problem, and our planned solution

Progress so far…

Future work – we need your help!

This is a BOF session– We encourage questions and discussion!

Page 3: DEVOXX BE 2013 'Betterrev: Social Participation in OpenJDK

What is OpenJDK?

Is everyone familiar with the OpenJDK?– Free and open source implementation of Java SE

– Reference Implementation for JDK since Java 7

– Code split into various Mercurial repos (jdk, Hotspot, nashorn…)

Has anyone built it locally?– On MS Windows…

Page 4: DEVOXX BE 2013 'Betterrev: Social Participation in OpenJDK

Building OpenJDK

Java used extensively (and others… C++ etc)

Ensuring quality– We all Unit Test our code (…right?)

– Essential for a platform/SDK like Java

Jtreg - “Regression Test Harness”

– Think Unit (and Integration) Testing for the JDK

– TestNG / JUnit / Shell scripts

– Some good code coverage (some bad!)

Page 5: DEVOXX BE 2013 'Betterrev: Social Participation in OpenJDK

Test Coverage Report

http://sticky.uwcs.co.uk/ojdk/coveragereport/Courtesy of John Oliver (@johno_oliver)

Page 6: DEVOXX BE 2013 'Betterrev: Social Participation in OpenJDK

Contributing to OpenJDK is easy…

Sign OCA

Download the codebase

Find something interesting to work on– Bug database/tracker/Jira

– Write new tests

– Re-write old tests

– Get inspiration from the mailing lists (50+!)

Page 7: DEVOXX BE 2013 'Betterrev: Social Participation in OpenJDK

Contributing to OpenJDK is easy…right?

Find a sponsor

Submit a patch– Include comments, code changes and jtreg tests

– Generate a “webrev”

– Wait for feedback…

This is a slow (and perhaps unintuitive) process– Why can’t I just fork and pull?

Page 8: DEVOXX BE 2013 'Betterrev: Social Participation in OpenJDK

Not quite social coding…

http://docs.joomla.org/Dvcs

Page 9: DEVOXX BE 2013 'Betterrev: Social Participation in OpenJDK

Is it anti-social???

http://www.rottenecards.com/card/32253/im-not-anti-social-im-se

Page 10: DEVOXX BE 2013 'Betterrev: Social Participation in OpenJDK

The problems…

Doesn’t quite feel like “social coding” should…– You’re working on an island

– Modifications not visible to the world

– Discussions not close to code

Testing is difficult– Added complexity of working with a VM/SDK

– Does patch works across all platforms/permutations?

– Coding standards

Page 11: DEVOXX BE 2013 'Betterrev: Social Participation in OpenJDK

Our Goals

“To encourage contributions to OpenJDK"

Streamline the whole process– More social…

Ensure (and assist with) quality– Lack of test coverage, incorrect code style

– Easier to test across platforms/permutations

Provide visible feedback for community

Page 12: DEVOXX BE 2013 'Betterrev: Social Participation in OpenJDK

Architecture – Grand Vision

Page 13: DEVOXX BE 2013 'Betterrev: Social Participation in OpenJDK

Progress so far…

“Betterev” web app nearing completion– Built in Play 2 framework (not ideal…)

Event-driven architecture– Utilising Akka to build event-bus

Planning Test Farm implementation– Servers aren’t free!

Personal Challenges– Large scope needs large time commitments

– Communication and organisation are vital!

Page 14: DEVOXX BE 2013 'Betterrev: Social Participation in OpenJDK

Opening page

Page 15: DEVOXX BE 2013 'Betterrev: Social Participation in OpenJDK

Pull Review details

Page 16: DEVOXX BE 2013 'Betterrev: Social Participation in OpenJDK

Future Work

Deploy alpha release– Complete web app (what to do with Play??)

– Implement build farm (DevOps magic)

Start demonstrating this tool– Get some “buy in”…

LJC working hard to commit more time…

Page 17: DEVOXX BE 2013 'Betterrev: Social Participation in OpenJDK

Please do get involved!

We need passionate Java developers like you!– What’s better than helping to make contributing to

your favourite language easier?

Find us on Bitbucket– https://bitbucket.org/adoptopenjdk/betterrev

Join our Google Group:– https://groups.google.com/forum/#!forum/betterrev

Page 18: DEVOXX BE 2013 'Betterrev: Social Participation in OpenJDK

Please do get involved!

Web Resources– http://openjdk.java.net/

– https://java.net/projects/adoptopenjdk/

– https://groups.google.com/forum/#!forum/adopt-openjdk

Contact Us:– Daniel Bryant (@taidevcouk)

– Richard Warburton (@RichardWarburto)

– Martijn Verburg (@karianna)

Page 19: DEVOXX BE 2013 'Betterrev: Social Participation in OpenJDK

A shout out to the LJC and IBM…

Thanks to the LJC for supporting this– Martijn Verburg

– Richard Warburton

– Mani Sarkar

– Edward Wong

Thanks also to IBM