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

cnauroth 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 65dce0200d7 Revert "YARN-11921. Replace unsupported 
org.xolstice.maven.plugins in hadoop-yarn-csi (#8156)"
65dce0200d7 is described below

commit 65dce0200d7233bbf891768422713d70dbe7e912
Author: Chris Nauroth <[email protected]>
AuthorDate: Sat Jan 31 05:12:20 2026 +0000

    Revert "YARN-11921. Replace unsupported org.xolstice.maven.plugins in 
hadoop-yarn-csi (#8156)"
    
    This reverts commit 7b63fb96f22857f44bab25545e74830e05ae4f25.
    
    This change is incompatible with Java 8, which is used by the build Docker 
image.
---
 .../hadoop-yarn/hadoop-yarn-csi/pom.xml               | 19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-csi/pom.xml 
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-csi/pom.xml
index 47fddc095a8..2eb438783c5 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-csi/pom.xml
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-csi/pom.xml
@@ -28,8 +28,6 @@
     <properties>
         <grpc.version>1.69.0</grpc.version>
         <animal-sniffer.version>1.24</animal-sniffer.version>
-        <genrpc.version>1.53.0</genrpc.version>
-        <protoc.version>3.17.3</protoc.version>
     </properties>
 
     <dependencies>
@@ -205,22 +203,19 @@
                 </configuration>
             </plugin>
             <plugin>
-                <groupId>io.github.ascopes</groupId>
+                <groupId>org.xolstice.maven.plugins</groupId>
                 <artifactId>protobuf-maven-plugin</artifactId>
+                <version>${protobuf-maven-plugin.version}</version>
                 <configuration>
-                    <protocVersion>${protoc.version}</protocVersion>
-                    <binaryMavenPlugins>
-                        <binaryMavenPlugin>
-                            <groupId>io.grpc</groupId>
-                            <artifactId>protoc-gen-grpc-java</artifactId>
-                            <version>${genrpc.version}</version>
-                        </binaryMavenPlugin>
-                    </binaryMavenPlugins>
+                    
<protocArtifact>com.google.protobuf:protoc:${hadoop.protobuf.version}:exe:${os.detected.classifier}</protocArtifact>
+                    <pluginId>grpc-java</pluginId>
+                    
<pluginArtifact>io.grpc:protoc-gen-grpc-java:${grpc.version}:exe:${os.detected.classifier}</pluginArtifact>
                 </configuration>
                 <executions>
                     <execution>
                         <goals>
-                            <goal>generate</goal>
+                            <goal>compile</goal>
+                            <goal>compile-custom</goal>
                         </goals>
                     </execution>
                 </executions>


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

Reply via email to