Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "MDT/OCL/Reviews/Helios"

< MDT‎ | OCL
Line 1: Line 1:
{{Backlink|MDT}}
 
 
 
This page provides the required ''docuware'' for the '''MDT OCL 3.0.0 Release Review''', as part of the upcoming '''Helios Simultaneous Release'''.
 
This page provides the required ''docuware'' for the '''MDT OCL 3.0.0 Release Review''', as part of the upcoming '''Helios Simultaneous Release'''.
  
Line 39: Line 37:
 
* Example feature/plug-ins available, including OCL console and OclInEcore and CompleteOcl editor support.
 
* Example feature/plug-ins available, including OCL console and OclInEcore and CompleteOcl editor support.
  
== Testing & Packaging ==
+
== APIs ==
  
MoDisco uses the '''Modeling Project Releng''' system to build and promote versions.<br/>
+
This release has made breaking changes to the API. See http://wiki.eclipse.org/MDT/OCL/New_and_Noteworthy/Helios, http://wiki.eclipse.org/MDT/OCL/MDT-OCL_3.0.0_Migration_Guide.
Each new build is tested at least with Eclipse 3.6 (Helios).<br/>
+
Core plugins are provided with dedicated test plugins checking their valid behavior.<br/>
+
MoDisco is integrated into the '''Helios Release Train''' since December 2009.<br/>
+
It is also part of the '''Amalgamation Modeling Package for Helios'''.
+
  
== Community & Support ==
 
  
* Strong collaboration with the [http://adm.omg.org/ OMG Architecture Driven Modernization (ADM) Task Force]
+
The project lead certifies that the requirements for Eclipse Quality APIs have been met for this release
** MoDisco book chapter in ''Information Systems Transformation: Architecture-Driven Modernization Case Studies'' by The Morgan Kaufmann/OMG Press (pages 365-400)
+
 
** Presentation at upcoming [http://www.omg.org/news/meetings/tc/mn/special-events/Eclipse.htm 2nd Biannual Symposium On Eclipse Open Source Software & OMG Open Specification] on June, 22 2010
+
Metamodel definitions and corresponding implementations are considered APIs.
* Several presentations and demos at '''EclipseCon''' (2009 & 2010) and '''Eclipse Summit Europe''' (2009)  
+
 
* Dedicated [http://www.eclipse.org/forums/index.php?t=thread&frm_id=21& MoDisco newsgroup]
+
Non-API classes are separated from the exposed API through an internal package in the namespace.
* Bugzilla (v0.8.0 only, snapshot taken on the 27th of May 2010):
+
 
 +
API Tooling is activated on all plugins to mark exceptions within the exposed API
 +
 
 +
== Architecture ==
 +
 
 +
* Upgrade to the newest version of the LPG parser.
 +
* OCL model-based library approach is in progress.
 +
* Extensibility features in Helios are inherited from Galileo.
 +
 
 +
== Tool Usability ==
 +
 
 +
* OCL is used for model validation as a constraint definition language as well as in downstream projects like QVTO were it is used for model navigation and extended for model updates.
 +
* OCL-based annotations in Ecore models increase applications of OCL.
 +
* OCL editors increase the usability of OCL.
 +
 
 +
 
 +
== End-of-Life ==
 +
 
 +
The legacy MDT OCL 1.1.x (org.eclipse.emf.ocl) deprecated for 3 years is no longer supported.
 +
A few API have been deprecated. See migration guide: http://wiki.eclipse.org/MDT/OCL/MDT-OCL_3.0.0_Migration_Guide.
 +
 
 +
== Bugzilla (28 May 2010) ==
 +
 
 
[[Image:MoDisco_HeliosReview_BugReport.PNG‎]]
 
[[Image:MoDisco_HeliosReview_BugReport.PNG‎]]
 +
 +
== Standards ==
 +
 +
MDT OCL 3.0 is mostly compliant with [OCL OMG 2.2 standard | http://www.omg.org/technology/documents/modeling_spec_catalog.htm#OCL].
 +
 +
== UI Usability ==
 +
 +
MDT OCL is conforming to the user interface guidelines.
 +
 +
== Schedule ==
 +
 +
MDT OCL is a “+1” component in the simultaneous release.
 +
 +
M1 08/17/2009
 +
M2 09/28/2009
 +
M3 11/09/2009
 +
M4 12/14/2009
 +
M5 02/01/2010
 +
M6 03/15/2010 API freeze
 +
M7 05/03/2010 Feature Freeze
 +
RC1 05/17/2010
 +
RC2 05/24/2010
 +
RC3 05/31/2010
 +
RC4 06/07/2010
 +
RC5 06/14/2010
 +
Helios 06/23/2010
  
 
== IP Issues ==
 
== IP Issues ==

Revision as of 16:40, 27 May 2010

This page provides the required docuware for the MDT OCL 3.0.0 Release Review, as part of the upcoming Helios Simultaneous Release.

Overview

OCL is an implementation of the Object Constraint Language (OCL) OMG standard for EMF-based models.

The OCL component provides the following capabilities to support OCL integration:

  • Defines APIs for parsing and evaluating OCL constraints and queries on EMF models.
  • Defines an Ecore implementation of the OCL abstract syntax model, including support for serialization of parsed OCL expressions.
  • Provides a Visitor API for analyzing/transforming the AST model of OCL expressions.
  • Provides an extensibility API for clients to customize the parsing and evaluation environments used by the parser.

Features

New in this release

  • Elimination of deviations from the OMG standard.
  • Internal improvements and upgrade to the newest LPG parser version.
  • OCL annotations are supported in Ecore models
  • OCL Editor support in examples.

See http://wiki.eclipse.org/MDT/OCL/New_and_Noteworthy/Helios.

Accordance with project plan themes and priorities

  • Compliance - 5 committed, 4 deferred
  • Release Currency - 6 committed, 0 deferred
  • Usability - 3 committed, 1 deferred

See http://www.eclipse.org/projects/project-plan.php?planurl=http://www.eclipse.org/modeling/mdt/ocl/project-info/plan_helios.xml&component=OCL.

Non-Code Aspects

APIs

This release has made breaking changes to the API. See http://wiki.eclipse.org/MDT/OCL/New_and_Noteworthy/Helios, http://wiki.eclipse.org/MDT/OCL/MDT-OCL_3.0.0_Migration_Guide.


The project lead certifies that the requirements for Eclipse Quality APIs have been met for this release

Metamodel definitions and corresponding implementations are considered APIs.

Non-API classes are separated from the exposed API through an internal package in the namespace.

API Tooling is activated on all plugins to mark exceptions within the exposed API

Architecture

  • Upgrade to the newest version of the LPG parser.
  • OCL model-based library approach is in progress.
  • Extensibility features in Helios are inherited from Galileo.

Tool Usability

  • OCL is used for model validation as a constraint definition language as well as in downstream projects like QVTO were it is used for model navigation and extended for model updates.
  • OCL-based annotations in Ecore models increase applications of OCL.
  • OCL editors increase the usability of OCL.


End-of-Life

The legacy MDT OCL 1.1.x (org.eclipse.emf.ocl) deprecated for 3 years is no longer supported. A few API have been deprecated. See migration guide: http://wiki.eclipse.org/MDT/OCL/MDT-OCL_3.0.0_Migration_Guide.

Bugzilla (28 May 2010)

MoDisco HeliosReview BugReport.PNG

Standards

MDT OCL 3.0 is mostly compliant with [OCL OMG 2.2 standard | http://www.omg.org/technology/documents/modeling_spec_catalog.htm#OCL].

UI Usability

MDT OCL is conforming to the user interface guidelines.

Schedule

MDT OCL is a “+1” component in the simultaneous release.

M1	08/17/2009	
M2	09/28/2009	
M3	11/09/2009	
M4	12/14/2009	
M5	02/01/2010	
M6	03/15/2010	API freeze
M7	05/03/2010	Feature Freeze
RC1	05/17/2010	
RC2	05/24/2010	
RC3	05/31/2010	
RC4	06/07/2010	
RC5	06/14/2010	
Helios	06/23/2010	

IP Issues

The Eclipse IP Process has been strictly followed and all plugins contain the appropriate about.html and license files.
The MoDisco IP Log is available from http://www.eclipse.org/projects/ip_log.php?projectid=modeling.mdt.modisco

  • Some third-party libraries are used (cf. corresponding validated CQs)

All MoDisco content is released under EPL.

Project Plan

The current project plan is available from [1].

Draft development plan for MDT OCL 4.0.0 is not yet available.

Back to the top