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

4.5 Component Reorganization

Revision as of 14:23, 22 November 2007 by Sluiman.ca.ibm.com (Talk | contribs) (keeping the guidlines compliant with open source practices.)

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.
    • Compatibility: See the TPTP API Contract.
    • Testing: Smoke test coverage per iteration and maintenance release. See the TPTP Test Pass Criteria.
    • Support: Defects and reduced community support (e.g. news group and mailing list posts).
  • 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

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