Skip to content

Commit 03cec8a

Browse files
authored
5.0.0-M1-release-notes (#4741)
2 parents 4acc667 + 6c82608 commit 03cec8a

4 files changed

Lines changed: 36 additions & 1 deletion

File tree

scripts/milestone-release.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ RELEASE_NOTES_BRANCH="${MVN_VERSION_RELEASE}-release-notes"
219219
git checkout -b "${RELEASE_NOTES_BRANCH}"
220220

221221
tar -cvzf "site/static/javadoc/${MVN_VERSION_RELEASE}.tgz" -C target/site/apidocs .
222-
cp -f "site/static/javadoc/${MVN_VERSION_RELEASE}.tgz" "site/static/javadoc/latest.tgz"
223222
git add --all
224223
git commit -s -a -m "javadocs for ${MVN_VERSION_RELEASE}"
225224
git push --set-upstream origin "${RELEASE_NOTES_BRANCH}"

site/content/download.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,22 @@ See the [Setup instructions](/documentation/programming/setup) in the
5151
which artifacts RDF4J provides.
5252

5353

54+
## RDF4J 5.0.0-M1
55+
56+
RDF4J 5.0.0-M1 is our latest milestone build of the upcoming 5.0.0 release. It requires Java 11 minimally.
57+
For details on what’s new and how to upgrade, see the [release and upgrade notes](/news/rdf4j-500-M1.md).
58+
59+
- [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/>
60+
Full Eclipse RDF4J SDK, containing all libraries, RDF4J Server, Workbench, and Console applications, and Javadoc API.
61+
62+
- [RDF4J 5.0.0-M1 onejar](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.0.0-M1-onejar.jar)<br/>
63+
Single jar file for easy inclusion of the full RDF4J toolkit in your Java project.
64+
65+
- [RDF4J artifacts](https://search.maven.org/search?q=org.eclipse.rdf4j) on the [Maven Central Repository](http://search.maven.org/)
66+
67+
RDF4J 5.0.0-M1 is also available through maven.
68+
69+
5470
## Older releases
5571

5672
### RDF4J 4.2

site/content/news/rdf4j-500-M1.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "RDF4J 5.0.0 Milestone 1"
3+
date: 2023-08-08T10:34:33+0200
4+
layout: "single"
5+
categories: ["news"]
6+
---
7+
Milestone number 1 of the upcoming 5.0.0 release of RDF4J is now available for download.
8+
9+
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.
10+
11+
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.
12+
13+
<!--more-->
14+
15+
- [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)
16+
- [issues planned for 5.0.0](https://github.com/eclipse/rdf4j/milestone/80)
17+
18+
### Links
19+
20+
- [Download RDF4J](/download/)

site/static/javadoc/5.0.0-M1.tgz

6.95 MB
Binary file not shown.

0 commit comments

Comments
 (0)