| <!DOCTYPE html> |
| <head> |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| <meta charset="utf-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| |
| <!-- No caching headers --> |
| <meta http-equiv="cache-control" content="no-cache"/> |
| <meta http-equiv="pragma" content="no-cache"/> |
| <meta http-equiv="expires" content="-1"/> |
| <meta name="keywords" content="DB, Derby, JDO, Torque, Apache"/> |
| <meta name="description" content="Apache DB"/> |
| |
| <title>PMC Bylaws</title> |
| |
| <link rel="icon" type="image/png" href="https://www.apache.org/img/feather_glyph_notm.png"/> |
| |
| <!-- |
| Apache DB Documentation Template |
| ================================== |
| This template derived various aspects from Apache Deltaspike template, the Apache ISIS template and the Datanucleus template. |
| This template uses |
| * Bootstrap v3.3.7 (https://getbootstrap.com/) for navbar. |
| * Asciidoctor "foundation" CSS |
| * Bootswatch "cosmo" theme for Bootstrap (https://bootswatch.com/cosmo). |
| * Bootstrap TOC plugin v0.4.1 (https://afeld.github.io/bootstrap-toc/) for the table of contents. |
| * jQuery (necessary for Bootstrap's JavaScript plugins) |
| * Font-Awesome for some icons used by Asciidoctor |
| NOTE: tried using Font-Awesome CSS hosted locally but then fails to work! |
| --> |
| <link href="css/bootswatch/3.3.7/bootstrap-cosmo.css" rel="stylesheet"/> |
| <link href="css/bootstrap-toc/0.4.1/bootstrap-toc.min.css" rel="stylesheet"/> |
| |
| <link href="css/asciidoctor/foundation.css" rel="stylesheet"/> |
| <link href="css/datanucleus_theme.css" rel="stylesheet"/> |
| |
| <!-- font awesome currently not used, uncomment and add fonts into /font-awesome-4.7.0/fonts folder --> |
| <!-- link href="css/font-awesome-4.7.0/css/font-awesome.min.css" rel="stylesheet"/ --> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <script src="js/jquery/1.12.4/jquery.min.js"></script> |
| <script src="js/bootstrap/3.3.7/bootstrap.min.js"></script> |
| <script src="js/bootstrap-toc/0.4.1/bootstrap-toc.min.js"></script> |
| |
| <!-- Coderay syntax formatter --> |
| <style type="text/css"> |
| /*! Stylesheet for CodeRay to loosely match GitHub themes | MIT License */ |
| pre.CodeRay{background:#f7f7f8} |
| .CodeRay .line-numbers{border-right:1px solid;opacity:.35;padding:0 .5em 0 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none} |
| .CodeRay span.line-numbers{display:inline-block;margin-right:.75em} |
| .CodeRay .line-numbers strong{color:#000} |
| table.CodeRay{border-collapse:separate;border:0;margin-bottom:0;background:none} |
| table.CodeRay td{vertical-align:top;line-height:inherit} |
| table.CodeRay td.line-numbers{text-align:right} |
| table.CodeRay td.code{padding:0 0 0 .75em} |
| .CodeRay .debug{color:#fff!important;background:navy!important} |
| .CodeRay .annotation{color:#007} |
| .CodeRay .attribute-name{color:navy} |
| .CodeRay .attribute-value{color:#700} |
| .CodeRay .binary{color:#509} |
| .CodeRay .comment{color:#998;font-style:italic} |
| .CodeRay .char{color:#04d} |
| .CodeRay .char .content{color:#04d} |
| .CodeRay .char .delimiter{color:#039} |
| .CodeRay .class{color:#458;font-weight:bold} |
| .CodeRay .complex{color:#a08} |
| .CodeRay .constant,.CodeRay .predefined-constant{color:teal} |
| .CodeRay .color{color:#099} |
| .CodeRay .class-variable{color:#369} |
| .CodeRay .decorator{color:#b0b} |
| .CodeRay .definition{color:#099} |
| .CodeRay .delimiter{color:#000} |
| .CodeRay .doc{color:#970} |
| .CodeRay .doctype{color:#34b} |
| .CodeRay .doc-string{color:#d42} |
| .CodeRay .escape{color:#666} |
| .CodeRay .entity{color:#800} |
| .CodeRay .error{color:#808} |
| .CodeRay .exception{color:inherit} |
| .CodeRay .filename{color:#099} |
| .CodeRay .function{color:#900;font-weight:bold} |
| .CodeRay .global-variable{color:teal} |
| .CodeRay .hex{color:#058} |
| .CodeRay .integer,.CodeRay .float{color:#099} |
| .CodeRay .include{color:#555} |
| .CodeRay .inline{color:#000} |
| .CodeRay .inline .inline{background:#ccc} |
| .CodeRay .inline .inline .inline{background:#bbb} |
| .CodeRay .inline .inline-delimiter{color:#d14} |
| .CodeRay .inline-delimiter{color:#d14} |
| .CodeRay .important{color:#555;font-weight:bold} |
| .CodeRay .interpreted{color:#b2b} |
| .CodeRay .instance-variable{color:teal} |
| .CodeRay .label{color:#970} |
| .CodeRay .local-variable{color:#963} |
| .CodeRay .octal{color:#40e} |
| .CodeRay .predefined{color:#369} |
| .CodeRay .preprocessor{color:#579} |
| .CodeRay .pseudo-class{color:#555} |
| .CodeRay .directive{font-weight:bold} |
| .CodeRay .type{font-weight:bold} |
| .CodeRay .predefined-type{color:inherit} |
| .CodeRay .reserved,.CodeRay .keyword{color:#000;font-weight:bold} |
| .CodeRay .key{color:#808} |
| .CodeRay .key .delimiter{color:#606} |
| .CodeRay .key .char{color:#80f} |
| .CodeRay .value{color:#088} |
| .CodeRay .regexp .delimiter{color:#808} |
| .CodeRay .regexp .content{color:#808} |
| .CodeRay .regexp .modifier{color:#808} |
| .CodeRay .regexp .char{color:#d14} |
| .CodeRay .regexp .function{color:#404;font-weight:bold} |
| .CodeRay .string{color:#d20} |
| .CodeRay .string .string .string{background:#ffd0d0} |
| .CodeRay .string .content{color:#d14} |
| .CodeRay .string .char{color:#d14} |
| .CodeRay .string .delimiter{color:#d14} |
| .CodeRay .shell{color:#d14} |
| .CodeRay .shell .delimiter{color:#d14} |
| .CodeRay .symbol{color:#990073} |
| .CodeRay .symbol .content{color:#a60} |
| .CodeRay .symbol .delimiter{color:#630} |
| .CodeRay .tag{color:teal} |
| .CodeRay .tag-special{color:#d70} |
| .CodeRay .variable{color:#036} |
| .CodeRay .insert{background:#afa} |
| .CodeRay .delete{background:#faa} |
| .CodeRay .change{color:#aaf;background:#007} |
| .CodeRay .head{color:#f8f;background:#505} |
| .CodeRay .insert .insert{color:#080} |
| .CodeRay .delete .delete{color:#800} |
| .CodeRay .change .change{color:#66f} |
| .CodeRay .head .head{color:#f4f} |
| </style> |
| </head> |
| <body data-spy="scroll" data-target="#toc"> |
| <!-- Navbar --> |
| <nav class="navbar navbar-default navbar-static-top"> |
| <div class="container"> |
| <div class="navbar-header"> |
| <!-- Three line menu button for use on mobile screens --> |
| <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> |
| <span class="sr-only">Toggle navigation</span> |
| <span class="icon-bar"></span> |
| <span class="icon-bar"></span> |
| <span class="icon-bar"></span> |
| </button> |
| <!-- 'style' added to align image with navbar. FIX THIS --> |
| <a class="navbar-brand" href="https://db.apache.org/"> |
| <div style="display: flex; align-items: center; margin-top: -12px;"> |
| <img alt="Brand" style="height: 45px; padding-right: 5px" src="https://www.apache.org/img/feather_glyph_notm.png"/> |
| <label style="margin-bottom: 0px; font-weight: normal;">Apache DB</label> |
| </div> |
| </a> |
| <!-- TODO Any way to abstract the version from Maven? --> |
| <!-- a class="navbar-brand" href="index.html">Apache DB</a --> |
| </div> |
| <!-- Navbar that will collapse on mobile screens --> |
| <div id="navbar" class="navbar-collapse collapse"> |
| <ul class="nav navbar-nav"> |
| <li class="dropdown"> |
| |
| <!-- menu item General --> |
| |
| |
| <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">General<span class="caret"></span></a> |
| |
| <ul class="dropdown-menu"> |
| <li><a href="index.html">About / News</a></li> |
| <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li> |
| <li><a href="mail.html">Mailing Lists</a></li> |
| <li><a href="whoweare.html">Who We Are</a></li> |
| <li><a href="source-repos.html">Source Repositories</a></li> |
| <li><a href="sitemap.html">Sitemap</a></li> |
| </ul> |
| </li> |
| |
| <!-- menu item Subprojects --> |
| |
| <li class="dropdown"> |
| |
| <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Subprojects<span class="caret"></span></a> |
| |
| <ul class="dropdown-menu"> |
| <li><a href="https://db.apache.org/jdo/">JDO</a></li> |
| <li><a href="https://db.apache.org/torque/">Torque</a></li> |
| <li role="separator" class="divider"></li> |
| <li>  Retired Subprojects</li> |
| <li role="separator" class="divider"></li> |
| <li><a href="https://db.apache.org/derby/">Derby</a></li> |
| <li><a href="https://db.apache.org/ddlutils/">DdlUtils</a></li> |
| <li><a href="http://attic.apache.org/projects/ojb.html">ObJectRelationalBridge</a></li> |
| </ul> |
| </li> |
| |
| <!-- menu item The Foundation --> |
| |
| <li class="dropdown"> |
| |
| <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">The Foundation<span class="caret"></span></a> |
| |
| <ul class="dropdown-menu"> |
| <li><a href="https://www.apache.org">Apache</a></li> |
| <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> |
| <li><a href="https://www.apache.org/foundation/sponsorship.html">Donate</a></li> |
| <li><a href="https://www.apache.org/security">Security</a></li> |
| <li><a href="https://www.apache.org/foundation/how-it-works.html">How It Works</a></li> |
| </ul> |
| </li> |
| |
| </ul> |
| <!-- 'style' added to fix height of input box. FIX THIS --> |
| <form class="navbar-form navbar-right" role="search" id="search-form" action="https://www.google.com/search" method="get" style="padding: 1px 15px;"> |
| <div class="form-group"> |
| <input name="sitesearch" value="db.apache.org" type="hidden"> |
| <input name="q" type="text" class="form-control" placeholder="Search" style="margin-top: 7px; padding: 1px; border-radius: 5px; height: 30px; vertical-align: middle;"> |
| </div> |
| </form> |
| </div> |
| </div> |
| </nav> |
| <div class="container"> |
| |
| <!-- No TOC --> |
| <div class="row-fluid"> |
| <div class="col-sm-12"> |
| |
| <!-- no heading --> |
| |
| <div id="doc-content"> |
| <div class="sect1"> |
| <h2 id="_project_management_committee_bylaws">Project Management Committee Bylaws</h2> |
| <div class="sectionbody"> |
| <div class="paragraph"> |
| <p>The Project Management Committee (PMC) was formed by the Apache Board on 17 |
| July 2002. The bylaws were last amended on 6 October 2004. There is no preset |
| number of seats on the PMC. The PMC will strive to add every committer within |
| DB that, in the opinion of the PMC as determined by a vote, displays the |
| capability and desire to help guide the DB project. The PMC will nominate a |
| chairperson from amongst their ranks for presentation to the Board. The list |
| of current members can be found in our <a href="whoweare.html">Project Credits</a>.</p> |
| </div> |
| <div class="sect2"> |
| <h3 id="_roles">Roles</h3> |
| <div class="paragraph"> |
| <p>The PMC is responsible for the strategic direction and success of the DB |
| Project. This governing body is expected to ensure the project’s welfare and |
| guide its overall direction. The PMC may not necessarily participate in the |
| day-to-day coding but is involved in the overall development plans, the |
| alleviation of any bottlenecks, the resolution of conflicts, and the overall |
| technical success of the project.</p> |
| </div> |
| <div class="paragraph"> |
| <p>The PMC is answerable to the Apache Board with its Chairman serving as |
| primary liaison.</p> |
| </div> |
| </div> |
| <div class="sect2"> |
| <h3 id="_meetings">Meetings</h3> |
| <div class="paragraph"> |
| <p>The PMC discusses issues and determines strategic direction via mail list. |
| All binding votes happen on the PMC list.</p> |
| </div> |
| </div> |
| <div class="sect2"> |
| <h3 id="_membership">Membership</h3> |
| <div class="paragraph"> |
| <p>PMC members may resign at any time. A committer will remain on the DB PMC |
| until removed by desire of the committer, action of the board, or vote by the |
| PMC. The Chairman may resign as Chairman at any time without resigning |
| membership to the PMC. The chairperson will serve until voluntary |
| resignation, action of the board, or vote by the PMC. The Chairman or any |
| member may be removed from the PMC by a 3/4 vote of the PMC.</p> |
| </div> |
| <div class="paragraph"> |
| <p>In order to be elected to the PMC, a person must have served as a |
| <a href="roles.html">Committer</a> and be nominated by a PMC Member. The nominee must |
| receive 3/4 positive vote with a minimum of 3 positive votes. Abstaining PMC |
| voters do not affect the result.</p> |
| </div> |
| </div> |
| <div class="sect2"> |
| <h3 id="_creation_of_subprojects">Creation of Subprojects</h3> |
| <div class="paragraph"> |
| <p>PMC members may propose the creation of new subprojects. Creation of a new |
| subproject requires approval by 3/4 positve vote with a minimum of 3 positive |
| votes of the PMC. Abstaining PMC voters do not affect the result. New code |
| enters the DB project in accordance with ASF policy.</p> |
| </div> |
| </div> |
| <div class="sect2"> |
| <h3 id="_voting">Voting</h3> |
| <div class="paragraph"> |
| <p>The call for a vote on issues not detailed here may specify requirements for |
| passage. The minimum and default requirement for a passing vote is a simple |
| majority of PMC members casting ballots. The default voting period is 10 days |
| and the minimum is 7 days unless the success or failure is arithmetically |
| known.</p> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| |
| </div> |
| |
| <footer style="color:#fff; background-color:#222222; padding: 5px;"> |
| <div class="container"> |
| <p class="text-center" style="margin-top:16px">Copyright © 2005-2025 Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" title="Apache License">Apache License, Version 2.0.</a></p> |
| <p class="text-center" style="margin-top:16px">Apache, Apache DB, Apache Derby, Apache Torque, Apache JDO, Apache DDLUtils, the Derby hat logo, the Apache JDO logo, and the Apache logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p> |
| </div> |
| </footer> |
| |
| </body> |
| </html> |