You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2023/04/10 09:11:56 UTC

[jena-site] 01/01: Refer to both github and JIRA

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

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

commit 094f65a2dfd70946bfa8dc0610fe57054148f811
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Mon Apr 10 10:11:44 2023 +0100

    Refer to both github and JIRA
---
 source/about_jena/contributions.md   | 2 +-
 source/about_jena/roadmap.md         | 7 ++++---
 source/documentation/rdf/datasets.md | 4 ----
 source/getting_involved/__index.md   | 3 ++-
 4 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/source/about_jena/contributions.md b/source/about_jena/contributions.md
index b41040663..f6e72da5d 100644
--- a/source/about_jena/contributions.md
+++ b/source/about_jena/contributions.md
@@ -11,7 +11,7 @@ This list is provided for information purposes only, and is not meant as an
 endorsement of the mentioned projects by the Jena team.
 
 If you wish your contribution to appear on this page, please raise a
- GitHub or JIRA issue with the details to be published.
+GitHub or JIRA issue with the details to be published.
 
 ## Related projects
 
diff --git a/source/about_jena/roadmap.md b/source/about_jena/roadmap.md
index 299fdc63b..f4188ebff 100644
--- a/source/about_jena/roadmap.md
+++ b/source/about_jena/roadmap.md
@@ -2,7 +2,8 @@
 title: Jena Roadmap
 ---
 
-You can view a list of the [open issues](https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+JENA+AND+status+%3D+Open+ORDER+BY+priority+DESC&mode=hide) on JIRA (sorted by priority).
-Or, you can look at the [last week activity](https://issues.apache.org/jira/secure/QuickSearch.jspa?searchString=jena+updated:-1w) to get a sense of what people are working on.
+You can view a list of the [open issues on Github](https://github.com/apache/jena/issues)
+and [older open issues](https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+JENA+AND+status+%3D+Open+ORDER+BY+priority+DESC&mode=hide) on JIRA.
+priority)
 
-Patches and other contributions welcome!
+Pull requests, patches and other contributions welcome!
diff --git a/source/documentation/rdf/datasets.md b/source/documentation/rdf/datasets.md
index 7b50b34f5..af11e2a66 100644
--- a/source/documentation/rdf/datasets.md
+++ b/source/documentation/rdf/datasets.md
@@ -8,10 +8,6 @@ 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](https://issues.apache.org/jira/issues/?jql=project%20%3D%20JENA%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC).
-
 ### API use
 
 A new instance of the class is obtained by a call to `DatasetFactory.createTxnMem()`:
diff --git a/source/getting_involved/__index.md b/source/getting_involved/__index.md
index 6d7251a18..0e887a9ee 100644
--- a/source/getting_involved/__index.md
+++ b/source/getting_involved/__index.md
@@ -10,7 +10,8 @@ If you need help using Jena, please see our [getting help](../help_and_support)
 
 ### How to contribute
 
-You can help us sending your suggestions, feature requests and bug reports (as well as patches) using the [Jena issue tracker](https://issues.apache.org/jira/browse/JENA).
+You can help us sending your suggestions, feature requests and bug reports (as well as patches) using
+[Jena's GitHub Issues](https://github.com/apache/jena/issues) or [Jena JIRA](https://issues.apache.org/jira/browse/JENA).
 
 You can discuss your contribution, before or after adding it to Jira, on the [`dev@jena.apache.org`](mailto:dev@jena.apache.org) mailing list.
 You can also help other users by answering their questions on the [`users@jena.apache.org`](mailto:users@jena.apache.org) mailing list.