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 2024/03/02 12:23:45 UTC

(jena-site) branch main updated: Remove references to JIRA

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 2b2ee8519 Remove references to JIRA
2b2ee8519 is described below

commit 2b2ee851980d4c5e1093696aa9e0636037639423
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Fri Mar 1 21:57:18 2024 +0000

    Remove references to JIRA
---
 source/about_jena/contributions.md                     |  2 +-
 source/about_jena/roadmap.md                           |  4 +---
 source/documentation/archive/eyeball/eyeball-manual.md |  2 +-
 source/documentation/archive/larq/__index.md           |  3 +--
 source/getting_involved/__index.md                     | 18 +++++-------------
 source/getting_involved/reviewing_contributions.md     |  3 ---
 source/help_and_support/bugs_and_suggestions.md        |  8 +++-----
 7 files changed, 12 insertions(+), 28 deletions(-)

diff --git a/source/about_jena/contributions.md b/source/about_jena/contributions.md
index f6e72da5d..3d07868e9 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 issue with the details to be published.
 
 ## Related projects
 
diff --git a/source/about_jena/roadmap.md b/source/about_jena/roadmap.md
index f4188ebff..f7ae43ade 100644
--- a/source/about_jena/roadmap.md
+++ b/source/about_jena/roadmap.md
@@ -2,8 +2,6 @@
 title: Jena Roadmap
 ---
 
-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)
+You can view a list of the [open issues on Github](https://github.com/apache/jena/issues).
 
 Pull requests, patches and other contributions welcome!
diff --git a/source/documentation/archive/eyeball/eyeball-manual.md b/source/documentation/archive/eyeball/eyeball-manual.md
index 7619d1c83..e76e14fdf 100644
--- a/source/documentation/archive/eyeball/eyeball-manual.md
+++ b/source/documentation/archive/eyeball/eyeball-manual.md
@@ -59,7 +59,7 @@ In the Eyeball distribution directory, run the Eyeball tests:
     ant test
 
 If these tests fail, something is wrong. Please ask on the user
-mailing list or file a Jira issue.
+mailing list.
 
 If the tests have passed, you can use Eyeball from the installation
 directory, or copy *lib*, *etc* and *mirror* to somewhere
diff --git a/source/documentation/archive/larq/__index.md b/source/documentation/archive/larq/__index.md
index dd87e92a7..f2a5eb667 100644
--- a/source/documentation/archive/larq/__index.md
+++ b/source/documentation/archive/larq/__index.md
@@ -170,6 +170,5 @@ If you use LARQ and you want to get involved, make sure you read the [Getting In
  * improving this documentation, writing tutorials or blog posts about LARQ
  * letting us know how you use LARQ, your use cases and what are in your opinion missing features 
  * answering users question about LARQ on the [users@jena.apache.org](mailto:users@jena.apache.org?s=[LARQ] ) mailing list
- * submitting bug reports and feature requests on JIRA: https://issues.apache.org/jira/browse/JENA
- * voting or submitting patches for the currently [open bugs or improvements](https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+JENA+AND+component+%3D+LARQ+AND+status+%3D+Open+ORDER+BY+priority+DESC&mode=hide) for LARQ
+ * submitting bug reports and feature requests
  * checking out LARQ source code, playing with it and let us know your ideas for possible improvements: [https://svn.apache.org/repos/asf/jena/Archive/jena-larq](https://svn.apache.org/repos/asf/jena/Archive/jena-larq)
diff --git a/source/getting_involved/__index.md b/source/getting_involved/__index.md
index 0e887a9ee..e05a09f10 100644
--- a/source/getting_involved/__index.md
+++ b/source/getting_involved/__index.md
@@ -11,9 +11,9 @@ 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
-[Jena's GitHub Issues](https://github.com/apache/jena/issues) or [Jena JIRA](https://issues.apache.org/jira/browse/JENA).
+[Jena's GitHub Issues](https://github.com/apache/jena/issues).
 
-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 discuss your contribution 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.
 See the [subscription instructions](../help_and_support) for details.
 
@@ -68,22 +68,14 @@ contribute your suggested changes to the code.
 
 ### Open issues
 
-You can find 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.
+Apache Jena manages issues using [github open issues](https://github.com/apache/jena/issues).
 
 ### Submit your patches
 
 You can develop new contributions and work on patches using either the
-Apache-hosted git repository or the [mirror on GitHub](https://github.com/apache/jena
-).  
+Apache-hosted git repository or the [mirror on GitHub](https://github.com/apache/jena).  
 
-[GitHub pull requests](https://github.com/apache/jena/pulls) are forwarded to the
-[dev@jira mailing list](/help_and_support/) for review by the Jena committers. 
-You should subscribe to dev@jira to follow the feedback on your pull request. 
-
-
-Alternatively, patches can be attached directly to issues in Jira 
-(click on `More Actions > Attach Files`).
+Alternatively, patches can be attached directly to issues in github.
 
 Please, inspect your contribution/patch and make sure it includes all (and
 only) the relevant changes for a single issue. Don't forget tests!
diff --git a/source/getting_involved/reviewing_contributions.md b/source/getting_involved/reviewing_contributions.md
index 2efab4c89..3fdd3b470 100644
--- a/source/getting_involved/reviewing_contributions.md
+++ b/source/getting_involved/reviewing_contributions.md
@@ -73,9 +73,6 @@ features - should usually be discussed on the [dev@jena.apache.org](mailto:dev@j
 Use your judgement here, a few hundred lines of code may be considered small if it isn't changing/extending functionality significantly.
 Conversely a small patch that changes a core behavior should be more widely discussed.
 
-If in doubt start a thread on dev or comment on the JIRA issue, JIRA comments get copied to the dev list
-so all developers should see the comments even if they aren't explicitly watching the issue.
-
 ## IP Clearance
 
 Depending on where a patch comes from there may be IP clearance issues, for small patches this is generally a non-issue.
diff --git a/source/help_and_support/bugs_and_suggestions.md b/source/help_and_support/bugs_and_suggestions.md
index fa8cdd3c9..75feafb88 100644
--- a/source/help_and_support/bugs_and_suggestions.md
+++ b/source/help_and_support/bugs_and_suggestions.md
@@ -2,17 +2,15 @@
 title: Reporting bugs and making suggestions
 ---
 
-Please report bugs using [Jena's GitHub Issues](https://github.com/apache/jena/issues) or 
-ASF's [JIRA instance for Jena](https://issues.apache.org/jira/browse/JENA).  
+Please report bugs using [Jena's GitHub Issues](https://github.com/apache/jena/issues).
 General suggestions or requests for changes can also be discussed on the [user list](index.html)
 or [Jena's GitHub Discussions](https://github.com/apache/jena/discussions)
-but are less likely to be accidentally forgotten if you log them into JIRA or a GitHub Issue.
+but are less likely to be accidentally forgotten if you log them in a GitHub Issue.
 
 For any security issues please refer to our [Security Advisories](../about_jena/security-advisories.md)
 page for how those should be reported and handled.
 
-Patches and other code contributions should also be attached to issues in
-JIRA (click on `More Actions > Attach Files`) or made via git pull requests.
+Patches and other code contributions are made via git pull requests.
 See '[Getting Involved](/getting_involved/)'
 
 Please note that ASF requires that all contributions must be covered by an