Project Plan For Mylyn, version 3.9

Introduction

The mission of the Mylyn project is to provide:

  1. Frameworks and APIs for Eclipse-based task and Application Lifecycle Management (ALM)
  2. Exemplary tools for task-focused programming within the Eclipse IDE.
  3. Reference implementations for open source ALM tools used by the Eclipse community and for open ALM standards such as OSLC

The project is structured into sub-projects, each representing an ALM category and providing common APIs for specific ALM tools. The primary consumers of this project are ALM ISVs and other adopters of Eclipse ALM frameworks.

Please see the project charter for more details.

Release Deliverables

The Mylyn project coordinates a release of all participating sub-projects.

  • Mylyn Builds 1.1
    • Builds Framework
    • Hudson/Jenkins Connector
    • Builds SDK
  • Mylyn Commons 3.9
    • Discovery Framework
    • Identity Framework
    • Interaction Monitoring Framework
    • Notification Framework
    • Repository Framework
    • Transport Framework
    • HTTP Transport
    • SOAP Transport
    • XML-RPC Transport
    • UI Toolkit
    • Commons SDK
  • Mylyn Context 3.9
    • Focused UI
    • Eclipse IDE Bridge
    • Java Development Bridge
    • Plug-in Development Bridge
    • Team Support Bridge
    • C/C++ Development Bridge
    • Context SDK
  • Mylyn Docs 1.8
    • WikiText
    • HtmlText
    • EPUB
    • Docs SDK
    • WikiText SDK
    • EPUB SDK
  • Mylyn Reviews 2.0
    • Reviews Framework
    • Gerrit Connector
    • Reviews SDK
  • Mylyn Tasks 3.9
    • Task List
    • Bugzilla Connector
    • Trac Connector
    • Tasks SDK
    • Tasks Tests SDK
  • Mylyn Versions 1.1
    • Versions Framework
    • CVS Connector
    • Git Connector
    • Subclipse Connector
    • Versions SDK

The following repositories are supported:

  • Bugzilla 3.6.13, 4.0.10, 4.2.5, 4.4
  • Trac 0.11.7, 0.12.5, 1.0.1
  • Hudson 2.2.1, 3.0, 3.0.1
  • Jenkins 1.466.2, 1.480.3, 1.509.1
  • Gerrit 2.4.2, 2.5.4

Table of Contents

Release Milestones

The plan and roadmap dates are listed in the Mylyn Calendar (view as iCal or html ) and on the Eclipse project timeline .

3.9 RC12013-05-22
Release Candidate (API and Feature Complete)
3.9 RC22013-05-29
Release Candidate
3.9 RC32013-06-05
Release Candidate (API Freeze)
3.9 RC42013-06-12
Release Candidate (Final Build)
3.92013-06-26
Major Release

Service Releases

3.9.1 2013-07-24
Service Release
3.9.2 2013-09-27
Service Release (Kepler SR1)
3.9.3 2014-02-28
Service Release (Kepler SR2)

Tentative Plan

3.10 2014-06-27
Major Release (Luna)

Ramp Down

After RC1 is released, builds will be produced weekly until the 3.9 release. In the RC phase only bugs marked P2 or higher or severity major or higher will be fixed. APIs will not change except to address critical fixes based on integrator feedback, until RC3, at which point APIs will be frozen.

Table of Contents

Target Environments

Mylyn is designed to run on version 1.6 of the Java Runtime Environment, Standard Edition.

Support for Java 1.5 has been discontinued.

Mylyn 3.9 will support the following Eclipse releases:

  • Eclipse 3.8
  • Eclipse 4.2
  • Eclipse 4.3
Support for Eclipse 3.7 has been discontinued.

Test Platforms
Operating System OS Version Architecture Window System Java Platform Eclipse Release
Manual Tests
Ubuntu Linux 12.04 x86-64 GTK Sun Java 2 Standard Edition 6.0 Eclipse 4.3 (latest milestone)
Microsoft Windows 7 x86-64 Win32 Sun Java 2 Standard Edition 5.0 Eclipse 3.7.2
Apple Mac OS X 10.7 x86-64 Cocoa Apple Java 2 Platform Standard Edition 6 Eclipse 3.7.2
Automated Tests
Ubuntu Linux 10.04 x86-64 GTK Sun Java 2 Standard Edition 7.0 Eclipse 3.8, 4.2, 4.3

Internationalization

Strings in all non-incubation plug-ins and features will be externalized and available for translation through Eclipse Babel.

Table of Contents

Compatibility with Previous Releases

API Contract Compatibility: Mylyn 3.9 will be backward compatible with Mylyn 3.0.

Binary (plug-in) Compatibility: Mylyn 3.9 will be binary compatible with Mylyn 3.0.

Source Compatibility: Mylyn 3.9 will not by be source compatible with previous versions.

Workspace Compatibility: We intend to keep Mylyn 3.9 upwards workspace-compatible with all versions higher than Mylyn 2.0 unless noted. This means that workspaces created with Mylyn 2.0 can be successfully opened by Mylyn 3.9 and upgraded to a 3.7 workspace.

Table of Contents

Themes and Priorities

In addition to using the planned themes listed below, we continue prioritizing the ongoing input of our growing user community.

Builds

Integration of continuous integration and build systems and seamless access to software build and assembly technologies. Mylyn users will be able to access continuous integration processes, control build execution and associate build results with tasks and context.

  • Proposed

    • support Hudson 3.0 [393141] (target milestone: 1.1)
    • support Hudson 3.0.1 (was: NPE when reading job) [404275] (target milestone: 1.1)

Commons

Framework of common UI, web service, REST and test utilities to be used by the rest of Mylyn and by other Eclipse-based tools.

  • Proposed

    • [api] support user defined categories in Team Repositories view [335790] (target milestone: 3.9)

Context

Usage monitoring, degree-of-interested modeling and the task-focused user extensions implementation for the Eclipse UI, which re-aligns the user experience around tasks and provides features such as workspace focusing and one-click multitasking.

  • Deferred

    • Include breakpoints from the current context into the context data [155333] (target milestone: 3.10)

Docs

Eclipse-based access to documentation systems such as Wikis and other portals. This builds on the Mylyn WikiText framework.

  • Proposed

    • split context dependencies into separate bundle from o.e.m.wikitext.tasks.ui [404858] (target milestone: 1.8.0)
    • Support Markdown in WikiText [329528] (target milestone: 1.8.0)

Reviews

Eclipse-based code review functionality that's seamlessly integrated with the Tasks and SCM systems supported by Mylyn. Eclipse integration for Agile code reviews, the formal IEEE code review process, review reports with BIRT and aim to support many Eclipse artifact for reviews, e.g. JDT (Java files), CDT (C/C++ files), EMF (models).

  • Proposed

    • Define a common model for reviews [324327] (target milestone: 2.0)
    • indicate whether each file is modified, deleted, or renamed [383359] (target milestone: 2.0)
    • [model] Implement EMF Edit support [400165] (target milestone: 2.0)
    • design generic remote API for retrieving review details [400167] (target milestone: 2.0)
    • [model] [editor] Provide EMF Edit Support for Review Editor [400270] (target milestone: 2.0)
    • support Gerrit 2.5 [393798] (target milestone: 2.0)

Tasks

Integration with Agile, issue, bug and defect tracking servers. Mylyn Tasks provides rich task editing, task list management and offline synchronization for ALM servers. Central portion of the ALM integration framework used by other projects, eg, task-based changed tracking for the SCM project.

  • Proposed

    • support deleting of Trac repository tasks [404961] (target milestone: 3.9)
    • [api] provide scrollbar to task repository properties page [253142] (target milestone: 3.9)
    • add "Requirements" as new team category [378031] (target milestone: 3.9)
    • prompt users to disable "Show subtasks not Matching Query" [360055] (target milestone: 3.9)
    • [api] task category property should be API [387710] (target milestone: 3.9)
  • Deferred

    • support starring of comments [286294] (target milestone: 3.10)
    • perform migration of credentials to secure storage [278474] (target milestone: 3.10)
    • open attachments with system editor [374458] (target milestone: 3.10)
    • [api] tasks.core relevant extensions should not be declared in tasks.ui [386117] (target milestone: 3.10)
    • [api] TaskMapping should be able to handle custom attributes [386764] (target milestone: 3.10)
    • [upstream] show descriptions for keywords [234445] (target milestone: 3.10)
    • clicking Validate Settings should temporarily disable Validate on Finish [379619] (target milestone: 3.10)

Versions

Eclipse integration for source code and configuration management tools(SCM, SCCM) and bi-directional linking to change management tools. Mylyn Versions and the API it provides builds on the existing Eclipse Team APIs.

  • Proposed

    • [api] provide an api for lazy fetching of changes in ChangeSet [380584] (target milestone: 1.1)

Eclipse 4.2

Mylyn 3.9 will support installation into Eclipse 4.2 and 4.3 and be functional with limitations. Progress is tracked on bug 321278 .

Table of Contents