Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

IdDescription (from maturity model)AssessmentCommitters agreeing with assessment
Code
CD10 The project produces Open Source software, for distribution to the public at no charge.YES. Project source code is licensed under Apache License version 2.0adina
CD20The project's code is easily discoverable and publicly accessible.YES. Search for "Apache Rya" easily finds the website https://rya.apache.org/ and GitHub mirror https://github.com/apache/incubator-ryaadina
CD30The code can be built in a reproducible way using widely available standard tools.YES. Maven is used to build Rya. Instructions for building the code can be found at https://github.com/apache/incubator-ryaadina
CD40The 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.YES. Using Git, repository available at https://git-wip-us.apache.org/repos/asf?p=incubator-rya.git. All releases are tagged.adina
CD50The provenance of each line of code is established via the source code control system, in a reliable way based on strong authentication of the committer. When third-party contributions are committed, commit messages provide reliable information about the code provenance.YES. Established via the git commit history. https://github.com/apache/incubator-ryaadina
Licenses and Copyright
LC10  The code is released under the Apache License, version 2.0.YES. Source distributions clearly state Apache License, version 2.0 https://github.com/apache/incubator-rya/blob/master/LICENSEadina
LC20Libraries that are mandatory dependencies of the project's code do not create more restrictions than the Apache License does.YES. The list of mandatory dependencies have been reviewed to have approved licenses only.adina
LC30The libraries mentioned in LC20 are available as Open Source software.YES. All mandatory dependencies are available as Open Source software.adina
LC40Committers 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.YES. All committers have an ICLA on file.adina
LC50The copyright ownership of everything that the project produces is clearly defined and documented.

YES. All appropriate files in the source repository have Apache License v2.0 headers.

Software Grant Agreement for the initial donations and Corporate CLAs have been filed.

adina
Releases
RE10 Releases consist of source code, distributed using standard and open archive formats that are expected to stay readable in the long term.YES. Source releases are distributed via http://www.apache.org/dyn/closer.lua/incubator/rya/ and linked from the project website https://rya.apache.org/download/adina
RE20Releases are approved by the project's PMC (see CS10), in order to make them an act of the Foundation.YES. All incubating releases have been approved by the Rya community and Incubator, with at least three Incubator PMC votes.adina
RE30Releases are signed and/or distributed along with digests that can be reliably used to validate the downloaded archives.YES. Releases are signed with a committer key, public pgp keys being available in KEYS file. Digests are available at https://www.apache.org/dist/incubator/rya/.adina
RE40Convenience binaries can be distributed alongside source code but they are not Apache Releases -- they are just a convenience provided with no guarantee.YES. Convenience binaries are only distributed via Maven Central https://search.maven.org/search?q=g:org.apache.ryaadina
RE50The release process is documented and repeatable to the extent that someone new to the project is able to independently generate the complete set of artifacts required for a release.YES. Release process is documented on Rya Confluence at How To Release Rya. Rya releases have been performed by three different release managers.adina
Quality
QU10  


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.

YES. All bugs are recorded in Apache's JIRA issue tracker at https://issues.apache.org/jira/browse/RYA.


adina
QU20The project puts a very high priority on producing secure software.YES. Security issues are treated with the highest priority, according to the CVE/Security Advisory procedure.adina
QU30The project provides a well-documented, secure and private channel to report security issues, along with a documented way of responding to them.We follow the generic Apache way of handling security issues. Per https://www.apache.org/security/ and https://www.apache.org/security/committers.htmladina
QU40The 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.YES. Release notes describe changes made by that release (extracted for Jira). The project aims to make no backward incompatible changes within a given major version.adina
QU50The project strives to respond to documented bug reports in a timely manner.TODO
Community
CO10The project has a well-known homepage that points to all the information required to operate according to this maturity model.YES. https://rya.apache.orgadina
CO20The community welcomes contributions from anyone who acts in good faith and in a respectful manner and adds value to the project.YES. Allcontributions are welcome and discussions on the mailing lists are courteous. adina
CO30Contributions include not only source code, but also documentation, constructive bug reports, constructive discussions, marketing and generally anything that adds value to the project.YES. The "Get involved" section on the website welcomes contributions in any category https://rya.apache.org/community/.adina
CO40The community is meritocratic and over time aims to give more rights and responsibilities to contributors who add value to the project.YES. Three Two new committers and PPMC members have been added during incubation, based on meritocracy.adina
CO50The 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.TODO
CO60The community operates based on consensus of its members (see CS10) who have decision power. Dictators, benevolent or not, are not welcome in Apache projects.YES. The project works to build consensus. All votes have been unanimous so far.adina
CO70The project strives to answer user questions in a timely manner.YES. This can be improved. TODO
Consensus Building
CS10The project maintains a public list of its contributors who have decision power -- the project's PMC (Project Management Committee) consists of those contributors.YES. https://rya.apache.org/community-members/ lists the committers. All committers are part of the PPMC. Rya project incubation status file at http://incubator.apache.org/projects/rya.html also lists all committersadina
CS20Decisions 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.YES. Mailing lists are used for discussions and decision making.adina
CS30Documented voting rules are used to build consensus when discussion is not sufficient. YES. The project uses the standard ASF voting rules. Voting rules are clearly stated before the voting starts for each individual vote.adina
CS40In 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.YES. The project did not use a veto so far.adina
CS50All "important" discussions happen asynchronously in written form on the project's main communications channel. Offline, face-to-face or private discussions that affect the project are also documented on that channel.YES. The project has been making important decisions on the project mailing lists. Synchronous discussions ("Rya office hours") were documented back on the dev mailing list.adina
Independence
IN10The project is independent from any corporate or organizational influence. YES. The project team gathers people from different companies.adina
IN20Contributors act as themselves as opposed to representatives of a corporation or organization.YES. The committers and contributors act as themselves not as representatives of their organization.adina




...