Hi, I tried running HDT ( http://www.rdfhdt.org/manual-of-hdt-integration-with-jena/) on my fuseki 3.4.0 server. When doing a query, I get a NoClassDefFoundError for org.apache.jena.sparql.core.DatasetGraphMaker I saw that this class existed till v3.0.1 and got deleted in this commit https://github.com/apache/jena/commit/603fccfec03f0836c73ff302c5c4dc6c9c17c7d3 I re-created the class and added it to my server which seems to work fine for now. Is there any chance the class can be put back in a new version?
Thanks, Domi
