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 "VIATRA/Releases/NewAndNoteworthy1.6"

(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
= Code generator updates =
 
= Code generator updates =
  
* New compiler options not to touch MANIFEST.MF and plugin.xml files, see {{bug|513754}}
+
* New compiler options not to touch MANIFEST.MF and plugin.xml files, see {{bugstrike|513754}}
* Resource mapping support in Maven generator, see {{bug|507748}}
+
* Updated structure for generated private patterns, see {{bugstrike|514627}}
* Updated structure for generated private patterns, see {{bug|514627}}
+
 
 +
== Resource mapping support in Maven generator==
 +
 
 +
You can now specify the location of metamodels referred to via <code>platform:/resource</code> URIs with the <code>uriMappings</code> configuration element. See [[VIATRA/UserDocumentation/Build#viatra-maven-plugin|this wiki page]] for more details. {{bugstrike|507748}}
  
 
= Query Evaluation =
 
= Query Evaluation =
  
* Better compatibility with incorrect notifications, e.g. duplicate delete events: strict mode in Base
+
* Better compatibility with incorrect notifications, e.g. duplicate delete events: strict mode in Base {{bugstrike|514525}}
 +
* Dangling edges {{bug|512752}}
  
 
= Query Test Framework updates =
 
= Query Test Framework updates =
  
 
* New customization options, e.g. EMF Scope, general Java comparison support, see {{bug|506498}}, {{bug|513147}} and {{bug|513391}}
 
* New customization options, e.g. EMF Scope, general Java comparison support, see {{bug|506498}}, {{bug|513147}} and {{bug|513391}}
 +
* Test coverage for query evaluation prototype, see {{bug|514628}}

Revision as of 16:00, 19 April 2017

Code generator updates

  • New compiler options not to touch MANIFEST.MF and plugin.xml files, see bug 513754
  • Updated structure for generated private patterns, see bug 514627

Resource mapping support in Maven generator

You can now specify the location of metamodels referred to via platform:/resource URIs with the uriMappings configuration element. See this wiki page for more details. bug 507748

Query Evaluation

  • Better compatibility with incorrect notifications, e.g. duplicate delete events: strict mode in Base bug 514525
  • Dangling edges bug 512752

Query Test Framework updates

Back to the top