This is an automated email from the ASF dual-hosted git repository.
andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena-site.git
The following commit(s) were added to refs/heads/main by this push:
new e09fceca1 Archive jena-jdbc documentation
e09fceca1 is described below
commit e09fceca1dc9fa657ddfaddabb46408735e8524a
Author: Andy Seaborne <[email protected]>
AuthorDate: Wed Aug 28 18:47:14 2024 +0100
Archive jena-jdbc documentation
---
source/documentation/archive/jdbc/__index.md | 9 +++++++++
source/documentation/{ => archive}/jdbc/artifacts.md | 0
source/documentation/{ => archive}/jdbc/custom_driver.md | 0
source/documentation/{ => archive}/jdbc/drivers.md | 0
.../{jdbc/__index.md => archive/jdbc/jdbc_index.md} | 2 +-
source/download/maven.md | 5 -----
6 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/source/documentation/archive/jdbc/__index.md
b/source/documentation/archive/jdbc/__index.md
new file mode 100644
index 000000000..ccb820c3b
--- /dev/null
+++ b/source/documentation/archive/jdbc/__index.md
@@ -0,0 +1,9 @@
+---
+title: Jena JDBC - A SPARQL over JDBC driver framework
+---
+
+----
+> The Jena JDBC module has been retired.<br/>
+> The last release of Jena with jena-jdb was Jena 4.10.0.<br/>
+> The [original documentation](jdbc_index.html).
+----
diff --git a/source/documentation/jdbc/artifacts.md
b/source/documentation/archive/jdbc/artifacts.md
similarity index 100%
rename from source/documentation/jdbc/artifacts.md
rename to source/documentation/archive/jdbc/artifacts.md
diff --git a/source/documentation/jdbc/custom_driver.md
b/source/documentation/archive/jdbc/custom_driver.md
similarity index 100%
rename from source/documentation/jdbc/custom_driver.md
rename to source/documentation/archive/jdbc/custom_driver.md
diff --git a/source/documentation/jdbc/drivers.md
b/source/documentation/archive/jdbc/drivers.md
similarity index 100%
rename from source/documentation/jdbc/drivers.md
rename to source/documentation/archive/jdbc/drivers.md
diff --git a/source/documentation/jdbc/__index.md
b/source/documentation/archive/jdbc/jdbc_index.md
similarity index 99%
rename from source/documentation/jdbc/__index.md
rename to source/documentation/archive/jdbc/jdbc_index.md
index 8d8bb310a..07ab1ff56 100644
--- a/source/documentation/jdbc/__index.md
+++ b/source/documentation/archive/jdbc/jdbc_index.md
@@ -3,7 +3,7 @@ title: Jena JDBC - A SPARQL over JDBC driver framework
slug: index
---
-> Jena JDBC will be removed in Jena5.
+> Jena JDBC was removed in Jena5.
Jena JDBC is a set of libraries which provide SPARQL over JDBC driver
implementations.
diff --git a/source/download/maven.md b/source/download/maven.md
index 72f7cf30b..c88b6fdb9 100644
--- a/source/download/maven.md
+++ b/source/download/maven.md
@@ -120,11 +120,6 @@ structuring Jena development.
<td><code>jar</code></td>
<td>Security wrapper around Jena RDF implementation.</td>
</tr>
- <tr>
- <td><code>jena-jdbc-driver-bundle</code></td>
- <td><code>jar</code></td>
- <td>A collection of JDBC drivers</td>
- </tr>
</table>
There are also a number of artifacts used in development.