You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<tdclass="title">E4 XPath supported reimplemented and revised</td>
184
+
<tdclass="content">
185
+
<p>
186
+
The <em>XPath</em> support of Eclipse E4 (i.e. the Plug-in <code>org.eclipse.e4.emf.xpath</code>) has been reimplemented to be purely based on <code>javax.xml.xpath.XPath</code> provided by the Java standard library.
187
+
This enabled the removal of <em>Apache Commons JXPath</em> as a dependency of the Eclipse SDK (and due to joint efforts even of the entire Eclipse Simultaneous Release).
188
+
</p>
189
+
<p>
190
+
Furthermore it has been determined that the <code>XPathContext</code> API provided by the <code>org.eclipse.e4.emf.xpath</code> Plug-in is mostly unused among all Plug-ins of the Eclipse Simultaneous Release.
191
+
Therefore the entire <code>org.eclipse.e4.emf.xpath</code> Plug-in and all contained APIs have been marked as deprecated and for removal in a future release.
192
+
As a replacement, to query an E4 model using <em>XPath</em> from code, one new method has been added:<br/>
0 commit comments