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 "MDT/UML2/New and Noteworthy/5.5.0"

< MDT‎ | UML2
 
Line 14: Line 14:
 
* A few internal implementation changes have been made to make it easier to generate a CDO implementation of UML2 (see bug [https://bugs.eclipse.org/bugs/show_bug.cgi?id=540786 540786]).
 
* A few internal implementation changes have been made to make it easier to generate a CDO implementation of UML2 (see bug [https://bugs.eclipse.org/bugs/show_bug.cgi?id=540786 540786]).
  
* A new extension point has been introduced to make it easier to override the default cache adapter implementation (see bug [https://bugs.eclipse.org/bugs/show_bug.cgi?id=540812 540812]). The code generator has also been updated to default to the singleton instance of the cache adapter (see bug [https://bugs.eclipse.org/bugs/show_bug.cgi?id=541314 541314]).
+
* A new extension point has been introduced to make it easier to override the default cache adapter implementation (see bug [https://bugs.eclipse.org/bugs/show_bug.cgi?id=540812 540812]). The UML2 code generator has also been updated to default to the singleton instance of the cache adapter (see bug [https://bugs.eclipse.org/bugs/show_bug.cgi?id=541314 541314]).

Latest revision as of 10:52, 26 November 2018

M3 (November 26)

General

  • A release record has been created for the 5.5.0 release, which will be included in the 2018-12 simultaneous release with an offset of +1.
  • The UML2 project has moved to v2.0 of the Eclipse Public License (see bug 535301).
  • The UML2 5.5.0 M3 build has been contributed to the 2018-12 release train.

Enhancements

  • A few internal implementation changes have been made to make it easier to generate a CDO implementation of UML2 (see bug 540786).
  • A new extension point has been introduced to make it easier to override the default cache adapter implementation (see bug 540812). The UML2 code generator has also been updated to default to the singleton instance of the cache adapter (see bug 541314).

Back to the top