This is an automated email from the ASF dual-hosted git repository.

brandonwilliams pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/trunk by this push:
     new a8b1fb6ae6 Upgrade JNA to 5.13.0
a8b1fb6ae6 is described below

commit a8b1fb6ae6e934f4ba0a07deb03b6257c7dcb383
Author: Brandon Williams <brandonwilli...@apache.org>
AuthorDate: Mon Jan 23 11:31:21 2023 -0600

    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 @@
       <dependency>
         <groupId>net.java.dev.jna</groupId>
         <artifactId>jna</artifactId>
-        <version>5.9.0</version>
+        <version>5.13.0</version>
       </dependency>
       <dependency>
         <groupId>org.jacoco</groupId>
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 =


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to