Hi,

now that I'm upgrading our code to Jena 3.16.0-SNAPSHOT, I have to do
it for the SPINRDF dependency as well.

It builds fine with 3.16.0-SNAPSHOT, but during the constraint
validation I get the following error (which I didn't used to get using
3.0.1):

java.lang.AbstractMethodError: Method
org/spinrdf/util/DatasetWrappingDatasetGraph.supportsTransactions()Z
is abstract

I also see it mentioned here:
https://stackoverflow.com/questions/45829446/how-to-turn-a-sparql-spin-query-rule-into-an-rdf-structure-from-java

I am looking at the SPINRDF method in question and it's not abstract:
https://github.com/spinrdf/spinrdf/blob/master/src/main/java/org/spinrdf/util/DatasetWrappingDatasetGraph.java#L222

What exactly is the problem here?

Martynas

Reply via email to