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

Difference between revisions of "OCL/New and Noteworthy/2018-12"

(Created page with "Eclipse OCL New and Noteworthy items for the 2018-12 (6.6.0) release. ==Release Overview== This minor release fixes a few bugs and provides enhanced extensibility for OCL-bas...")
 
(Milestone 1)
Line 26: Line 26:
  
 
==Milestone 1==
 
==Milestone 1==
 +
 +
==Milestone 2==
 +
 +
===OCLinEcore===
 +
* [https://bugs.eclipse.org/540751 540751] Menu entries such as Create Dynamic Instance restored
 +
 +
==Milestone 3==
 +
 +
===Pivot===
 +
* [https://bugs.eclipse.org/540353 540353] Collection/Map collectBy iteration added for Map construction
 +
* [https://bugs.eclipse.org/540884 540884] Map iterations added with co-iterators for values
  
 
==RC1==
 
==RC1==
  
 
==RC2==
 
==RC2==

Revision as of 07:09, 21 November 2018

Eclipse OCL New and Noteworthy items for the 2018-12 (6.6.0) release.

Release Overview

This minor release fixes a few bugs and provides enhanced extensibility for OCL-based applications such as QVT.

The major changes are:

  • Addition of iteration support for creation and use of the Map type

Eclipse versions

The 2018-09 release is installable on Mars, Neon, Oxygen and Photon platforms provided Xtext 2.9 or greater is also installed.

The 2018-09 sources are buildable on Photon or 2018-09.

Java versions

Java 8 on Windows was used to develop and test the milestones of this release.

Java 10 on Windows was briefly used to maintain and test the Photon release candidates. It appears to work although Java code generation/compilation is nearly three times slower.

Java 8 on Jenkins, Linux was used to build and test the release candidates.

The Classic Ecore/UML plugins have been tested on Mars, Neon, Oxygen and Photon and on a Java 5 Virtual Machine. Standalone execution requires only the org.eclipse.osgi plugin from Eclipse Kepler or a spoof of org.eclipse.osgi.util.NLS and org.eclipse.osgi.framework.

The Pivot plugins require at least a Java 8 Virtual Machine and at least Xtext 2.9.1. Testing on Oxygen has a couple of test failures. Testing on Mars and Neon has a few editor/console startup failures.

Milestone 1

Milestone 2

OCLinEcore

  • 540751 Menu entries such as Create Dynamic Instance restored

Milestone 3

Pivot

  • 540353 Collection/Map collectBy iteration added for Map construction
  • 540884 Map iterations added with co-iterators for values

RC1

RC2

Back to the top