layout: page title: Process Tracking has_toc: false nav_order: 30

{%- comment -%} 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

http://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. {% endcomment %}

{%- assign projects_by_date = site.data.project_array | sort: “retirement_date” | reverse %} {%- assign list_date_fmt = “%b %Y” %}

The Apache Attic Process Tracking


This page lists projects in descending Retirement Date order and shows the Completion Date of the project's move to the Attic along with the Attic JIRA ticket used to track the move. {: .fs-5}

Useful links:

{% assign no_of_years = 20 %}

{% for year in site.data.years_array limit: no_of_years -%} {{year[‘year’]}}{: .btn style=“font-family:SFMono-Regular;” }  {%- endfor -%}

{% for year in site.data.years_array limit: no_of_years %}

Attic {{year[‘year’]}}

Retirement MonthCompletedProjectTrackingType
{% for project in year.projects %}
{%- out%}{{ project.retirement_datedate: list_date_fmt }}{{ project.attic_datedate: list_date_fmt }}
{%- out -%}[{{ project.project_apachename }}]({%- link {{project.project_idprepend: “projects/”append: “.html”}} -%})
{%- out -%}[{{ project.attic_issue }}]({{ project.attic_issue_link }}){{project.project_type}}
{% else -%}
{%- out%}     
{% endfor %}

{% endfor %}