From 18aa3445b381131a4df211df8ea7ad44e6b17ac0 Mon Sep 17 00:00:00 2001 From: Stefan Miklosovic Date: Wed, 30 Jul 2025 13:18:53 +0200 Subject: [PATCH] Make source distribution buildable by ant artifacts as doc/scripts/process-native-protocol-specs-in-docker.sh was not executable patch by Stefan Miklosovic; reviewed by Dmitry Konstantinov for CASSANDRA-20802 --- CHANGES.txt | 1 + build.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index d8ac0caa5e..65875b8a15 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 5.0.5 + * Make source distribution buildable by ant artifacts as doc/scripts/process-native-protocol-specs-in-docker.sh was not executable (CASSANDRA-20802) * Fix StorageService JMX mbean not available during bootstrap (CASSANDRA-19902) * SSTableIndexWriter#abort() should log more quietly in cases where an exception is not provided (CASSANDRA-20695) * Avoid availability gap between UP and queryability marking for already built SAI indexes on bounce (CASSANDRA-20732) diff --git a/build.xml b/build.xml index d8e0ad2e39..6f693b3ea3 100644 --- a/build.xml +++ b/build.xml @@ -980,6 +980,7 @@ +