jinhyukify commented on code in PR #7782:
URL: https://github.com/apache/hbase/pull/7782#discussion_r2840995708
##########
hbase-shaded/pom.xml:
##########
@@ -537,6 +537,16 @@
<exclude>keytab.txt</exclude>
</excludes>
</filter>
+ <filter>
+ <!-- We are not ready to use JDK 25 yet, and these classes
cause shading
+ errors on older ASM versions.
+ Safe to remove if upgrading the shade plugin to 3.6.1
or later.
+ -->
+ <artifact>com.dynatrace.hash4j:hash4j</artifact>
+ <excludes>
+ <exclude>META-INF/versions/25/**</exclude>
+ </excludes>
+ </filter>
Review Comment:
Got it. I’ve updated it here.
https://github.com/apache/hbase/pull/7782/changes/6553589bcc138770f59babe2337d2cafb8ebbc0c
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]