This is an assessment of the Johnzon podling’s maturity, meant to help inform the decision (of the mentors, community, Incubator PMC and ASF Board of Directors) to graduate it as a top-level Apache project.
It is based on the ASF project maturity model at https://community.apache.org/apache-way/apache-project-maturity-model.html
Dev list acknowledged by lazy consensus it was time to graduate for Johnzon. The fact we released a lot was one factor making this choice obvious.
Mentors and community members are encouraged to contribute to this and comment on it.
The project produces Open Source software, for distribution to the public at no charge.
OK: by nature.
The project’s code is easily discoverable and publicly accessible.
OK: http://johnzon.incubator.apache.org/source-repository.html gives all the details.
The code can be built in a reproducible way using widely available standard tools.
OK: the build uses Maven and continuous integration (Jenkins) is used.
The full history of the project’s code is available via a source code control system, in a way that allows any released version to be recreated.
OK: Using Git, main repository at https://git-wip-us.apache.org/repos/asf/incubator-johnzon.git, releases are cut from that repository.
Libraries that are mandatory dependencies of the project’s code do not create more restrictions than the Apache License does.
OK: no direct dependencies which are not ASF ones so by transitivity we are good.
Committers are bound by an Individual Contributor Agreement (the "Apache iCLA") that defines which code they are allowed to commit and how they need to identify code that is not their own.
OK
Releases consist of source code, distributed using standard and open archive formats that are expected to stay readable in the long term.
OK
Releases are approved by the project’s PMC (see CS10), in order to make them an act of the Foundation.
OK
Releases are signed and/or distributed along with digests that can be reliably used to validate the downloaded archives.
OK
The project is open and honest about the quality of its code. Various levels of quality and maturity for various modules are natural and acceptable as long as they are clearly communicated.
OK
The project provides a well-documented channel to report security issues, along with a documented way of responding to them.
The project puts a high priority on backwards compatibility and aims to document any incompatible changes and provide tools and documentation to help users transition to new features.
OK: being based on a EE specification the main API is stable and when we changed our implementation we mitigated the side effects for the end users (Adapter/Converter deep change recently doesnt affect them for instance).
The project has a well-known homepage that points to all the information required to operate according to this maturity model.
OK: http://johnzon.incubator.apache.org/ for now http://johnzon.apache.org/ when graduated.
The community welcomes contributions from anyone who acts in good faith and in a respectful manner and adds value to the project.
OK, the community is working well in this respect, we got several contributions through JIRA/mailing-list.
Contributions include not only source code, but also documentation, constructive bug reports, constructive discussions, marketing and generally anything that adds value to the project.
Not yet relevant? Was mainly bugfixes.
The community is meritocratic and over time aims to give more rights and responsibilities to contributors who add value to the project.
OK. List of commmitters and PPMC members has grown during incubation.
The way in which contributors can be granted more rights such as commit access or decision power is clearly documented and is the same for all contributors.
OK, based on the standard ASF docs.
The community operates based on consensus of its members (see CS10) who have decision power. Dictators, benevolent or not, are not welcome in Apache projects.
OK
The project maintains a public list of its contributors who have decision power — the project’s PMC (Project Management Committee) consists of those contributors.
OK: will be at http://home.apache.org/phonebook.html?ctte=johnzon-pmc once the project graduates.
Decisions are made by consensus among PMC members and are documented on the project’s main communications channel. Community opinions are taken into account but the PMC has the final word if needed.
OK, big changes were discussed on the list before implementation or uncertain ones where discussed before or after in a sane context.
Documented voting rules are used to build consensus when discussion is not sufficient.
OK, using the standard ASF voting process, http://www.apache.org/foundation/voting.html
In Apache projects, vetoes are only valid for code commits and are justified by a technical explanation, as per the Apache voting rules defined in CS30.
OK, vetoes haven’t been used.