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 2: Line 2:
  
 
== Xtext 2.9 Support ==
 
== 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
 +
 +
== Viewers framework improvements ==
 +
 +
* Sandbox bugfixes
 +
* Treeviewer 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 ==
 
== Maven builder enhancements ==

Revision as of 05:02, 16 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

Viewers framework improvements

  • Sandbox bugfixes
  • Treeviewer 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)

Back to the top