This is an automated email from the ASF dual-hosted git repository.
absurdfarce pushed a commit to branch 4.x
in repository https://gitbox.apache.org/repos/asf/cassandra-java-driver.git
The following commit(s) were added to refs/heads/4.x by this push:
new e74b735d2 Update link to Jira to be CASSJAVA
e74b735d2 is described below
commit e74b735d2819493e9d742b5701405280d8cf4710
Author: Jeremy Hanna <[email protected]>
AuthorDate: Wed Nov 27 12:41:02 2024 -0600
Update link to Jira to be CASSJAVA
Updating the link to Jira.
Previously we had a component in the CASSANDRA Jira project but now we have
a project for each driver - in the case of Java, it's CASSJAVA.
patch by Jeremy Hanna; reviewed by Bret McGuire for CASSJAVA-61
Added CASSJAVA to .asf.yaml
---
.asf.yaml | 1 +
README.md | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index ad58f5363..ac29efed9 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -34,3 +34,4 @@ github:
projects: false
autolink_jira:
- CASSANDRA
+ - CASSJAVA
diff --git a/README.md b/README.md
index 2a30cb68c..b6e1cc337 100644
--- a/README.md
+++ b/README.md
@@ -75,13 +75,13 @@ See the [Cassandra error handling done right
blog](https://www.datastax.com/blog
* [Manual](manual/)
* [API docs]
-* Bug tracking: [JIRA]. Make sure to select the "Client/java-driver"
component when filing new tickets!
+* Bug tracking: [JIRA]
* [Mailing list]
* [Changelog]
* [FAQ]
[API docs]: https://docs.datastax.com/en/drivers/java/4.17
-[JIRA]:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20CASSANDRA%20AND%20component%20%3D%20%22Client%2Fjava-driver%22%20ORDER%20BY%20key%20DESC
+[JIRA]:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20CASSJAVA%20ORDER%20BY%20key%20DESC
[Mailing list]:
https://groups.google.com/a/lists.datastax.com/forum/#!forum/java-driver-user
[Changelog]: changelog/
[FAQ]: faq/
@@ -108,4 +108,4 @@ Apache Cassandra, Apache, Tomcat, Lucene, Solr, Hadoop,
Spark, TinkerPop, and Ca
trademarks of the [Apache Software Foundation](http://www.apache.org/) or its
subsidiaries in
Canada, the United States and/or other countries.
-Binary artifacts of this product bundle Java Native Runtime libraries, which
is available under the Eclipse Public License version 2.0.
\ No newline at end of file
+Binary artifacts of this product bundle Java Native Runtime libraries, which
is available under the Eclipse Public License version 2.0.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]