You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2019/09/22 17:45:52 UTC

[cassandra] branch trunk updated: Move chronicle-core version from SNAPSHOT to STABLE, and include carrotsearch on pom.xml dependency list Closes #358

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

mck 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 bc5fc8b  Move chronicle-core version from SNAPSHOT to STABLE, and include carrotsearch on pom.xml dependency list Closes #358
bc5fc8b is described below

commit bc5fc8bc2dc517e2749edd73f6f28be3ce2fdb95
Author: Marvin Froeder <ma...@thelastpickle.com>
AuthorDate: Tue Sep 10 05:56:46 2019 +1200

    Move chronicle-core version from SNAPSHOT to STABLE, and include carrotsearch on pom.xml dependency list
    Closes #358
    
     patch by Marvin Froeder; reviewed by Mick Semb Wever for CASSANDRA-15321
---
 CHANGES.txt                                        |   1 +
 build.xml                                          |   3 ++-
 ...16.3-SNAPSHOT.jar => chronicle-core-1.16.4.jar} | Bin 218156 -> 218599 bytes
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 1a3df81..96be055 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
 4.0-alpha2
+ * Move chronicle-core version from snapshot to stable, and include carrotsearch in generated pom.xml (CASSANDRA-15321)
  * Untangle RepairMessage sub-hierarchy of messages, use new messaging (more) correctly (CASSANDRA-15163)
  * Add `allocate_tokens_for_local_replication_factor` option for token allocation (CASSANDRA-15260)
  * Add Alibaba Cloud Platform snitch (CASSANDRA-15092)
diff --git a/build.xml b/build.xml
index 4828389..3eb074f 100644
--- a/build.xml
+++ b/build.xml
@@ -118,7 +118,7 @@
 
     <!-- https://mvnrepository.com/artifact/net.openhft/chronicle-bom/1.16.23 -->
     <property name="chronicle-queue.version" value="4.16.3" />
-    <property name="chronicle-core.version" value="1.16.3-SNAPSHOT" />
+    <property name="chronicle-core.version" value="1.16.4" />
     <property name="chronicle-bytes.version" value="1.16.3" />
     <property name="chronicle-wire.version" value="1.16.1" />
     <property name="chronicle-threads.version" value="1.16.0" />
@@ -772,6 +772,7 @@
         <dependency groupId="com.github.ben-manes.caffeine" artifactId="caffeine" />
         <dependency groupId="org.jctools" artifactId="jctools-core"/>
         <dependency groupId="org.ow2.asm" artifactId="asm" />
+        <dependency groupId="com.carrotsearch" artifactId="hppc" version="0.5.4" />
       </artifact:pom>
       <artifact:pom id="dist-pom"
                     artifactId="apache-cassandra"
diff --git a/lib/chronicle-core-1.16.3-SNAPSHOT.jar b/lib/chronicle-core-1.16.4.jar
similarity index 63%
rename from lib/chronicle-core-1.16.3-SNAPSHOT.jar
rename to lib/chronicle-core-1.16.4.jar
index eae29e4..0275a72 100644
Binary files a/lib/chronicle-core-1.16.3-SNAPSHOT.jar and b/lib/chronicle-core-1.16.4.jar differ


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