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/2020-06"

(Milestone 3)
(Java versions)
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
==Release Overview==
 
==Release Overview==
 
This minor release fixes a few bugs and provides enhanced extensibility for OCL-based applications such as QVT.
 
This minor release fixes a few bugs and provides enhanced extensibility for OCL-based applications such as QVT.
 +
 +
(The work on Bye Bye invalid was not ready in time for 2020-06.)
  
 
===Eclipse versions===
 
===Eclipse versions===
Line 16: Line 18:
 
Java 8 on Windows was used to develop and test the milestones of this release.
 
Java 8 on Windows was used to develop and test the milestones of this release.
  
Java 12 on Windows was briefly used to maintain and test the 2020-03 release candidates. It appears to work although Java code generation/compilation is nearly three times slower.
+
Java 12 on Windows was briefly used to maintain and test the 2020-06 release candidates. It appears to work although Java code generation/compilation seems nearly three times slower - see [https://bugs.eclipse.org/bugs/show_bug.cgi?id=565563 Bug 565563].
  
 
Java 8 on Jenkins, Linux was used to build and test the release candidates.
 
Java 8 on Jenkins, Linux was used to build and test the release candidates.
Line 47: Line 49:
  
 
==RC2==
 
==RC2==
 +
===Releng===
 +
* [https://bugs.eclipse.org/564072 564072] OCL OOMPH setup now works again

Latest revision as of 06:43, 28 July 2020

Eclipse OCL New and Noteworthy items for the 2020-06 (6.12.0) release.

Release Overview

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

(The work on Bye Bye invalid was not ready in time for 2020-06.)

Eclipse versions

The prevailing Eclipse OCL release candidate is auto-tested every week on Oxygen, Photon, 2018-09, 2018-12, 2019-03, 2019-06, 2019-09, 2019-12 and 2020-03 platforms using Jenkins on Linux.

2020-06 release should be installable on Mars and Neon platforms provided Xtext 2.9 or greater is also installed.

The 2020-06 sources are buildable on 2020-06 only.

Java versions

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

Java 12 on Windows was briefly used to maintain and test the 2020-06 release candidates. It appears to work although Java code generation/compilation seems nearly three times slower - see Bug 565563.

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

Pivot

  • 562313 XML entities used to compress idrefs

Milestone 3

Pivot

  • 499816 and2/implies2/or2 support short circuiting
  • 561117 Standard library no longer assumes template parameters may-be-null
  • 563483 Ensure Xtext 2.22 generated editors are backward compatible

Pivot-CG

  • 520440 Boolean values are now unboxed at generate time

Pivot-UML

  • 551915 All UML function bodies may now have a result= prefix

RC1

RC2

Releng

  • 564072 OCL OOMPH setup now works again

Back to the top