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 "OCL/New and Noteworthy/Neon++"

(Release Overview)
(SR1)
Line 17: Line 17:
  
 
Eclipse OCL New and Noteworthy items for the Neon++ 6.2.1 SR1 release.
 
Eclipse OCL New and Noteworthy items for the Neon++ 6.2.1 SR1 release.
 +
 +
===Classic Console===
 +
* [https://bugs.eclipse.org/499347 499347] Obscure NPE for ResourceSet-less Resources fixed
 +
 +
===Pivot===
 +
* [https://bugs.eclipse.org/484231 484231] Repeated Complete OCL validations are no longer ignored
 +
 +
===Pivot UML===
 +
* [https://bugs.eclipse.org/496210 496210] allInstances() may now be used for Signals
 +
* [https://bugs.eclipse.org/496251 496251] OCL expressions now generally available for UMLElement again
 +
* [https://bugs.eclipse.org/496383 496383] Association-derived Pivot properties have an ESObject back link again
 +
* [https://bugs.eclipse.org/498970 498970] Obscure NPE for PackageImport labels fixed
  
 
==SR2==
 
==SR2==
 
Eclipse OCL New and Noteworthy items for the Neon++ 6.2.2 SR2 release.
 
Eclipse OCL New and Noteworthy items for the Neon++ 6.2.2 SR2 release.

Revision as of 16:08, 8 August 2016

Eclipse OCL New and Noteworthy items for the Neon++ 6.2.0 release.

Release Overview

This minor release is nominally identical to the Neon 6.1.0.

The main difference is that for 6.1.0, the editors are generated using Xtext 2.8.4 preserving API compatibility for Luna, Mars and Neon users but requiring all editors that extend OCL to be generated using Xtext 2.8.4 or earlier. For 6.2.0, the editors are regenerated with Xtext 2.10 allowing editors that extend OCL to be generated with the current version of Xtext.

A further difference is the removal of obsolete org.eclipse.ocl.examples.* plugins that assist in an upgrade from OCL 5.x to 6.0/6.1. If 6.2 fails to install, manually uninstall previous versions of OCL.

As a consequence of this difference the Neon 6.2.0 release can only be installed where Xtext 2.9 or greater is also installed, which will typically require a Neon platform.

These distinctions apply only to the *.ocl.xtext.* plugins that support the Pivot-based OCL editors. The classic Ecore and UML functionality is unaffected and the plugin versions are unchanged.

RC1

SR1

Eclipse OCL New and Noteworthy items for the Neon++ 6.2.1 SR1 release.

Classic Console

  • 499347 Obscure NPE for ResourceSet-less Resources fixed

Pivot

  • 484231 Repeated Complete OCL validations are no longer ignored

Pivot UML

  • 496210 allInstances() may now be used for Signals
  • 496251 OCL expressions now generally available for UMLElement again
  • 496383 Association-derived Pivot properties have an ESObject back link again
  • 498970 Obscure NPE for PackageImport labels fixed

SR2

Eclipse OCL New and Noteworthy items for the Neon++ 6.2.2 SR2 release.

Back to the top