Skip to content

Replace TrackerSparqlBuilder with TrackerResource

Carlos Garnacho requested to merge wip/carlosg/drop-sparql-builder into master

Updates tracker-miner-fs and tracker-miner-rss to make use of TrackerResource to generate queries, instead of TrackerSparqlBuilder. This removes a hideous bunch of compile warnings because of deprecated API usage.

Note: tracker-miner-apps is left untouched, there's other plans for it (See !33 (merged)).

Merge request reports