Skip to content

Commit

Permalink
5.0.0-M1-release-notes (#4741)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmottestad authored Aug 10, 2023
2 parents 4acc667 + 6c82608 commit 03cec8a
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/milestone-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ RELEASE_NOTES_BRANCH="${MVN_VERSION_RELEASE}-release-notes"
git checkout -b "${RELEASE_NOTES_BRANCH}"

tar -cvzf "site/static/javadoc/${MVN_VERSION_RELEASE}.tgz" -C target/site/apidocs .
cp -f "site/static/javadoc/${MVN_VERSION_RELEASE}.tgz" "site/static/javadoc/latest.tgz"
git add --all
git commit -s -a -m "javadocs for ${MVN_VERSION_RELEASE}"
git push --set-upstream origin "${RELEASE_NOTES_BRANCH}"
Expand Down
16 changes: 16 additions & 0 deletions site/content/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,22 @@ See the [Setup instructions](/documentation/programming/setup) in the
which artifacts RDF4J provides.


## RDF4J 5.0.0-M1

RDF4J 5.0.0-M1 is our latest milestone build of the upcoming 5.0.0 release. It requires Java 11 minimally.
For details on what’s new and how to upgrade, see the [release and upgrade notes](/news/rdf4j-500-M1.md).

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

- [RDF4J 5.0.0-M1 onejar](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.0.0-M1-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/)

RDF4J 5.0.0-M1 is also available through maven.


## Older releases

### RDF4J 4.2
Expand Down
20 changes: 20 additions & 0 deletions site/content/news/rdf4j-500-M1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "RDF4J 5.0.0 Milestone 1"
date: 2023-08-08T10:34:33+0200
layout: "single"
categories: ["news"]
---
Milestone number 1 of the upcoming 5.0.0 release of RDF4J is now available for download.

This first milestone focuses on removing deprecated code with the largest change being the removal of the Iteration interface in favour of using the CloseableIteration interface instead. The CloseableIteration has also been simplified by removing support for specifying checked exceptions using Java generics.

This milestone build is not yet feature-complete, but we are putting it out to receive early feedback on all the improvements we have put in.

<!--more-->

- [issues fixed in 5.0.0 Milestone 1](https://github.com/eclipse/rdf4j/issues?q=is%3Aissue+label%3AM1+is%3Aclosed+milestone%3A5.0.0)
- [issues planned for 5.0.0](https://github.com/eclipse/rdf4j/milestone/80)

### Links

- [Download RDF4J](/download/)
Binary file added site/static/javadoc/5.0.0-M1.tgz
Binary file not shown.

0 comments on commit 03cec8a

Please sign in to comment.