You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ed...@apache.org on 2021/01/28 22:42:46 UTC

[cassandra] branch trunk updated: Upgrade Jacoco to 0.8.6 (for Java 11 support) Patch by Jacek Lewandowski; reviewed by Michael Semb Wever for CASSANDRA-16365

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

edimitrova 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 0a9e129  Upgrade Jacoco to 0.8.6 (for Java 11 support) Patch by Jacek Lewandowski; reviewed by Michael Semb Wever for CASSANDRA-16365
0a9e129 is described below

commit 0a9e129e10203e28b22c547bd7e56a51b29d1265
Author: Ekaterina Dimitrova <ek...@datastax.com>
AuthorDate: Thu Jan 28 17:34:55 2021 -0500

    Upgrade Jacoco to 0.8.6 (for Java 11 support)
    Patch by Jacek Lewandowski; reviewed by Michael Semb Wever for CASSANDRA-16365
---
 CHANGES.txt | 1 +
 build.xml   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 8f5e6e9..a53af69 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
 4.0-beta5
+ * Upgrade Jacoco to 0.8.6 (for Java 11 support) (CASSANDRA-16365)
  * Move excessive repair debug loggings to trace level (CASSANDRA-16406)
  * Restore validation of each message's protocol version (CASSANDRA-16374)
  * Upgrade netty and chronicle-queue dependencies to get Auditing and native library loading working on arm64 architectures (CASSANDRA-16384,CASSANDRA-16392)
diff --git a/build.xml b/build.xml
index 4f636f1..523ee90 100644
--- a/build.xml
+++ b/build.xml
@@ -114,7 +114,7 @@
     <property name="jacoco.partials.dir" value="${jacoco.export.dir}/partials" />
     <property name="jacoco.partialexecfile" value="${jacoco.partials.dir}/partial.exec" />
     <property name="jacoco.finalexecfile" value="${jacoco.export.dir}/jacoco.exec" />
-    <property name="jacoco.version" value="0.7.5.201505241946"/>
+    <property name="jacoco.version" value="0.8.6"/>
 
     <property name="byteman.version" value="4.0.6"/>
     <property name="jamm.version" value="0.3.2"/>


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