rdf4j icon indicating copy to clipboard operation
rdf4j copied to clipboard

Refactor function implementations to remove usage of deprecated evaluate() method

Open abrokenjester opened this issue 1 year ago • 0 comments

Current function implementations still use the deprecated evaluate(ValueFactory, ...) method. They should be refactored to use the now-recommended evaluate(TripleSource, ...) signature instead.

In addition all references to the old method in our query engine code should be updated.

abrokenjester avatar Aug 06 '22 23:08 abrokenjester