This is an automated email from the ASF dual-hosted git repository.
ayushtkn pushed a commit to branch branch-3.4
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.4 by this push:
new f759674936a HADOOP-19568. Update byte-buddy to 1.15.11 (#7687)
(#8608). Contributed by Istvan Toth
f759674936a is described below
commit f759674936a7ed339046f564d386e0812e9d7cc8
Author: rohit-kb <[email protected]>
AuthorDate: Mon Jul 27 20:16:55 2026 +0530
HADOOP-19568. Update byte-buddy to 1.15.11 (#7687) (#8608). Contributed by
Istvan Toth
Contributed by Rohit Kumar
---
hadoop-client-modules/hadoop-client-minicluster/pom.xml | 7 +++++++
hadoop-project/pom.xml | 11 +++++++++++
2 files changed, 18 insertions(+)
diff --git a/hadoop-client-modules/hadoop-client-minicluster/pom.xml
b/hadoop-client-modules/hadoop-client-minicluster/pom.xml
index e2110c968df..640af52d775 100644
--- a/hadoop-client-modules/hadoop-client-minicluster/pom.xml
+++ b/hadoop-client-modules/hadoop-client-minicluster/pom.xml
@@ -777,6 +777,13 @@
<exclude>org/objenesis/*.class</exclude>
</excludes>
</filter>
+ <filter>
+ <artifact>*:*</artifact>
+ <excludes>
+ <exclude>win32-x86/**</exclude>
+ <exclude>win32-x86-64/**</exclude>
+ </excludes>
+ </filter>
<!-- skip grizzly internals we don't need to run. -->
<filter>
<artifact>org.glassfish.grizzly:grizzly-http-servlet</artifact>
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index d9fed0d487c..39f74d7dcd8 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -147,6 +147,7 @@
<netty4.version>4.1.135.Final</netty4.version>
<snappy-java.version>1.1.10.4</snappy-java.version>
<lz4-java.version>1.10.4</lz4-java.version>
+ <byte-buddy.version>1.15.11</byte-buddy.version>
<!-- Maven protoc compiler -->
<protobuf-maven-plugin.version>0.5.1</protobuf-maven-plugin.version>
@@ -1385,6 +1386,16 @@
<artifactId>jackson-dataformat-cbor</artifactId>
<version>${jackson2.version}</version>
</dependency>
+ <dependency>
+ <groupId>net.bytebuddy</groupId>
+ <artifactId>byte-buddy</artifactId>
+ <version>${byte-buddy.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>net.bytebuddy</groupId>
+ <artifactId>byte-buddy-agent</artifactId>
+ <version>${byte-buddy.version}</version>
+ </dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]