Håvard M. Ottestad
Håvard M. Ottestad
I think I introduced shallowClone so that I could optimise the close method. Without shallowClone() a Changeset will be used after it has been closed, which really shouldn't be the...
> @hmottestad Should we continue working on this? Yeah sure. I've been testing out some other fixes here: https://github.com/eclipse-rdf4j/rdf4j/pull/4974
@jeenbroekstra @barthanssens @aschwarte10 What do you guys think about deprecating the SPARQLQueryRenderer and removing it in 5.0.0? I've looked at the code and I think that the code needs a...
Ok. We can deprecate org.eclipse.rdf4j.queryrender.sparql.SPARQLQueryRender and remove it in 5.0.0. We can leave org.eclipse.rdf4j.queryrender.sparq.experimental.SparqlQueryRenderer as is until it is complete (and also so we don't break anything).
Also posted here: https://github.com/json-ld/json-ld.org/issues/825
I was just thinking about this while implementing support for JSON-LD 1.1 in RDF4J. I know it's an issue when processing XML files and that the recommendation is to disable...
I've been pointed towards the DocumentLoader interface as the place to implement the security controls.
Is there anything is your logs? (console messages)
Maybe a firewall issue? The crash report says EXC_BAD_ACCESS on CFArrayGetCount, which is probably an array out of bounds. There is a note of a proxy. Do you have a...
I'm not sure. Try playing around with it and see what happens. I'm using a proxy on my machine (glimmerblocker) and it's not having any effect. It's a simple http...