This is an automated email from the ASF dual-hosted git repository. smiklosovic pushed a change to branch cassandra-4.1 in repository https://gitbox.apache.org/repos/asf/cassandra.git
from cfe9641fbe Fix possible NoSuchFileException when removing a snapshot add 9860c1e9d9 Fix copying of JAR of a trigger to temporary file No new revisions were added by this update. Summary of changes: .gitignore | 2 + CHANGES.txt | 1 + examples/ssl-factory/README.adoc | 22 ++++++++ examples/ssl-factory/README.txt | 19 ------- .../KubernetesSecretsSslContextFactoryTest.java | 4 +- examples/triggers/README.adoc | 63 ++++++++++++++++++++++ examples/triggers/README.txt | 36 ------------- examples/triggers/build.xml | 5 ++ .../apache/cassandra/triggers/AuditTrigger.java | 22 +++++--- ide/idea/workspace.xml | 1 + .../cassandra/triggers/CustomClassLoader.java | 11 ++-- 11 files changed, 116 insertions(+), 70 deletions(-) create mode 100644 examples/ssl-factory/README.adoc delete mode 100644 examples/ssl-factory/README.txt create mode 100644 examples/triggers/README.adoc delete mode 100644 examples/triggers/README.txt --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org