update Jena version to 4.8.0#99
Open
cristianolongoodhl wants to merge 9 commits intoGaligator:integrationfrom
Open
update Jena version to 4.8.0#99cristianolongoodhl wants to merge 9 commits intoGaligator:integrationfrom
cristianolongoodhl wants to merge 9 commits intoGaligator:integrationfrom
Conversation
- 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.