You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by "michaelsembwever (via GitHub)" <gi...@apache.org> on 2023/03/17 22:06:30 UTC

[GitHub] [cassandra] michaelsembwever commented on a diff in pull request #2226: Mck/18049/trunk

michaelsembwever commented on code in PR #2226:
URL: https://github.com/apache/cassandra/pull/2226#discussion_r1140754428


##########
.build/parent-pom-template.xml:
##########
@@ -753,21 +804,13 @@
       <dependency>
         <groupId>net.openhft</groupId>
         <artifactId>chronicle-threads</artifactId>
-        <version>2.20.111</version>
-        <exclusions>
-          <exclusion>
-            <artifactId>affinity</artifactId>
-            <groupId>net.openhft</groupId>
-          </exclusion>
-          <exclusion>
-            <artifactId>jna</artifactId>
-            <groupId>net.java.dev.jna</groupId>
-          </exclusion>
-          <exclusion>
-            <artifactId>jna-platform</artifactId>
-            <groupId>net.java.dev.jna</groupId>
-          </exclusion>
-        </exclusions>
+        <version>2.23.25</version>
+      </dependency>
+      <dependency>
+        <!-- transitive to chronicle-queue -->
+        <groupId>net.openhft</groupId>
+        <artifactId>posix</artifactId>
+        <version>2.24ea4</version>

Review Comment:
   won't work with an earlier version. despite the `ea` it is still unchangeable artifact in maven2 repo



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org