This is an automated email from the ASF dual-hosted git repository.
Mmuzaf pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git
The following commit(s) were added to refs/heads/trunk by this push:
new dbc1ddba2 Remove golang dependency in gen-doc and replace with python
implementation CASSANDRA-21432
dbc1ddba2 is described below
commit dbc1ddba2f888506ac800934088f7c89e3ed03c4
Author: Maxim Muzafarov <[email protected]>
AuthorDate: Mon Jun 8 22:19:13 2026 +0200
Remove golang dependency in gen-doc and replace with python implementation
CASSANDRA-21432
---
cqlprotodoc/README.md | 11 +++++++++++
cqlprotodoc/main.go | 11 +++++++++++
2 files changed, 22 insertions(+)
diff --git a/cqlprotodoc/README.md b/cqlprotodoc/README.md
index 8dd39d6fe..d26992fe3 100644
--- a/cqlprotodoc/README.md
+++ b/cqlprotodoc/README.md
@@ -3,3 +3,14 @@ Comes from https://github.com/martin-sucha/cqlprotodoc
cqlprotodoc converts
[CQL protocol specification
files](https://github.com/apache/cassandra/tree/trunk/doc)
to HTML for easier browsing.
+
+## DEPRECATED
+
+This Go-based tool is deprecated and retained solely for backwards
+compatibility, so users can still build the already released Cassandra 5.x
+and 6.x source distributions together with their documentation.
+
+It has been replaced by an equivalent Python implementation in the Cassandra
+source tree as part of
[CASSANDRA-21432](https://issues.apache.org/jira/browse/CASSANDRA-21432).
+Do not use this tool for new work; no further changes will be made here
+beyond what is required to keep older release branches building.
diff --git a/cqlprotodoc/main.go b/cqlprotodoc/main.go
index f74efd067..5315bcff7 100644
--- a/cqlprotodoc/main.go
+++ b/cqlprotodoc/main.go
@@ -15,6 +15,17 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
+// DEPRECATED: This Go-based cqlprotodoc tool is deprecated and retained
+// solely for backwards compatibility, so users can still build the already
+// released Apache Cassandra 5.x and 6.x source distributions together with
+// their documentation.
+//
+// It has been replaced by an equivalent Python implementation in the
+// Cassandra source tree as part of CASSANDRA-21432
+// (https://issues.apache.org/jira/browse/CASSANDRA-21432). Do not use this
+// tool for new work; no further changes will be made here beyond what is
+// required to keep older release branches building.
package main
import (
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]