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/Query/NewAndNoteWorthy1.1"

Line 8: Line 8:
  
 
* Improved planner algorithm and bugfixes
 
* Improved planner algorithm and bugfixes
 
== Viewers framework improvements ==
 
 
* Sandbox bugfixes
 
* Treeviewer bugfixes
 
  
 
== Surrogate query support ==
 
== Surrogate query support ==

Revision as of 09:28, 26 November 2015

New and Noteworthy - EMF-IncQuery 1.1.0

Xtext 2.9 Support

We are using the latest and greatest of Xtext, so in order to specify queries in EMF-IncQuery 1.1.0, you will need Xtext 2.9 dependencies installed. This also means that you can take advantage of Xtext 2.9 features when building on top of EMF-IncQuery 1.1.0.

Local search improvements

  • Improved planner algorithm and bugfixes

Surrogate query support

  • Extension moved to runtime plug-in to ensure that surrogate queries are correctly loaded even when the pattern language is not installed.

Maven builder enhancements

  • cyclic linking errors
  • order of files

Dependency changes

  • removed re-exports of Guava and some other plugins (Xtext and related libraries)

Bug fixes

See https://projects.eclipse.org/projects/modeling.incquery/releases/1.1.0/bugs for a full list.

Back to the top