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/2019-09"

(Created page with "Eclipse OCL New and Noteworthy items for the 2019-09 (6.9.0) release. ==Release Overview== This minor release fixes a few bugs and provides enhanced extensibility for OCL-bas...")
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
===Eclipse versions===
 
===Eclipse versions===
  
The prevailing Eclipse OCL release candidate is auto-tested every week on Oxygen, Photon, 2018-09, 2018-12 and 2019-03 platforms using Jenkins on Linux.  
+
The prevailing Eclipse OCL release candidate is auto-tested every week on Oxygen, Photon, 2018-09, 2018-12, 2019-03 and 2019-06 platforms using Jenkins on Linux.  
  
2019-06 release should be installable on Mars and Neon platforms provided Xtext 2.9 or greater is also installed.
+
2019-09 release should be installable on Mars and Neon platforms provided Xtext 2.9 or greater is also installed.
  
The 2019-06 sources are buildable on 2019-06 only.
+
The 2019-09 sources are buildable on 2019-09 only.
  
 
===Java versions===
 
===Java versions===
Line 16: Line 16:
 
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 11 on Windows was briefly used to maintain and test the 2019-06 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 2019-09 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.
 
Java 8 on Jenkins, Linux was used to build and test the release candidates.
Line 27: Line 27:
  
 
===Pivot===
 
===Pivot===
* [https://bugs.eclipse.org/471114 471114] Genmodel of embedded ints in interfaces no longer fails  
+
* [https://bugs.eclipse.org/548225 548225] References to unloaded EPackages are no longer retained by NsURIPackageId
* [https://bugs.eclipse.org/471114 471114] Genmodel of embedded int name collisions avoided
+
* [https://bugs.eclipse.org/548538 548538] Save As Abstract Syntax now works again
* [https://bugs.eclipse.org/471114 471114] Genmodel of embedded int for Enumeration Literals warnings avoided
+
* [https://bugs.eclipse.org/548664 548664] Serialization of Template Parameters in Collection Types no longer fails
 +
* [https://bugs.eclipse.org/548698 548698] Code generation for Template Parameters in Collection Types no longer fails
 +
* [https://bugs.eclipse.org/548782 548782] Both EBooleanObject and EBoolean now map to Boolean with an isRequired distinction
  
 
==Milestone 2==
 
==Milestone 2==
 +
 +
===UML===
 +
* [https://bugs.eclipse.org/548900 548900] Use of Eclipse UML2 4.x no longer supported.
  
 
===Pivot===
 
===Pivot===
* [https://bugs.eclipse.org/546767 546767] Text serialization now avoids $$ prefixes for synthetic types
+
* [https://bugs.eclipse.org/549464 549464] org.eclipse.xtext.logging fragment provided to satisfy log4j initialization
* [https://bugs.eclipse.org/546767 546767] Text serialization of collection type expressions now includes parameterization
+
* [https://bugs.eclipse.org/546767 546767] Parsing of nested collections no longer confuses the multiple collection bounds.
+
  
 
==Milestone 3==
 
==Milestone 3==
  
===Pivot===
+
===Ecore===
* [https://bugs.eclipse.org/547704 547704] Opposite role name annotations are no longer discarded by OCLinEcore editor
+
* [https://bugs.eclipse.org/544165 544165] Lazily created global EPackages no longer causes EPackage lookup failures
* [https://bugs.eclipse.org/547704 547704] OCLinEcore editor has a new opposite role name annotation syntax
+
 
 +
===Pivot-tooling===
 +
* [https://bugs.eclipse.org/550168 550168] Tooling avoids loss of project when deresolving platform: URIs.
 +
* [https://bugs.eclipse.org/550445 550445] Generated derived visitors invoke super rather than throwing a CCE.
  
 
==RC1==
 
==RC1==
 
===Pivot===
 
* [https://bugs.eclipse.org/547723 547723] OCLstdlib editor has an new opposite role name annotation syntax
 
* [https://bugs.eclipse.org/547835 547835] Tracing of StandaloneProjectMap registration enhanced
 
* -unrelated- Java serialization of Pivot metamodels no longer omits defaultValueString
 
  
 
==RC2==
 
==RC2==
 +
 +
===Pivot===
 +
* [https://bugs.eclipse.org/549949 549949] OCL.check no longer fails if user model has a Boolean type.

Revision as of 06:38, 5 September 2019

Eclipse OCL New and Noteworthy items for the 2019-09 (6.9.0) release.

Release Overview

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

Eclipse versions

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

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

The 2019-09 sources are buildable on 2019-09 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 2019-09 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

Pivot

  • 548225 References to unloaded EPackages are no longer retained by NsURIPackageId
  • 548538 Save As Abstract Syntax now works again
  • 548664 Serialization of Template Parameters in Collection Types no longer fails
  • 548698 Code generation for Template Parameters in Collection Types no longer fails
  • 548782 Both EBooleanObject and EBoolean now map to Boolean with an isRequired distinction

Milestone 2

UML

  • 548900 Use of Eclipse UML2 4.x no longer supported.

Pivot

  • 549464 org.eclipse.xtext.logging fragment provided to satisfy log4j initialization

Milestone 3

Ecore

  • 544165 Lazily created global EPackages no longer causes EPackage lookup failures

Pivot-tooling

  • 550168 Tooling avoids loss of project when deresolving platform: URIs.
  • 550445 Generated derived visitors invoke super rather than throwing a CCE.

RC1

RC2

Pivot

  • 549949 OCL.check no longer fails if user model has a Boolean type.

Back to the top