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-M1.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,14 @@ categories: ["news"]
6
6
---
7
7
Milestone number 1 of the upcoming 5.3.0 release of RDF4J is now available for download.
8
8
9
-
RDF4J 5.3.0 is a minor release focusing on ... .
9
+
RDF4J 5.3.0 is a minor release focusing on stability and getting the code ready for the next major release.
10
10
11
-
This milestone build is not yet feature-complete, but we are putting it out to receive early feedback on all the improvements we have put in.
11
+
### Notable changes in 5.3.0 M1
12
+
13
+
- The Var implementation used in the query engine now supports custom implementations through the Java Service Provider Interface (SPI). See: [Var.java](https://github.com/eclipse-rdf4j/rdf4j/blob/1fd83f729d0c1a23d66cda2eeea5b77994d1b586/core/queryalgebra/model/src/main/java/org/eclipse/rdf4j/query/algebra/Var.java#L320)
14
+
- The Solr Sail has been deprecated and will be removed in the next major release.
15
+
16
+
This milestone build is not yet feature-complete, but we are putting it out to receive early feedback on the deprecation.
0 commit comments