From a8b1fb6ae6e934f4ba0a07deb03b6257c7dcb383 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Mon, 23 Jan 2023 11:31:21 -0600 Subject: [PATCH] Upgrade JNA to 5.13.0 Patch by brandonwilliams; reviewed by mck for CASSANDRA-18050 --- .build/parent-pom-template.xml | 2 +- CHANGES.txt | 1 + test/unit/org/apache/cassandra/tools/OfflineToolUtils.java | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.build/parent-pom-template.xml b/.build/parent-pom-template.xml index ce265bc7f0..bfb79251a4 100644 --- a/.build/parent-pom-template.xml +++ b/.build/parent-pom-template.xml @@ -566,7 +566,7 @@ net.java.dev.jna jna - 5.9.0 + 5.13.0 org.jacoco diff --git a/CHANGES.txt b/CHANGES.txt index ed7f0e1cd1..7db90c01a9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 4.2 + * Update JNA to 5.13.0 (CASSANDRA-18050) * Make virtual tables decide if they implicitly enable ALLOW FILTERING (CASSANDRA-18238) * Add row, tombstone, and sstable count to nodetool profileload (CASSANDRA-18022) * Coordinator level metrics for read response and mutation row and column counts (CASSANDRA-18155) diff --git a/test/unit/org/apache/cassandra/tools/OfflineToolUtils.java b/test/unit/org/apache/cassandra/tools/OfflineToolUtils.java index 47681f1862..355e48a28c 100644 --- a/test/unit/org/apache/cassandra/tools/OfflineToolUtils.java +++ b/test/unit/org/apache/cassandra/tools/OfflineToolUtils.java @@ -76,6 +76,7 @@ public abstract class OfflineToolUtils "process reaper", // spawned by the jvm when executing external processes // and may still be active when we check "Attach Listener", // spawned in intellij IDEA + "JNA Cleaner", // spawned by JNA }; static final String[] NON_DEFAULT_MEMTABLE_THREADS =