Håvard M. Ottestad
Håvard M. Ottestad
At the moment SPARQL Constraint expects that variables are using "$" while SPARQL Target expects them to use "?". Even if this works as expected we need to add tests...
If a SPARQL Constraint or a SPARQL Target is missing variables then it can cause an NPE during validation. It should instead cause a validation error so that the user...

Improve performance of MemStatementList.
We typically use volatile for variables that can be updated and read by multiple threads. Unless we need total order for read/write to multiple variables then it is may be...
The `dataset` field may be null causing the `equals(...)` method to throw a `NullPointerException`.
GitHub issue resolved: #4622 Briefly describe the changes proposed in this PR: - switch to RDF4J Binary RDF since this format doesn't rename blank node IDs - add parser config...
Related to: #4441 Migrate to the following client: ``` co.elastic.clients elasticsearch-java ${elasticsearch.version} ``` This should disconnect Elasticsearch from Lucene so that we no longer need to match those two versions...
GitHub issue resolved: #4776 Briefly describe the changes proposed in this PR: ---- PR Author Checklist (see the [contributor guidelines](https://github.com/eclipse/rdf4j/blob/main/CONTRIBUTING.md) for more details): - [ ] my pull request is...
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:3.1.0:run (enrich-main-artifact-with-provider-configuration-files) on project rdf4j-runtime-osgi: An Ant BuildException has occured: The following error occurred while executing this line: [ERROR] /home/jenkins/agent/workspace/rdf4j-deploy-release-ossrh/tools/runtime-osgi/build.xml:5: src '/home/jenkins/agent/workspace/rdf4j-deploy-release-ossrh/tools/runtime-osgi/target/serviceResources/raw/raw-service-resources.jar' doesn't exist. [ERROR]...