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 e5ba60283 Note jena-jdbc will be retired. Remove links to its javadoc.
e5ba60283 is described below

commit e5ba6028357f89dec8ef48ee954d79c50d7ae25c
Author: Andy Seaborne <[email protected]>
AuthorDate: Mon Oct 30 13:42:11 2023 +0000

    Note jena-jdbc will be retired. Remove links to its javadoc.
---
 layouts/_default/baseof.html         | 5 +----
 source/documentation/javadoc.md      | 1 -
 source/documentation/jdbc/__index.md | 2 ++
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 882e66660..dd70aa6c5 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -62,22 +62,20 @@
                         <li class="dropdown-header">References</li>
                         <li><a class="dropdown-item"  
href="/documentation/index.html">Overview</a></li>
                         <li><a class="dropdown-item"  
href="/documentation/query/index.html">ARQ (SPARQL)</a></li>
+                        <li><a class="dropdown-item"  
href="/documentation/io/">RDF I/O</a></li>
                         <li><a class="dropdown-item"  
href="/documentation/assembler/index.html">Assembler</a></li>
                         <li><a class="dropdown-item"  
href="/documentation/tools/index.html">Command-line tools</a></li>
                         <li><a class="dropdown-item"  
href="/documentation/rdfs/">Data with RDFS Inferencing</a></li>
                         <li><a class="dropdown-item"  
href="/documentation/geosparql/index.html">GeoSPARQL</a></li>
                         <li><a class="dropdown-item"  
href="/documentation/inference/index.html">Inference API</a></li>
-                        <li><a class="dropdown-item"  
href="/documentation/javadoc.html">Javadoc</a></li>
                         <li><a class="dropdown-item"  
href="/documentation/ontology/">Ontology API</a></li>
                         <li><a class="dropdown-item"  
href="/documentation/permissions/index.html">Permissions</a></li>
                         <li><a class="dropdown-item"  
href="/documentation/extras/querybuilder/index.html">Query Builder</a></li>
                         <li><a class="dropdown-item"  
href="/documentation/rdf/index.html">RDF API</a></li>
                         <li><a class="dropdown-item"  
href="/documentation/rdfconnection/">RDF Connection - SPARQL API</a></li>
-                        <li><a class="dropdown-item"  
href="/documentation/io/">RDF I/O</a></li>
                         <li><a class="dropdown-item"  
href="/documentation/rdfstar/index.html">RDF-star</a></li>
                         <li><a class="dropdown-item"  
href="/documentation/shacl/index.html">SHACL</a></li>
                         <li><a class="dropdown-item"  
href="/documentation/shex/index.html">ShEx</a></li>
-                        <li><a class="dropdown-item"  
href="/documentation/jdbc/index.html">SPARQL over JDBC</a></li>
                         <li><a class="dropdown-item"  
href="/documentation/tdb/index.html">TDB</a></li>
                         <li><a class="dropdown-item"  
href="/documentation/tdb2/index.html">TDB2</a></li>
                         <li><a class="dropdown-item"  
href="/documentation/query/text-query.html">Text Search</a></li>
@@ -91,7 +89,6 @@
                         <li><a class="dropdown-item" 
href="/documentation/javadoc/arq/">ARQ</a></li>
                         <li><a class="dropdown-item" 
href="/documentation/javadoc/fuseki2/">Fuseki</a></li>
                         <li><a class="dropdown-item" 
href="/documentation/javadoc/geosparql/">GeoSPARQL</a></li>
-                        <li><a class="dropdown-item" 
href="/documentation/javadoc/jdbc/">JDBC</a></li>
                         <li><a class="dropdown-item" 
href="/documentation/javadoc/jena/">Jena Core</a></li>
                         <li><a class="dropdown-item" 
href="/documentation/javadoc/permissions/">Permissions</a></li>
                         <li><a class="dropdown-item" 
href="/documentation/javadoc/extras/querybuilder/">Query Builder</a></li>
diff --git a/source/documentation/javadoc.md b/source/documentation/javadoc.md
index ec6802e3f..38124f4c8 100644
--- a/source/documentation/javadoc.md
+++ b/source/documentation/javadoc.md
@@ -17,4 +17,3 @@ title: Jena JavaDoc
 - [Query Builder](javadoc/extras/querybuilder/index.html)
 - [Service Enhancer](javadoc/extras/serviceenhancer/index.html)
 - [Security Permissions JavaDoc](javadoc/permissions/index.html)
-- [JDBC JavaDoc](javadoc/jdbc/index.html)
diff --git a/source/documentation/jdbc/__index.md 
b/source/documentation/jdbc/__index.md
index 3d2319d27..8d8bb310a 100644
--- a/source/documentation/jdbc/__index.md
+++ b/source/documentation/jdbc/__index.md
@@ -3,6 +3,8 @@ title: Jena JDBC - A SPARQL over JDBC driver framework
 slug: index
 ---
 
+> Jena JDBC will be removed in Jena5.
+
 Jena JDBC is a set of libraries which provide SPARQL over JDBC driver 
implementations.
 
 This is a pure SPARQL over JDBC implementation, there is no attempt to present 
the underlying

Reply via email to