Skip to content
This repository has been archived by the owner on Aug 26, 2020. It is now read-only.

eclipse/rdf4j#2321 release notes, download, and news item for 3.2.3 #171

Merged
merged 1 commit into from
Jul 2, 2020
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
10 changes: 5 additions & 5 deletions site/content/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ toc: true

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

# RDF4J 3.2.2 (latest)
# RDF4J 3.2.3 (latest)

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

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

- [RDF4J 3.2.2 onejar](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-3.2.2-onejar.jar)<br/>
- [RDF4J 3.2.3 onejar](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-3.2.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 @@ -37,7 +37,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>3.2.2</version>
<version>3.2.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
14 changes: 14 additions & 0 deletions site/content/news/rdf4j-323.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "RDF4J 3.2.3 released"
date: 2020-07-02
layout: "single"
categories: ["news"]
---
We are pleased to announce the release of RDF4J 3.2.3. This is a patch release fixing several issues in the Rio Turtle parser and in handling of path expressions in the SPARQL engine.

See the [release notes](/release-notes/3.2.3) for more details.

<!--more-->
### Links

- [Download RDF4J](/download/)
9 changes: 9 additions & 0 deletions site/content/release-notes/3.2.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: "3.2.3"
---

RDF4J 3.2.3 is a patch release, fixing several problems with Unicode handling in the Turtle parser, as well as a path expression parsing issue in the SPARQL parser.

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

This release was made possible by contributions from Elad Shaked, Gilad Hock, and Damyan Ognyanov. For more information about RDF4J contributors, see [Who's involved](https://projects.eclipse.org/projects/technology.rdf4j/who).