Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "4.5 Component Reorganization"

(Component Classifications)
(Proposed Component Organization)
Line 37: Line 37:
 
** Memory Manager
 
** Memory Manager
 
** X-Ray Profiler
 
** X-Ray Profiler
 +
 +
* The following Technology Preview components will not change:
 +
** API Recorder Framework
 +
** Build-to-Manage Toolkit for .NET
 +
** C/C++ Code Review Provider
 +
 +
* All other components are GA components.
  
 
== Notes ==
 
== Notes ==

Revision as of 07:43, 23 November 2007

Introduction

As discussed at the TPTP F-2-F, we are reorganizing several components to accommodate the change in resources for 4.5.

The reorganization will be completed in 4.5 I4 (see 4.5 Schedule).

Component Classifications

  • General Availability (GA): Core components for use by the user community and/or adoption by consuming products.
    • Compatibility: See the TPTP API Contract.
    • Testing: Full test coverage per iteration and maintenance release. See the TPTP Test Pass Criteria.
    • Support: Enhancements, defects and community support (e.g. news group and mailing list posts).
  • Technology Preview: Incubator components for evaluation and experimentation by the user community and consuming products.
  • As-is: Previously GA or Technology Preview components no longer supported.
    • Compatibility: None.
    • Testing: None.
    • Support: None.

Proposed Component Organization

  • The following GA components will move to As-is:
    • Perfmon (monitoring agent and statistical views) (see bug 208586).
    • Manual Test (test type, runner, and Manual Test View) (see bug 207777).
    • BIRT Reports (test, log, and trace BIRT report generators) (see bug 210576).
    • RCP Log Analyzer and Symptom Catalog Editor (see bug 209057).
  • The following Technology Preview components will move to As-is:
    • Automated GUI Recording (AGR) (recorder, test type, and runner) (see bug 210577).
  • The following deprecated Technology Preview components will be retired (see bug 210579):
    • Code Coverage
    • Memory Manager
    • X-Ray Profiler
  • The following Technology Preview components will not change:
    • API Recorder Framework
    • Build-to-Manage Toolkit for .NET
    • C/C++ Code Review Provider
  • All other components are GA components.

Notes

  • As-is components will occasionally be built and packaged.
  • Existing defects for as-is components will be returned as WONTFIX as there is no commitment from the project or current commiters to address them in a reasonable time frame.
  • Re-activation and contribution will be considered if there is community support.
  • Preferably only GA and Technology Preview components should be promoted and presented at conferences, during webinars, and on the TPTP web site.
  • The as-is section on the TPTP download site will contain the following disclaimer:

Previously General Availability (GA) or Technology Preview components are primarily provided for prior users but imply no support (for example, defects, news group, and mailing lists). There is no commitment to triage or resolve and defects opened. In order to be considered, submitted patches should include test cases as well as code to support the fix.

Back to the top