This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/jena-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new d8d1d5bdd Updated site from main 
(f5a070191f58aa93d1c0adb77688f76982650469)
d8d1d5bdd is described below

commit d8d1d5bddd11c1e5a5358d2c0877becbecf937a2
Author: jenkins <bui...@apache.org>
AuthorDate: Mon Apr 10 09:47:59 2023 +0000

    Updated site from main (f5a070191f58aa93d1c0adb77688f76982650469)
---
 content/about_jena/index.xml            |  4 ++--
 content/about_jena/roadmap.html         |  7 ++++---
 content/documentation/index.xml         |  5 ++---
 content/documentation/rdf/datasets.html |  2 --
 content/getting_involved/index.html     |  3 ++-
 content/getting_involved/index.xml      |  2 +-
 content/index.json                      |  2 +-
 content/index.xml                       | 11 +++++------
 content/sitemap.xml                     | 14 +++++++-------
 9 files changed, 24 insertions(+), 26 deletions(-)

diff --git a/content/about_jena/index.xml b/content/about_jena/index.xml
index a6b9cc456..23fec876c 100644
--- a/content/about_jena/index.xml
+++ b/content/about_jena/index.xml
@@ -42,8 +42,8 @@ At its core, Jena stores information as RDF triples in 
directed graphs, and allo
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
       
       <guid>https://jena.apache.org/about_jena/roadmap.html</guid>
-      <description>You can view a list of the open issues on JIRA (sorted by 
priority). Or, you can look at the last week activity to get a sense of what 
people are working on.
-Patches and other contributions welcome!</description>
+      <description>You can view a list of the open issues on Github and older 
open issues on JIRA. priority)
+Pull requests, patches and other contributions welcome!</description>
     </item>
     
     <item>
diff --git a/content/about_jena/roadmap.html b/content/about_jena/roadmap.html
index 62278268e..1d8919afa 100644
--- a/content/about_jena/roadmap.html
+++ b/content/about_jena/roadmap.html
@@ -176,9 +176,10 @@
     <nav id="TableOfContents"></nav>
   </aside>
   <article class="flex-column me-lg-4">
-    <p>You can view a list of the <a 
href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D+JENA+AND+status+%3D+Open+ORDER+BY+priority+DESC&amp;mode=hide";>open
 issues</a> on JIRA (sorted by priority).
-Or, you can look at the <a 
href="https://issues.apache.org/jira/secure/QuickSearch.jspa?searchString=jena+updated:-1w";>last
 week activity</a> to get a sense of what people are working on.</p>
-<p>Patches and other contributions welcome!</p>
+    <p>You can view a list of the <a 
href="https://github.com/apache/jena/issues";>open issues on Github</a>
+and <a 
href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D+JENA+AND+status+%3D+Open+ORDER+BY+priority+DESC&amp;mode=hide";>older
 open issues</a> on JIRA.
+priority)</p>
+<p>Pull requests, patches and other contributions welcome!</p>
 
   </article>
   
diff --git a/content/documentation/index.xml b/content/documentation/index.xml
index 06294cd28..3ded025a1 100644
--- a/content/documentation/index.xml
+++ b/content/documentation/index.xml
@@ -933,9 +933,8 @@ After Jena 3.1.0, Jena exposes the underlying HTTP Commons 
functionality to supp
       
       <guid>https://jena.apache.org/documentation/rdf/datasets.html</guid>
       <description>The in-memory, transactional dataset provides a dataset 
with full ACID transaction semantics, including abort. It provides for multiple 
readers and a concurrent writer together with full snapshot isolation of the 
dataset. Readers see an unchanging, consistent dataset where aggregate 
operations return stable results.
-First introduced in Jena version 3.0.1 as a beta, then in 3.1.0.
-During the beta phase, please log any issues with Apache Jena JIRA.
-API use A new instance of the class is obtained by a call to 
DatasetFactory.</description>
+API use A new instance of the class is obtained by a call to 
DatasetFactory.createTxnMem():
+Dataset ds = DatasetFactory.createTxnMem() ; This can then be used by the 
application for reading:</description>
     </item>
     
     <item>
diff --git a/content/documentation/rdf/datasets.html 
b/content/documentation/rdf/datasets.html
index 433014aea..51e48b040 100644
--- a/content/documentation/rdf/datasets.html
+++ b/content/documentation/rdf/datasets.html
@@ -199,8 +199,6 @@ transaction semantics, including abort. It provides for 
multiple
 readers and a concurrent writer together with full snapshot isolation of
 the dataset.  Readers see an unchanging, consistent dataset where aggregate
 operations return stable results.</p>
-<p>First introduced in Jena version 3.0.1 as a beta, then in 3.1.0.</p>
-<p>During the beta phase, please log any issues with <a 
href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20JENA%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC";>Apache
 Jena JIRA</a>.</p>
 <h3 id="api-use">API use</h3>
 <p>A new instance of the class is obtained by a call to 
<code>DatasetFactory.createTxnMem()</code>:</p>
 <pre><code>Dataset ds = DatasetFactory.createTxnMem() ;
diff --git a/content/getting_involved/index.html 
b/content/getting_involved/index.html
index 7db635e6a..681ba1706 100644
--- a/content/getting_involved/index.html
+++ b/content/getting_involved/index.html
@@ -193,7 +193,8 @@
 We appreciate feature suggestions, bug reports and patches for code or 
documentation.</p>
 <p>If you need help using Jena, please see our <a 
href="../help_and_support">getting help</a> page.</p>
 <h3 id="how-to-contribute">How to contribute</h3>
-<p>You can help us sending your suggestions, feature requests and bug reports 
(as well as patches) using the <a 
href="https://issues.apache.org/jira/browse/JENA";>Jena issue tracker</a>.</p>
+<p>You can help us sending your suggestions, feature requests and bug reports 
(as well as patches) using
+<a href="https://github.com/apache/jena/issues";>Jena&rsquo;s GitHub Issues</a> 
or <a href="https://issues.apache.org/jira/browse/JENA";>Jena JIRA</a>.</p>
 <p>You can discuss your contribution, before or after adding it to Jira, on 
the <a href="mailto:d...@jena.apache.org";><code>d...@jena.apache.org</code></a> 
mailing list.
 You can also help other users by answering their questions on the <a 
href="mailto:us...@jena.apache.org";><code>us...@jena.apache.org</code></a> 
mailing list.
 See the <a href="../help_and_support">subscription instructions</a> for 
details.</p>
diff --git a/content/getting_involved/index.xml 
b/content/getting_involved/index.xml
index 50db65d7b..71ab4fd8a 100644
--- a/content/getting_involved/index.xml
+++ b/content/getting_involved/index.xml
@@ -14,7 +14,7 @@
       <guid>https://jena.apache.org/getting_involved/</guid>
       <description>We welcome your contribution towards making Jena a better 
platform for semantic web and linked data applications. We appreciate feature 
suggestions, bug reports and patches for code or documentation.
 If you need help using Jena, please see our getting help page.
-How to contribute You can help us sending your suggestions, feature requests 
and bug reports (as well as patches) using the Jena issue tracker.
+How to contribute You can help us sending your suggestions, feature requests 
and bug reports (as well as patches) using Jena&amp;rsquo;s GitHub Issues or 
Jena JIRA.
 You can discuss your contribution, before or after adding it to Jira, on the 
dev@jena.</description>
     </item>
     
diff --git a/content/index.json b/content/index.json
index e886fdb9c..bfa2f7638 100644
--- a/content/index.json
+++ b/content/index.json
@@ -1 +1 @@
-[{"categories":null,"contents":"This page is historical \u0026ldquo;for 
information only\u0026rdquo; - there is no Apache release of Eyeball and the 
code has not been updated for Jena3.\nThe original source code is available. So 
you\u0026rsquo;ve got Eyeball installed and you\u0026rsquo;ve run it on one of 
your files, and Eyeball doesn\u0026rsquo;t like it. You\u0026rsquo;re not sure 
why, or what to do about it. Here\u0026rsquo;s what\u0026rsquo;s going 
on.\nEyeball inspects your model a [...]
\ No newline at end of file
+[{"categories":null,"contents":"This page is historical \u0026ldquo;for 
information only\u0026rdquo; - there is no Apache release of Eyeball and the 
code has not been updated for Jena3.\nThe original source code is available. So 
you\u0026rsquo;ve got Eyeball installed and you\u0026rsquo;ve run it on one of 
your files, and Eyeball doesn\u0026rsquo;t like it. You\u0026rsquo;re not sure 
why, or what to do about it. Here\u0026rsquo;s what\u0026rsquo;s going 
on.\nEyeball inspects your model a [...]
\ No newline at end of file
diff --git a/content/index.xml b/content/index.xml
index 3f33a4bf2..19fce718f 100644
--- a/content/index.xml
+++ b/content/index.xml
@@ -984,7 +984,7 @@ Email support lists The main user support list is 
us...@jena.apache.org. To join
       <guid>https://jena.apache.org/getting_involved/</guid>
       <description>We welcome your contribution towards making Jena a better 
platform for semantic web and linked data applications. We appreciate feature 
suggestions, bug reports and patches for code or documentation.
 If you need help using Jena, please see our getting help page.
-How to contribute You can help us sending your suggestions, feature requests 
and bug reports (as well as patches) using the Jena issue tracker.
+How to contribute You can help us sending your suggestions, feature requests 
and bug reports (as well as patches) using Jena&amp;rsquo;s GitHub Issues or 
Jena JIRA.
 You can discuss your contribution, before or after adding it to Jira, on the 
dev@jena.</description>
     </item>
     
@@ -1027,9 +1027,8 @@ After Jena 3.1.0, Jena exposes the underlying HTTP 
Commons functionality to supp
       
       <guid>https://jena.apache.org/documentation/rdf/datasets.html</guid>
       <description>The in-memory, transactional dataset provides a dataset 
with full ACID transaction semantics, including abort. It provides for multiple 
readers and a concurrent writer together with full snapshot isolation of the 
dataset. Readers see an unchanging, consistent dataset where aggregate 
operations return stable results.
-First introduced in Jena version 3.0.1 as a beta, then in 3.1.0.
-During the beta phase, please log any issues with Apache Jena JIRA.
-API use A new instance of the class is obtained by a call to 
DatasetFactory.</description>
+API use A new instance of the class is obtained by a call to 
DatasetFactory.createTxnMem():
+Dataset ds = DatasetFactory.createTxnMem() ; This can then be used by the 
application for reading:</description>
     </item>
     
     <item>
@@ -1227,8 +1226,8 @@ Details of ARP, the Jena RDF/XML parser Quick 
Introduction The main I/O methods
       <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
       
       <guid>https://jena.apache.org/about_jena/roadmap.html</guid>
-      <description>You can view a list of the open issues on JIRA (sorted by 
priority). Or, you can look at the last week activity to get a sense of what 
people are working on.
-Patches and other contributions welcome!</description>
+      <description>You can view a list of the open issues on Github and older 
open issues on JIRA. priority)
+Pull requests, patches and other contributions welcome!</description>
     </item>
     
     <item>
diff --git a/content/sitemap.xml b/content/sitemap.xml
index 3697cd3ee..20eae463b 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -6,7 +6,7 @@
     <lastmod>2020-06-28T16:59:07+01:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/about_jena.html</loc>
-    <lastmod>2022-12-21T14:55:40+01:00</lastmod>
+    <lastmod>2023-04-10T10:11:44+01:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/documentation/permissions/example.html</loc>
     <lastmod>2022-01-12T17:24:53+00:00</lastmod>
@@ -201,7 +201,7 @@
     <lastmod>2023-02-03T13:28:13+02:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/documentation.html</loc>
-    <lastmod>2023-04-05T21:33:27+02:00</lastmod>
+    <lastmod>2023-04-10T10:11:44+01:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/download.html</loc>
     <lastmod>2022-12-21T14:55:40+01:00</lastmod>
@@ -279,13 +279,13 @@
     <lastmod>2023-04-05T21:19:02+02:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/getting_involved/</loc>
-    <lastmod>2022-12-21T14:55:40+01:00</lastmod>
+    <lastmod>2023-04-10T10:11:44+01:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/getting_started/</loc>
     <lastmod>2023-02-05T18:59:30+01:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/getting_involved.html</loc>
-    <lastmod>2022-12-21T14:55:40+01:00</lastmod>
+    <lastmod>2023-04-10T10:11:44+01:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/getting_started.html</loc>
     <lastmod>2023-02-05T18:59:30+01:00</lastmod>
@@ -303,7 +303,7 @@
     <lastmod>2021-11-05T16:04:36+00:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/documentation/rdf/datasets.html</loc>
-    <lastmod>2020-05-01T11:11:56+12:00</lastmod>
+    <lastmod>2023-04-10T10:11:44+01:00</lastmod>
   </url><url>
     
<loc>https://jena.apache.org/documentation/assembler/inside-assemblers.html</loc>
     <lastmod>2020-02-28T13:09:12+01:00</lastmod>
@@ -360,7 +360,7 @@
     <lastmod>2023-02-05T18:59:30+01:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/about_jena/roadmap.html</loc>
-    <lastmod>2020-02-28T13:09:12+01:00</lastmod>
+    <lastmod>2023-04-10T10:11:44+01:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/documentation/tools/schemagen.html</loc>
     <lastmod>2020-05-01T11:11:56+12:00</lastmod>
@@ -378,7 +378,7 @@
     <lastmod>2022-12-21T14:55:40+01:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/about_jena/contributions.html</loc>
-    <lastmod>2022-12-21T14:55:40+01:00</lastmod>
+    <lastmod>2023-04-10T10:11:44+01:00</lastmod>
   </url><url>
     <loc>https://jena.apache.org/documentation/archive/larq/</loc>
     <lastmod>2020-06-28T16:59:07+01:00</lastmod>

Reply via email to