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

cnauroth pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 0cc52d228e9 YARN-11930: Newly released protobuf-maven-plugin 
incompatible with hadoop-yarn-csi build
0cc52d228e9 is described below

commit 0cc52d228e9daaf8c5ea050b61454e3a51a7e9d8
Author: Chris Nauroth <[email protected]>
AuthorDate: Wed Feb 18 05:40:04 2026 +0000

    YARN-11930: Newly released protobuf-maven-plugin incompatible with 
hadoop-yarn-csi build
    
    Closes #8255
    
    Co-authored-by: LamiumAmplexicaule 
<[email protected]>
    Signed-off-by: Akira Ajisaka <[email protected]>
    Signed-off-by: Shilun Fan <[email protected]>
---
 hadoop-project/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index b9e2fe4b864..b2cf4b9bebb 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -159,6 +159,7 @@
 
     <!-- Maven protoc compiler -->
     <protobuf-maven-plugin.version>0.5.1</protobuf-maven-plugin.version>
+    
<ascopes.protobuf-maven-plugin.version>4.1.3</ascopes.protobuf-maven-plugin.version>
     <maven-replacer-plugin.version>1.5.3</maven-replacer-plugin.version>
 
     <protobuf-compile.version>3.5.1</protobuf-compile.version>
@@ -2434,6 +2435,11 @@
             </execution>
           </executions>
         </plugin>
+        <plugin>
+          <groupId>io.github.ascopes</groupId>
+          <artifactId>protobuf-maven-plugin</artifactId>
+          <version>${ascopes.protobuf-maven-plugin.version}</version>
+        </plugin>
         <!-- Modify the generated source to use our shaded protobuf -->
         <plugin>
           <groupId>com.google.code.maven-replacer-plugin</groupId>


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

Reply via email to