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 2f9ab68453 Update Byteman to 4.0.20 and Jacoco to 0.8.8 patch by 
Ekaterina Dimitrova; reviewed by Jacek Lewandowski and Michael Semb Wever for 
CASSANDRA-16413
2f9ab68453 is described below

commit 2f9ab6845311bf02344c9bac132e0df816357e19
Author: Ekaterina Dimitrova <[email protected]>
AuthorDate: Fri Sep 23 15:06:13 2022 -0400

    Update Byteman to 4.0.20 and Jacoco to 0.8.8
    patch by Ekaterina Dimitrova; reviewed by Jacek Lewandowski and Michael 
Semb Wever for CASSANDRA-16413
---
 .build/parent-pom-template.xml | 2 +-
 CHANGES.txt                    | 1 +
 build.xml                      | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.build/parent-pom-template.xml b/.build/parent-pom-template.xml
index 8aa4b9bee4..a76c46bc72 100644
--- a/.build/parent-pom-template.xml
+++ b/.build/parent-pom-template.xml
@@ -37,7 +37,7 @@
   </licenses>
   <properties>
     <bytebuddy.version>1.12.13</bytebuddy.version>
-    <byteman.version>4.0.6</byteman.version>
+    <byteman.version>4.0.20</byteman.version>
     <ohc.version>0.5.1</ohc.version>
 
     <!-- These are referenced in build.xml, so need to be propagated from 
there -->
diff --git a/CHANGES.txt b/CHANGES.txt
index 361274e07f..a51b81d926 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
 4.2
+ * Update Byteman to 4.0.20 and Jacoco to 0.8.8 (CASSANDRA-16413)
  * Add memtable option among possible tab completions for a table 
(CASSANDRA-17982)
  * Adds a trie-based memtable implementation (CASSANDRA-17240)
  * Further improves precision of memtable heap tracking (CASSANDRA-17240)
diff --git a/build.xml b/build.xml
index 90ccd09ed2..88ffc8836b 100644
--- a/build.xml
+++ b/build.xml
@@ -118,7 +118,7 @@
     <property name="cassandra.test.flush_local_schema_changes" value="false" />
 
     <!-- https://www.eclemma.org/jacoco/ -->
-    <property name="jacoco.version" value="0.8.6"/>
+    <property name="jacoco.version" value="0.8.8"/>
     <property name="jacoco.export.dir" value="${build.dir}/jacoco/" />
     <property name="jacoco.partials.dir" value="${jacoco.export.dir}/partials" 
/>
     <property name="jacoco.partialexecfile" 
value="${jacoco.partials.dir}/partial.exec" />


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to