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

stoty pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.5 by this push:
     new 8410fb8be8c HBASE-29702 Remove shade plugin from hbase-protocol-shaded 
(#7439)
8410fb8be8c is described below

commit 8410fb8be8c70f3c956e8c50c2a10bb9a2dc5b84
Author: Istvan Toth <[email protected]>
AuthorDate: Thu Nov 6 09:31:07 2025 +0100

    HBASE-29702 Remove shade plugin from hbase-protocol-shaded (#7439)
    
    Signed-off-by: Nihal Jain <[email protected]>
    Signed-off-by: Duo Zhang <[email protected]>
    (cherry picked from commit b911715490d10824ade79cbe990a2b53a1997dbb)
---
 hbase-protocol-shaded/pom.xml | 47 -------------------------------------------
 1 file changed, 47 deletions(-)

diff --git a/hbase-protocol-shaded/pom.xml b/hbase-protocol-shaded/pom.xml
index 563d4f45329..50599ffaa61 100644
--- a/hbase-protocol-shaded/pom.xml
+++ b/hbase-protocol-shaded/pom.xml
@@ -108,53 +108,6 @@
         <groupId>com.google.code.maven-replacer-plugin</groupId>
         <artifactId>replacer</artifactId>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-shade-plugin</artifactId>
-        <version>3.4.1</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>shade</goal>
-            </goals>
-            <phase>package</phase>
-            <configuration>
-              <minimizeJar>true</minimizeJar>
-              <shadeSourcesContent>true</shadeSourcesContent>
-              <!-- Causes an NPE until shade 3.0.1.  See MSHADE-247
-              <createSourcesJar>true</createSourcesJar>
-              -->
-              <relocations>
-                <relocation>
-                  <pattern>com.google.protobuf</pattern>
-                  
<shadedPattern>org.apache.hadoop.hbase.shaded.com.google.protobuf</shadedPattern>
-                </relocation>
-              </relocations>
-              <artifactSet>
-                <excludes>
-                  <!-- exclude J2EE modules that come in for JDK11+ or modules 
that come in for
-                  JDK8+ but need not be included -->
-                  <exclude>javax.annotation:javax.annotation-api</exclude>
-                  <!--Exclude protobuf itself. We get a patched version from 
hbase-thirdparty.
-                    -->
-                  <exclude>org.apache.hbase.thirdparty:*</exclude>
-                  <exclude>com.google.protobuf:protobuf-java</exclude>
-                  <exclude>com.google.code.findbugs:*</exclude>
-                  <exclude>com.google.j2objc:j2objc-annotations</exclude>
-                  
<exclude>org.codehaus.mojo:animal-sniffer-annotations</exclude>
-                  <exclude>junit:junit</exclude>
-                  <exclude>commons-logging:commons-logging</exclude>
-                  <exclude>org.slf4j:*</exclude>
-                  <exclude>org.apache.logging.log4j:*</exclude>
-                  <exclude>org.apache.yetus:audience-annotations</exclude>
-                  <exclude>com.github.stephenc.fingbugs:*</exclude>
-                  <exclude>com.github.spotbugs:*</exclude>
-                </excludes>
-              </artifactSet>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>

Reply via email to