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
Copy file name to clipboardExpand all lines: site/content/news/rdf4j-530-M2.md
+45Lines changed: 45 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,51 @@ RDF4J 5.3.0 is a minor release focusing on stability and getting the code ready
15
15
-`Var` remains extensible through SPI (as introduced in M1): use `Var.of(...)` factories, provide a custom `Var.Provider` (`newVar(...)` and optionally `cloneVar(...)`), and register via `META-INF/services/org.eclipse.rdf4j.query.algebra.Var$Provider` or the `org.eclipse.rdf4j.query.algebra.Var.provider` system property.
16
16
- Additional end-user fixes include support for refining JSON-LD `@context` ([GH-5573](https://github.com/eclipse-rdf4j/rdf4j/issues/5573)) and major LuceneSail transaction performance improvements ([GH-5291](https://github.com/eclipse-rdf4j/rdf4j/issues/5291)).
17
17
18
+
### Deprecations since 5.2.0
19
+
20
+
- Legacy compare methods in `org.eclipse.rdf4j.query.algebra.evaluation.util.QueryEvaluationUtil`:
0 commit comments