Skip to content

Commit b766d18

Browse files
authored
5.0.0-M2-release-notes (#4813)
2 parents 86cbf5b + f28c320 commit b766d18

3 files changed

Lines changed: 30 additions & 6 deletions

File tree

site/content/download.md

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

5353

54-
## RDF4J 5.0.0-M1
54+
## RDF4J 5.0.0-M2
5555

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).
56+
RDF4J 5.0.0-M2 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-M2.md).
5858

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/>
59+
- [RDF4J 5.0.0-M2 SDK (zip)](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.0.0-M2-sdk.zip)<br/>
6060
Full Eclipse RDF4J SDK, containing all libraries, RDF4J Server, Workbench, and Console applications, and Javadoc API.
6161

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/>
62+
- [RDF4J 5.0.0-M2 onejar](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.0.0-M2-onejar.jar)<br/>
6363
Single jar file for easy inclusion of the full RDF4J toolkit in your Java project.
6464

6565
- [RDF4J artifacts](https://search.maven.org/search?q=org.eclipse.rdf4j) on the [Maven Central Repository](http://search.maven.org/)
6666

67-
RDF4J 5.0.0-M1 is also available through maven.
67+
RDF4J 5.0.0-M2 is also available through maven.
6868

6969

7070
## Older releases

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "RDF4J 5.0.0 Milestone 2"
3+
date: 2023-10-17T09:50:33+0200
4+
layout: "single"
5+
categories: ["news"]
6+
---
7+
Milestone number 2 of the upcoming 5.0.0 release of RDF4J is now available for download.
8+
9+
Notable changes since the previous milestone build:
10+
- We have [switched to the new CONFIG vocabulary](https://github.com/eclipse-rdf4j/rdf4j/pull/4699). If you ware interacting with the config files directly then take care to use the new vocabulary and if need be use the [Configuration class](https://github.com/eclipse-rdf4j/rdf4j/blob/develop/core/model/src/main/java/org/eclipse/rdf4j/model/util/Configurations.java) to help with handling use cases where the new and old config vocabularies are mixed.
11+
- The refactoring and optimizations of the various iterations is nearing completion and there should be very few iterations that are still marked as deprecated.
12+
- More deprecated code has been removed, if you find that you were depending on deprecated code that is now removed then please let us know.
13+
14+
15+
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.
16+
17+
<!--more-->
18+
19+
- [issues fixed in 5.0.0 Milestone 2](https://github.com/eclipse/rdf4j/issues?q=is%3Aissue+label%3AM2+is%3Aclosed+milestone%3A5.0.0)
20+
- [issues planned for 5.0.0](https://github.com/eclipse/rdf4j/milestone/80)
21+
22+
### Links
23+
24+
- [Download RDF4J](/download/)

site/static/javadoc/5.0.0-M2.tgz

6.85 MB
Binary file not shown.

0 commit comments

Comments
 (0)