Skip to content

Conversation

cristianolongoodhl
Copy link
Contributor

No description provided.

cristianolongoodhl and others added 9 commits May 13, 2024 16:14
- openllet.query.sparqldl.jena.SparqlDLStage
StageGeneratorGenericStar was deprecated and has been replaced by StageGeneratorGeneric.

- openllet.query.sparqldl.jena.SparqlDLResultSet
org.apache.jena.sparql.engine.binding.BindingHashMap and BindingMap are deprecated in jena 4.2, Use {@link BindingBuilder}; avoid mutable bindings.

- openllet.query.sparqldl.jena.JenaIOUtils
import org.apache.jena.riot.resultset.rw.ResultsStAX no more exists. It is a parser
for query results in XML format. Using ResultSetMgr.readBoolean instead.

- openllet.test.query.TableResult2XML
org.apache.jena.sparql.engine.binding.BindingUtils no more exists. It was already deprecated, Use BindingLib instead
org.apache.jena.reasoner.BaseInfGraph.InfFindSafeCapabilities no more exists.
InfFindSafeCapabilities in jena 4.2 extends AllCapabilities but overriding to
false sizeAccurate. Thus, InfFindSafeCapability instantiation has been replaced
with capabilities created by AllCapabilities.create factory method, with
sizeAccurate=false.
org.apache.jena.reasoner.BaseInfGraph.InfFindSafeCapabilities no more exists.
InfFindSafeCapabilities in jena 4.2 extends AllCapabilities but overriding to
false sizeAccurate. Thus, InfFindSafeCapability instantiation has been replaced
with capabilities created by AllCapabilities.create factory method, with
sizeAccurate=false.
Implemented forEachRemaining and provided empty implementation of close.

- openllet.query.sparqldl.jena.SortedResultSet
Implemented forEachRemaining and provided empty implementation of close.

- openllet.query.sparqldl.jena.SlicedResultSet
Implemented forEachRemaining and close.

- openllet.test.query.SparqlDLDawgTester.DifferenceResultSet
Implemented forEachRemaining and provided empty implementation of close.

- openllet.query.sparqldl.jena.SparqlDLExecution
Implemented the new method getQueryString. From the documentation of this: If {@code getQuery()} is not null, this is a corresponding string that parses to the same query.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant