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"

(add cylic linking info; remove viewers)
Line 15: Line 15:
 
== Maven builder enhancements ==
 
== Maven builder enhancements ==
  
A workaround has been introduced for the '''Cyclic linking detected''' error; for details, see https://wiki.eclipse.org/EMFIncQuery/UserDocumentation/Build#Cyclic_linking.
+
When running the IncQuery Maven plugin, you might get an error saying '''Cyclic linking detected''' (see {{bug|464120}}). A workaround has been introduced for this in 1.1: see https://wiki.eclipse.org/EMFIncQuery/UserDocumentation/Build#Cyclic_linking for details.
  
 
== Dependency changes ==
 
== Dependency changes ==

Revision as of 10:47, 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

When running the IncQuery Maven plugin, you might get an error saying Cyclic linking detected (see bug 464120). A workaround has been introduced for this in 1.1: see https://wiki.eclipse.org/EMFIncQuery/UserDocumentation/Build#Cyclic_linking for details.

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