| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
| <html> |
| <!-- |
| |
| Licensed to the Apache Software Foundation (ASF) under one or more |
| contributor license agreements. See the NOTICE file distributed with |
| this work for additional information regarding copyright ownership. |
| The ASF licenses this file to You under the Apache License, Version 2.0 |
| (the "License"); you may not use this file except in compliance with |
| the License. You may obtain a copy of the License at |
| |
| https://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| <head> |
| <title>Apache Felix - Apache Felix Project Info</title> |
| <link rel="icon" href="/res/favicon.ico"> |
| <link rel="stylesheet" href="/res/site.css" type="text/css" media="all"> |
| <link rel="stylesheet" href="/res/codehilite.css" type="text/css" media="all"> |
| <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> |
| </head> |
| <body> |
| <div class="title"> |
| <div class="logo"> |
| <a href="https://felix.apache.org/"> |
| <img border="0" alt="Apache Felix" src="/res/logo.png"> |
| </a> |
| </div> |
| <div class="header"> |
| <a href="https://www.apache.org/"> |
| <img border="0" alt="Apache" src="/res/apache.png"> |
| </a> |
| </div> |
| </div> |
| |
| <div class="menu"> |
| <style type="text/css"> |
| /* The following code is added by mdx_elementid.py |
| It was originally lifted from http://subversion.apache.org/style/site.css */ |
| /* |
| * Hide class="elementid-permalink", except when an enclosing heading |
| * has the :hover property. |
| */ |
| .headerlink, .elementid-permalink { |
| visibility: hidden; |
| } |
| h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style> |
| <p><a href="/news.html">News</a> <br /> |
| <a href="/license.html">License</a> <br /> |
| <a href="/downloads.cgi">Downloads</a> <br /> |
| <a href="/documentation.html">Documentation</a> <br /> |
| <a href="/documentation/community/project-info.html">Project Info</a> <br /> |
| <a href="/documentation/community/contributing.html">Contributing</a> <br /> |
| <a href="/sitemap.html">Site Map</a> <br /> |
| <a href="https://www.apache.org/">ASF</a> <br /> |
| <a href="https://www.apache.org/security/">Security</a> <br /> |
| <a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a> <br /> |
| <a href="https://www.apache.org/foundation/thanks.html">Sponsors</a> </p> |
| <iframe |
| src="https://www.apache.org/ads/button.html" |
| style="border-width:0; float: left" |
| frameborder="0" |
| scrolling="no" |
| width="135" |
| height="135"> |
| </iframe> |
| </div> |
| |
| <div class="main"> |
| <div class="breadcrump" style="font-size: 80%;"> |
| <a href="/">Home</a> » <a href="/documentation.html">Documentation</a> » <a href="/documentation/community.html">Community Documentation</a> |
| </div> |
| |
| <h1>Apache Felix Project Info</h1> |
| <style type="text/css"> |
| /* The following code is added by mdx_elementid.py |
| It was originally lifted from http://subversion.apache.org/style/site.css */ |
| /* |
| * Hide class="elementid-permalink", except when an enclosing heading |
| * has the :hover property. |
| */ |
| .headerlink, .elementid-permalink { |
| visibility: hidden; |
| } |
| h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style> |
| <p>There are different roles with which Felix community members may be associated, these roles are: users, contributors, committers, and Project Management Committee (PMC) members. These roles are assigned and assumed based on merit. Everyone in the Felix community can participate to whatever level they desire, but participating and the resulting merit gained is directly linked to the role an individual may obtain. To further understand how the Felix community operates, refer to the <a href="https://www.apache.org/foundation/how-it-works.html">Community Roles and Processes</a> document and/or join the <a href="#mailing-lists">mailing lists</a>.</p> |
| <h2 id="committers-and-project-management-committee-pmc">Committers and Project Management Committee (PMC)<a class="headerlink" href="#committers-and-project-management-committee-pmc" title="Permanent link">¶</a></h2> |
| <p>See Apache Phone Book: <a href="https://people.apache.org/phonebook.html?pmc=felix">Apache Felix Committers and PMC members</a></p> |
| <h3 id="past-members">Past members:<a class="headerlink" href="#past-members" title="Permanent link">¶</a></h3> |
| <ul> |
| <li>Niclas Hedhman (stepped down 1/26/2009)</li> |
| <li>Trustin Lee (stepped down 2/9/2008)</li> |
| <li>Upayavira (stepped down 9/11/2007)</li> |
| </ul> |
| <h2 id="source-code">Source Code<a class="headerlink" href="#source-code" title="Permanent link">¶</a></h2> |
| <p>This project uses <a href="https://git-scm.com/">git</a> to manage its source code. Instructions on git can be found at <a href="https://git-scm.com/docs">git docs</a>.</p> |
| <h3 id="web-access">Web Access<a class="headerlink" href="#web-access" title="Permanent link">¶</a></h3> |
| <p>The following is a link to the online source repository.</p> |
| <p><a href="https://github.com/apache/felix-dev">https://github.com/apache/felix-dev</a></p> |
| <h3 id="committer-and-anonymous-access">Committer and anonymous access<a class="headerlink" href="#committer-and-anonymous-access" title="Permanent link">¶</a></h3> |
| <p>The Felix source code can be checked out (anonymously) with the following command:</p> |
| <div class="codehilite"><pre><span class="nv">$ </span>git clone https://github.com/apache/felix-dev |
| </pre></div> |
| |
| |
| <h2 id="mailing-lists">Mailing lists<a class="headerlink" href="#mailing-lists" title="Permanent link">¶</a></h2> |
| <p>The following mailing lists have been established for Apache Felix. For each list, there is a subscribe, unsubscribe, and archive link.</p> |
| <table class="table"> |
| <thead> |
| <tr> |
| <th>Name</th> |
| <th>Subscribe</th> |
| <th>Unsubscribe</th> |
| <th>Archive</th> |
| </tr> |
| </thead> |
| <tbody> |
| <tr> |
| <td><em>Felix Users</em> - For people using Felix subprojects and/or developing bundles.</td> |
| <td><a href="mailto:users-subscribe@felix.apache.org">Subscribe</a></td> |
| <td><a href="mailto:users-unsubscribe@felix.apache.org">Unsubscribe</a></td> |
| <td><a href="https://www.mail-archive.com/users%40felix.apache.org/">www.mail-archive.com</a></td> |
| </tr> |
| <tr> |
| <td><em>Felix Dev</em> - For people interested in the internal development of Felix subprojects.</td> |
| <td><a href="mailto:dev-subscribe@felix.apache.org">Subscribe</a></td> |
| <td><a href="mailto:dev-unsubscribe@felix.apache.org">Unsubscribe</a></td> |
| <td><a href="https://www.mail-archive.com/dev%40felix.apache.org/">www.mail-archive.com</a></td> |
| </tr> |
| <tr> |
| <td><em>Felix Commits</em> - For people intested in Felix subproject code changes.</td> |
| <td><a href="mailto:commits-subscribe@felix.apache.org">Subscribe</a></td> |
| <td><a href="mailto:commits-unsubscribe@felix.apache.org">Unsubscribe</a></td> |
| <td><a href="https://www.mail-archive.com/commits%40felix.apache.org/">www.mail-archive.com</a></td> |
| </tr> |
| </tbody> |
| </table> |
| <h2 id="issue-tracking">Issue Tracking<a class="headerlink" href="#issue-tracking" title="Permanent link">¶</a></h2> |
| <p>This project uses <a href="https://www.atlassian.com/software/jira">JIRA</a>, a J2EE-based, issue tracking and project management application. We use it for bugs, tasks and code contributions.</p> |
| <p>Before creating a new issue, please make sure nobody has already added the issue you're reporting. When you do add an issue, please try to make it as informative as possible.</p> |
| <p>The issue tracker can be found at <a href="https://issues.apache.org/jira/browse/FELIX">https://issues.apache.org/jira/browse/FELIX</a></p> |
| <div class="timestamp" style="margin-top: 30px; font-size: 80%; text-align: right;"> |
| Rev. 1874737 by cziegeler on Tue, 3 Mar 2020 16:11:07 +0000 |
| </div> |
| <div class="trademarkFooter"> |
| Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project |
| logo are trademarks of The Apache Software Foundation. All other marks mentioned |
| may be trademarks or registered trademarks of their respective owners. |
| </div> |
| </div> |
| </body> |
| </html> |