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

vy pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/2.x by this push:
     new 4d0f818ea3 Update `com.code-intelligence:jazzer` to version `0.23.0` 
(#3326)
4d0f818ea3 is described below

commit 4d0f818ea342a4262a5c930411bf48cd2ccb5b33
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Tue Jan 14 11:01:50 2025 +0100

    Update `com.code-intelligence:jazzer` to version `0.23.0` (#3326)
---
 log4j-fuzz-test/pom.xml                                      | 7 +++++++
 log4j-parent/pom.xml                                         | 8 +++++++-
 src/changelog/.2.x.x/update_com_code_intelligence_jazzer.xml | 8 ++++++++
 3 files changed, 22 insertions(+), 1 deletion(-)

diff --git a/log4j-fuzz-test/pom.xml b/log4j-fuzz-test/pom.xml
index 391a4c6ae6..8c76b205a0 100644
--- a/log4j-fuzz-test/pom.xml
+++ b/log4j-fuzz-test/pom.xml
@@ -66,6 +66,13 @@
       <artifactId>jazzer</artifactId>
     </dependency>
 
+    <!-- Jazzer release `0.23.0` made `jazzer-api` a runtime dependency: 
https://github.com/CodeIntelligenceTesting/jazzer/issues/919
+         This causes compilation failures, hence adding it as an explicit 
compile-time dependency. -->
+    <dependency>
+      <groupId>com.code-intelligence</groupId>
+      <artifactId>jazzer-api</artifactId>
+    </dependency>
+
     <dependency>
       <groupId>org.json</groupId>
       <artifactId>json</artifactId>
diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index acb50511c3..332ee65228 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -101,7 +101,7 @@
     <javax-servlet.version>4.0.1</javax-servlet.version>
     <javax-servlet-jsp.version>2.3.3</javax-servlet-jsp.version>
     
<java-allocation-instrumenter.version>3.3.4</java-allocation-instrumenter.version>
-    <jazzer.version>0.22.1</jazzer.version>
+    <jazzer.version>0.23.0</jazzer.version>
     <jconsole.version>1.7.0</jconsole.version>
     <jctools.version>4.0.5</jctools.version>
     <jeromq.version>0.6.0</jeromq.version>
@@ -270,6 +270,12 @@
         <version>${jazzer.version}</version>
       </dependency>
 
+      <dependency>
+        <groupId>com.code-intelligence</groupId>
+        <artifactId>jazzer-api</artifactId>
+        <version>${jazzer.version}</version>
+      </dependency>
+
       <dependency>
         <groupId>org.apache-extras.beanshell</groupId>
         <artifactId>bsh</artifactId>
diff --git a/src/changelog/.2.x.x/update_com_code_intelligence_jazzer.xml 
b/src/changelog/.2.x.x/update_com_code_intelligence_jazzer.xml
new file mode 100644
index 0000000000..1130d3462b
--- /dev/null
+++ b/src/changelog/.2.x.x/update_com_code_intelligence_jazzer.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+       xmlns="https://logging.apache.org/xml/ns";
+       xsi:schemaLocation="https://logging.apache.org/xml/ns 
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd";
+       type="updated">
+  <issue id="3326" link="https://github.com/apache/logging-log4j2/pull/3326"/>
+  <description format="asciidoc">Update `com.code-intelligence:jazzer` to 
version `0.23.0`</description>
+</entry>

Reply via email to