Andy Seaborne
Andy Seaborne
Apache Lucene has in the past been "2 major versions" and actually more. I haven't checked - does 10.0.0 actual break anything?
Dependabot sent in a version 10.0.0 update - #2786. I have asked it to ignore the major version.
Hi @agustaf9, Thanks for the complete report. I've managed to reproduce the problem at my end.
Reproduced outside Fuseki and reduced to smaller data. The NPE occurs on the attempt to delete rdfs:range rdfs:subPropertyOf rdfs:range. ```java public static void testCaseGH2616() { JenaSystem.init(); String PREFIXES = """...
There is a profile in `jena-service-enhancer` to do a similar thing. Only having a shaded jena-geosparql could risk choosing the version of a dependency the application may be including directly....
The conditions for other licenses is at https://www.apache.org/legal/resolved.html with many licenses already approved. "cat-A" is fine; it may need updates to the appropriate NOTICE file. The top level NOTICE applies...
Apache Jena 5.5.0 add GeoSPARQL to fuseki-server and has spatial index improvements.
Minor: the "RDF 1.2 XML Syntax" item still says "editorial".
See https://www.w3.org/TR/sparql11-federated-query/#variableService Variables in the SERVICE clause are "best effort". `` makes sense but an unbound variable does indicate where to execute the SERVICE. It has to be constrained somehow....
All `SERVICE` execution goes through an extension point `ServiceExec.exec`. One collection of extensions, focued on federated query performance, are: https://jena.apache.org/documentation/query/service_enhancer.html You can add your own policy via `ServiceExec.exec`.