Scalable RDF for Java
We are excited to announce the release of RDF4J 6.0.0!RDF4J 6.0.0 is a major release of the Eclipse RDF4J framework. It brings broad RDF 1.2 and SPARQL 1.2 support, moves the project to Java 25 and Jakarta, and delivers substantial improvements across HTTP, storage, federation, query execution, security, and deployment.
Highlights include:
LATERAL joins in SPARQLRDF4J 6.0.0 requires Java 25 and contains backward-incompatible changes. Applications that
embed RDF4J Server or Workbench must move from javax.servlet to Jakarta Servlet APIs. Code
that supplies a custom Apache HttpClient 4 instance must migrate to the new client-neutral
HTTP API and authentication interfaces.
See the release notes for the full list of changes and detailed upgrade guidance.
RDF4J 5.3.2 is now available. This is a patch release fixing 2 issues, including a security fix for XML parsing.
The security fix is a follow-up to CVE-2018-1000644. Several XML parser entry points were not covered by the earlier fix and could still allow XML External Entity (XXE) style processing in some configurations. RDF4J 5.3.2 hardens these paths so DOCTYPE declarations, external entities, and external DTD loading are rejected or disabled by default.
We recommend that users who parse untrusted XML-based RDF4J data or query results upgrade to this release.
For more details, have a look at the release notes.
Milestone number 3 of the upcoming 6.0.0 release of RDF4J is now available for download.
RDF4J 6.0.0 is a major release of the RDF4J framework. This third milestone focuses on hardening the RDF 1.2 and SPARQL 1.2 work from the previous milestones, expanding store support, and fixing several release-readiness issues found during verification.
Please note that RDF4J 6.0.0-M3 requires Java 25.
This is the final planned milestone build before RDF4J 6.0.0. Once M3 has been verified, we will start planning the final release. Please try this build and let us know about regressions, upgrade problems, missing documentation, or any other surprises by opening a GitHub issue or starting a GitHub discussion.
Some of the highlights covered in this third milestone:
Eclipse RDF4J™ is a powerful Java framework for processing and handling RDF data. This includes creating, parsing, scalable storage, reasoning and querying with RDF and Linked Data. It offers an easy-to-use API that can be connected to all leading RDF database solutions. It allows you to connect with SPARQL endpoints and create applications that leverage the power of linked data and Semantic Web.