Skip to main content

Project Plan For Model Development Tools (MDT) [UML2], version 4.1.0

Introduction

This document lays out the feature and API set for the next release of the Eclipse UML2 API (MDT UML2) Project, version 4.1.0. This project plan inherits from the Modeling Project Plan, which should be referenced when consulting this individual project plan.

Release Deliverables

The release deliverables have the same form as is found in most Eclipse projects, namely:
  • MDT UML2 source code release, available as versions tagged "R4_1" in the project's git repository.
  • MDT UML2 SDK (includes runtime, sources, examples, and documentation) (downloadable and update site).
  • MDT UML2 runtime binary distribution (downloadable and update site).
  • MDT UML2 stand-alone binary distribution (downloadable).
  • MDT UML2 tests

Table of Contents

Release Milestones

Release milestone occurring at roughly 6 week intervals and follow the Platform milestone releases by approximately 1 day; that is, until the final 4.3 release of the Platform, upon which MDT UML2 and other projects will release simultaneously. As MDT UML2 is a dependency of numerous other projects, MDT UML2 will deliver its milestones within one day of the Eclipse Platform. It is anticipated that MDT UML2 will synchronize its milestones with the Kepler milestone schedule.
M108/20/2012
M210/01/2012
M311/12/2012
M412/17/2012
M502/04/2013
M603/18/2013
API Freeze
M705/06/2013
Feature Freeze
RC105/20/2013
RC205/27/2013
RC306/03/2013
RC406/10/2013
Kepler06/26/2013
MDT UML2 will produce maintenance releases to align with the Juno SR releases, that includes the Eclipse Platform 4.2.1 and 4.2.2 releases. MDT UML2 may produce interim maintenance releases in addition to these in order to satisfy clients requests.
  • Friday, September 28, 2012 - MDT UML2 4.0.1 maintenance release (Juno Service Release 1)
  • Friday, February 22, 2013 - MDT UML2 4.0.2 maintenance release (Juno Service Release 2)
  • A list of issues indicated for the 4.0.x maintenance stream can be found in bugzilla, or by using links on maintenance stream build pages.

Table of Contents

Target Environments

In order to remain current, each Eclipse release targets reasonably current versions of the underlying operating environments. The Eclipse Unified Modeling Language (MDT UML2) project depends upon on the Platform and other projects, which are mostly "pure" Java. The 4.3 release of the Eclipse Platform Project is written and compiled against versions 1.5 and 1.6 of the Java Platform APIs, and targeted to run on version 1.5 of the Java Runtime Environment, Standard Edition. MDT UML2 will target the same Java version as EMF, which currently also requires Java 5. Eclipse Platform SDK 4.3 will be tested and validated on a number of reference platforms. MDT UML2 will be tested and validated against a subset of those listed for the platform.

Internationalization

The Eclipse Platform is designed as the basis for internationalized products. The user interface elements provided by the Eclipse SDK components, including dialogs and error messages, are externalized. The English strings are provided as the default resource bundles. As a result, the MDT UML2 project will provide English strings in its default bundles and be localized to a subset of those locales offered by the Platform. This plan will be updated to indicate which locales will be provided and the time frame for availability.

Table of Contents

Compatibility with Previous Releases

Compatibility of Release 4.1: The MDT UML2 project will be developed in parallel, and released simultaneously, with the following projects. As stated above, each milestone release of the MDT UML2 project will be compatible with the corresponding milestones for each of these projects, and delivered the appropriate offset.
  • Eclipse Platform SDK version 4.3
  • Eclipse Modeling Framework (EMF) version 2.9
Therefore, the MDT UML2 initial release will be compatible with these versions and will publish binary and source compatibilities with migration guides on subsequent releases.

Table of Contents

Themes and Priorities

A list of project requirements and agreed upon implementation time frames is found in this document. For the milestones listed in this document, a set of overall themes is used to indicate what major set of functionalities is to be concentrated on for each. These themes are presented below, while the requirements document and associated Bugzilla entries are left to those wanting more detailed information on each.

Community Support

The MDT UML2 project has a proven track record of quality and reliability. Service and support will take priority over new development work; commitments and schedules are subject to arbitrary change, slippage, or even deferral.
  • Committed

    • Listeners should receive notification on derived properties [394623] (target milestone: M5)
    • Connecting UML2 to CDO [267222] (target milestone: M5)
    • CacheAdapter confused by Resources that are EObjects [389632] (target milestone: M5)
    • [CDO] Support soft Ecore-to-UML references in dynamic profiles [392833] (target milestone: M5)
    • [CDO] Support partial persistence of features in CDO [392957] (target milestone: M5)
    • Profiles definition [163556] (target milestone: M6)
    • type labels in property view [173565] (target milestone: M7)
    • Stereotypes and their values are not copied in UML Editor [204658] (target milestone: M7)
    • implementation of association generalization & properties redefinitions [212765] (target milestone: M7)
    • UML editor only shows type of stereotype attributes, not qualified name [251038] (target milestone: M7)
    • Add ability to reference existing UML models when exporting [273948] (target milestone: M5)
    • Control models and profile management [281326] (target milestone: M7)
    • Complements for management of operation constraints. [295864] (target milestone: M5)
    • covered attribute and OccurenceSpecification [297216] (target milestone: M5)
    • Ecore to Uml generation [316165] (target milestone: M5)
    • Convert to Ecore OCL delegate support [322715] (target milestone: M6)
    • Use ResourceSet.uriResourceMap in UMLImporter [366289] (target milestone: M5)
    • Add a new method "relocateStereotypeApplication" to class "StereotypeApplicationHelper" [389495] (target milestone: M5)

Table of Contents

Appendix Legal Notices

  • Java is a trademark or a registered trademark of Sun Microsystems, Inc.
  • UML and OMG are trademarks or registered trademark of the Object Management GroupTM, Inc.
  • All other products or company names are mentioned for identification purposes only, and may be trademarks or service marks of their respective owners.

Table of Contents

Back to the top