Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
- name: Uncompress Javadoc
working-directory: site/static/javadoc
run: |
bash uncompress.sh
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,13 +235,8 @@ class ValueStore extends AbstractValueFactory {
return null;
});

if (logger.isDebugEnabled()) {
// trigger deletion of values marked for GC
startTransaction(true);
commit();
// print current values in store
logValues();
}
startTransaction(true);
commit();
}

private void logValues() throws IOException {
Expand Down
16 changes: 8 additions & 8 deletions site/content/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ toc: true

You can either retrieve RDF4J via Apache Maven, or download the SDK or onejar directly.

## RDF4J 5.1.2 (latest)
## RDF4J 5.1.3 (latest)

RDF4J 5.1.2 is our latest stable release. It requires Java 11 minimally.
For details on what’s new and how to upgrade, see the [release and upgrade notes](/release-notes/5.1.2).
RDF4J 5.1.3 is our latest stable release. It requires Java 11 minimally.
For details on what’s new and how to upgrade, see the [release and upgrade notes](/release-notes/5.1.3).

- [RDF4J 5.1.2 SDK (zip)](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.1.2-sdk.zip)<br/>
- [RDF4J 5.1.3 SDK (zip)](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.1.3-sdk.zip)<br/>
Full Eclipse RDF4J SDK, containing all libraries, RDF4J Server, Workbench, and Console applications, and Javadoc API.

- [RDF4J 5.1.2 onejar](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.1.2-onejar.jar)<br/>
- [RDF4J 5.1.3 onejar](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.1.3-onejar.jar)<br/>
Single jar file for easy inclusion of the full RDF4J toolkit in your Java project.

- [RDF4J artifacts](https://search.maven.org/search?q=org.eclipse.rdf4j) on the [Maven Central Repository](http://search.maven.org/)
Expand All @@ -28,7 +28,7 @@ You can include RDF4J as a Maven dependency in your Java project by including th
<dependency>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-bom</artifactId>
<version>5.1.2</version>
<version>5.1.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -60,8 +60,8 @@ which artifacts RDF4J provides.

### RDF4J 4.3

- [RDF4J 4.3.15 SDK (zip)](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-4.3.15-sdk.zip)
- [RDF4J 4.3.15 onejar](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-4.3.15-onejar.jar)
- [RDF4J 4.3.16 SDK (zip)](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-4.3.16-sdk.zip)
- [RDF4J 4.3.16 onejar](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-4.3.16-onejar.jar)


### RDF4J 4.2
Expand Down
14 changes: 14 additions & 0 deletions site/content/news/rdf4j-4316.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "RDF4J 4.3.16 released"
date: 2025-04-16T12:52:34+0200
layout: "single"
categories: ["news"]
---
RDF4J 4.3.16 is now available. This is a patch release fixing 2 bugs.

For more details, have a look at the [release notes](/release-notes/4.3.16).
<!--more-->
### Links

- [Download RDF4J](/download/)
- [release notes](/release-notes/4.3.16).
14 changes: 14 additions & 0 deletions site/content/news/rdf4j-513.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "RDF4J 5.1.3 released"
date: 2025-04-15T15:24:42+0200
layout: "single"
categories: ["news"]
---
RDF4J 5.1.3 is now available. This is a patch release fixing 6 bugs.

For more details, have a look at the [release notes](/release-notes/5.1.3).
<!--more-->
### Links

- [Download RDF4J](/download/)
- [release notes](/release-notes/5.1.3).
7 changes: 7 additions & 0 deletions site/content/release-notes/4.3.16.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "4.3.16"
toc: true
---
RDF4J 4.3.16 is a patch release that fixes 2 issues backported from RDF4J 5.

For a complete overview, see [all issues fixed in 4.3.16](https://github.com/eclipse/rdf4j/milestone/113?closed=1).
11 changes: 11 additions & 0 deletions site/content/release-notes/5.1.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "5.1.3"
toc: true
---
RDF4J 5.1.3 is a patch release that fixes 6 issues.

For a complete overview, see [all issues fixed in 5.1.3](https://github.com/eclipse/rdf4j/milestone/118?closed=1).

### Acknowledgements

This release was made possible by contributions from Håvard M. Ottestad, Manuel Fiorelli, Jerven Bolleman, Piotr Sowiński, Matthew Nguyen, Wolfgang Schell and Ken Wenzel.
Binary file added site/static/javadoc/4.3.16.tgz
Binary file not shown.
Binary file added site/static/javadoc/5.1.3.tgz
Binary file not shown.
Binary file modified site/static/javadoc/latest.tgz
Binary file not shown.
Loading