Skip to main content

Notice: This Wiki is now read only and edits are no longer 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.4"

(Created page with "== VIATRA 1.4 - New and Noteworthy == == Local search support == * Planner and runtime * Runtime configuration using hints == Query language improvements == * Aggregato...")
 
Line 3: Line 3:
 
== Local search support ==
 
== Local search support ==
  
* Planner and runtime
+
* Planner and runtime
* Runtime configuration using hints
+
* Runtime configuration using hints
  
 
== Query language improvements ==
 
== Query language improvements ==
  
* Aggregator support
+
* Aggregator support
* Parameter direction support
+
* Parameter direction support
* Search engine declaration
+
* Search engine declaration
* Java type references
+
* Java type references
  
 
== Query development environment improvements ==
 
== Query development environment improvements ==
* New views and perspective introduced in VIATRA 1.3 graduated (by default, new views are proposed)
+
 
* Several issues updated
+
* New views and perspective introduced in VIATRA 1.3 graduated (by default, new views are proposed)
* Match filtering, locate query
+
* Several issues updated
 +
* Match filtering, locate query
  
  

Revision as of 05:40, 8 September 2016

VIATRA 1.4 - New and Noteworthy

Local search support

  • Planner and runtime
  • Runtime configuration using hints

Query language improvements

  • Aggregator support
  • Parameter direction support
  • Search engine declaration
  • Java type references

Query development environment improvements

  • New views and perspective introduced in VIATRA 1.3 graduated (by default, new views are proposed)
  • Several issues updated
  • Match filtering, locate query


Other issues

Version 1.4 also features a large number of under-the-hood changes, the most important is an updated hint system to enable fine-grained parametrization of the query engines. Usually, this change should be invisible for existing users; for possible migration issues see the Migration Guide.

In total more, than 70 issues were fixed in this release, see https://projects.eclipse.org/projects/modeling.viatra/releases/1.4.0/bugs for details.

Back to the top